| Index: KittCore.xcodeproj/project.pbxproj |
| diff --git a/KittCore.xcodeproj/project.pbxproj b/KittCore.xcodeproj/project.pbxproj |
| index 3109a7e89a31d907a9c840674dfa8e16ae8e2cbd..000fa1a7431dadb957301673c7e805478d9830df 100644 |
| --- a/KittCore.xcodeproj/project.pbxproj |
| +++ b/KittCore.xcodeproj/project.pbxproj |
| @@ -1597,7 +1597,7 @@ |
| ); |
| runOnlyForDeploymentPostprocessing = 0; |
| shellPath = /bin/sh; |
| - shellScript = "./deploy/patch-appinfo.sh .. package.json $CIRCLE_BUILD_NUM"; |
| + shellScript = "./deploy/patch-appinfo.sh .. package.json $CORE_BUILD_NUMBER"; |
| }; |
| E95A61211C4D3E1500433F91 /* Patch Info.plist */ = { |
| isa = PBXShellScriptBuildPhase; |
| @@ -1611,7 +1611,7 @@ |
| ); |
| runOnlyForDeploymentPostprocessing = 0; |
| shellPath = /bin/sh; |
| - shellScript = "./deploy/patch-appinfo.sh .. package.json $CIRCLE_BUILD_NUM"; |
| + shellScript = "./deploy/patch-appinfo.sh .. package.json $CORE_BUILD_NUMBER"; |
| }; |
| E9EC73191B25DB1600C4C905 /* Npm + Grunt build JS API */ = { |
| isa = PBXShellScriptBuildPhase; |
| @@ -1625,7 +1625,7 @@ |
| ); |
| runOnlyForDeploymentPostprocessing = 0; |
| shellPath = /bin/sh; |
| - shellScript = "./deploy/build-jsapi.sh .. xcode $CIRCLECI"; |
| + shellScript = "./deploy/build-jsapi.sh .. xcode"; |
| showEnvVarsInLog = 0; |
| }; |
| /* End PBXShellScriptBuildPhase section */ |