How to set version information and copyright (cocoa)

From Wurst-Wasser.net
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  1. Set the domain for your Bundle Identifier, usually your own internet domain, like "com.apple." or, in my case, "net.wurst-wasser."
    RubyCocoaPlistTutorial01.png
  2. Set version:
    RubyCocoaPlistTutorial02.png
  3. Set Info String:
    RubyCocoaPlistTutorial03.png
  4. Set Copyright:
    RubyCocoaPlistTutorial04.png
  5. Result
    1. Notice the version and the copyright:
      RubyCocoaPlistTutorial05.png
    2. Notice the version and the copyright:
      RubyCocoaPlistTutorial06.png




Back to "5 Easy Steps To Your First RubyCocoa Application"