diff --git a/WindowsAppsImporter/WindowsAppsImporter.xcodeproj/project.pbxproj b/WindowsAppsImporter/WindowsAppsImporter.xcodeproj/project.pbxproj index 06d33fd..1a078e6 100644 --- a/WindowsAppsImporter/WindowsAppsImporter.xcodeproj/project.pbxproj +++ b/WindowsAppsImporter/WindowsAppsImporter.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 48; + objectVersion = 54; objects = { /* Begin PBXAggregateTarget section */ @@ -186,6 +186,7 @@ /* Begin PBXShellScriptBuildPhase section */ 017A01501FE949CD00F7E866 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); @@ -195,7 +196,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/bash; - shellScript = "VERNO=$(git rev-list HEAD --count)\nif [ $? -ne 0 ]; then\n VERNO='1';\nelse\n VERNO=$(($VERNO - 126));\nfi\necho $VERNO\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $VERNO\" \"$TARGET_BUILD_DIR/$INFOPLIST_PATH\""; + shellScript = "VERNO=$(git rev-list HEAD --count)\nif [ $? -ne 0 ]; then\n VERNO='1';\nelse\n VERNO=$(($VERNO - 126));\nfi\necho $VERNO\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $VERNO\" \"$TARGET_BUILD_DIR/$INFOPLIST_PATH\"\n"; }; /* End PBXShellScriptBuildPhase section */