Index: KittCore.xcodeproj/project.pbxproj |
diff --git a/KittCore.xcodeproj/project.pbxproj b/KittCore.xcodeproj/project.pbxproj |
index 3109a7e89a31d907a9c840674dfa8e16ae8e2cbd..23176b56c759864dd1939739a9131f401a31112a 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 $CORE_BUILD_NUMBER"; |
d108
2018/03/29 02:20:38
The build number doesn't seem to go here.
See bui
|
showEnvVarsInLog = 0; |
}; |
/* End PBXShellScriptBuildPhase section */ |