Sha256: 075ef975f79606ab40346508c80dfa12f6b4975511235974c0b0717fc0c65301
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 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 app.deployment_target = '10.8' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
osx-status-bar-app-template-0.0.3 | template/osx-status-bar-app/files/Rakefile.erb |
osx-status-bar-app-template-0.0.2 | template/osx-status-bar-app/files/Rakefile.erb |