Created
September 25, 2011 12:32
-
-
Save mogya/1240566 to your computer and use it in GitHub Desktop.
build.py(1.6.2) modification to suppress CFBundleVersion modification
This file contains 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
if not simulator: | |
version = ti.properties['version'] | |
# we want to make sure in debug mode the version always changes | |
o.write("[INFO] mogya. skip version modification.") # mogya | |
# version = "%s.%d" % (version,time.time()) | |
ti.properties['version']=version | |
pp = os.path.expanduser("~/Library/MobileDevice/Provisioning Profiles/%s.mobileprovision" % appuuid) | |
provisioning_profile = read_provisioning_profile(pp,o) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment