How to set version information and copyright (cocoa): Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
 
No edit summary
 
Line 1: Line 1:
# [[Image:RubyCocoaPlistTutorial01.png]]
# Set the domain for your Bundle Identifier, usually your own internet domain, like "com.apple." or, in my case, "net.wurst-wasser."<br>[[Image:RubyCocoaPlistTutorial01.png]]
# [[Image:RubyCocoaPlistTutorial02.png]]
# Set version:<br>[[Image:RubyCocoaPlistTutorial02.png]]
# [[Image:RubyCocoaPlistTutorial03.png]]
# Set Info String:<br>[[Image:RubyCocoaPlistTutorial03.png]]
# [[Image:RubyCocoaPlistTutorial04.png]]
# Set Copyright:<br>[[Image:RubyCocoaPlistTutorial04.png]]
# [[Image:RubyCocoaPlistTutorial05.png]]
# Result
# [[Image:RubyCocoaPlistTutorial06.png]]
## Notice the version and the copyright:<br>[[Image:RubyCocoaPlistTutorial05.png]]
## Notice the version and the copyright:<br>[[Image:RubyCocoaPlistTutorial06.png]]





Latest revision as of 22:59, 16 June 2010

  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"