Created
May 6, 2015 04:45
-
-
Save alokc83/e54eefe3479f7c384147 to your computer and use it in GitHub Desktop.
submodule process for xcode version generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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