How to set version information and copyright (cocoa)

From Wurst-Wasser.net
Jump to navigation Jump to search
  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"