Skip to content

OTGApps/motion-acknowledgements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motion-acknowledgements

Code Climate Gem Version

This RubyMotion specific gem makes it easy to include the CocoaPods acknowledgements file in your application. Simply add to your bundle file, run rake acknowledgements:generate and each time you build your application, the CocoaPods acknowledgements file will be copied over to your Settings.bundle. This then adds an entry for your app into the system's Settings.app with an 'Acknowledgements' submenu.

Read more about the CocoaPods acknowledgement file here.

Installation

Add this line to your application's Gemfile:

gem 'motion-acknowledgements'

And then execute:

$ bundle

Or install it yourself as:

$ gem install motion-acknowledgements

Usage

If you don't have a resources/Settings.bundle file, this gem can create one for you.

Run rake acknowledgements:generate and a resources/Settings.bundle/Root.plist will be created with the proper content. Feel free to edit this file, but watch out - running that rake command again will undo your changes.

Automation

motion-acknowledgements extends your app's build process to copy over the vendor/Pods/Target Support Files/Pods-RubyMotion/Pods-RubyMotion-acknowledgements.plist file to your compiled binary (into the Settings.bundle file) at the end of the build process. This acknowledgements file is automatically generated by the rake pod:install command.

Screenshots

ios simulator screen shot nov 23 2013 11 58 35 am ios simulator screen shot nov 23 2013 11 58 41 am ios simulator screen shot nov 23 2013 11 58 43 am ios simulator screen shot nov 23 2013 11 58 45 am

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

This RubyMotion specific gem makes it easy to include the CocoaPods acknowledgements file in your application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages