Skip to content

Instantly share code, notes, and snippets.

@es-kumagai
Created May 16, 2014 03:00
Show Gist options
  • Save es-kumagai/082136081610541d7a13 to your computer and use it in GitHub Desktop.
Save es-kumagai/082136081610541d7a13 to your computer and use it in GitHub Desktop.
Write to Preporcessed Info.plist File
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