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
| # Get location of unparsed Info.plist | |
| GS_INFO_PLIST_INPUT=$(basename "$INFOPLIST_FILE" .plist) | |
| # Get location of parsed Info.plist | |
| GS_INFO_PLIST_PATH="$BUILT_PRODUCTS_DIR/$FULL_PRODUCT_NAME/Info" | |
| # Get version number from unparsed Info.plist | |
| GS_VERSION=$(defaults read "$PROJECT_DIR/$GS_INFO_PLIST_INPUT" CFBundleVersion) | |
| # Append local SVN revision number |