Sha256: f4967c7c195e0f3d4b7b4ae4b45bdfdafeaa2f46a2b3e5ffce4ea3240ddb73ca

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/osx'

begin
  require 'bundler'
  Bundler.require
rescue LoadError
end

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = '<%= name %>'
  app.info_plist['LSUIElement'] = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
osx-status-bar-app-template-0.0.1 template/osx-status-bar-app/files/Rakefile.erb