Xcode and build notes

Skip to end of metadata
Go to start of metadata

Setting ORGANIZATIONNAME in Xcode

  • This will set the value in the templates when new files are created.

Managing version and build numbers

  • Apple provides a command line tool to manage the version and build numbers called agvtool.
  • The two numbers are version number (build number) and are independent of each other.
  • The term marketing-version refers to what is typically referred to as version number.
  • The term version refers to what is typically referred to as build number.

App Store submission Pre-flight checklist

  1. Update the splash screen.
  2. Confirm Marketing Version.
  3. Confirm that the Base SDK is correct.
  4. Run a build with CLANG to confirm no major problems.
  5. Run Build > Clean All Targets.
  6. Build the project for the Release or Distribution targets.
  7. Search the output from the build make sure the Code Sign step finished.
  8. Expand Products and right click on your app om Xcode and click on Reveal in Finder.
  9. Compress the app file into a zip.
  10. Create a release directory in source control and commit the dSYM and zip file.
  11. Tag the cvs tree.
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.