Created
May 16, 2014 03:00
-
-
Save es-kumagai/082136081610541d7a13 to your computer and use it in GitHub Desktop.
Write to Preporcessed Info.plist File
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
infoPlistFile=${TEMP_DIR}/Preprocessed-Info.plist | |
timeData=`date +"%H%M%S"` | |
/usr/libexec/PlistBuddy -c "Set:CFBundleDisplayName $timeData" "${infoPlistFile}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment