Skip to content

Instantly share code, notes, and snippets.

@alokc83
Created May 6, 2015 04:45
Show Gist options
  • Select an option

  • Save alokc83/e54eefe3479f7c384147 to your computer and use it in GitHub Desktop.

Select an option

Save alokc83/e54eefe3479f7c384147 to your computer and use it in GitHub Desktop.
submodule process for xcode version generator
create submodule thru sourceTree
https://github.com/alokc83/Xcode-build-and-version-generator.git
under supporting_files/
In build phase add script run paste follwoing code in there
#This is to run xcode-version-generator as submodule
${SRCROOT}/supporting_files/Xcode-build-and-version-generator/xcode-build-number-generator.sh
${SRCROOT}/supporting_files/Xcode-build-and-version-generator/xcode-versionString-generator.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment