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
- Update the splash screen.
- Confirm Marketing Version.
- Confirm that the Base SDK is correct.
- Run a build with CLANG to confirm no major problems.
- Run Build > Clean All Targets.
- Build the project for the Release or Distribution targets.
- Search the output from the build make sure the Code Sign step finished.
- Expand Products and right click on your app om Xcode and click on Reveal in Finder.
- Compress the app file into a zip.
- Create a release directory in source control and commit the dSYM and zip file.
- Tag the cvs tree.
Labels:
None
