Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: KittCore.xcodeproj/project.pbxproj

Issue 29735574: Issue 6501 - Remove CI references from KittCore (Closed)
Patch Set: Issue 6501 - Remove CI refs from KittCore Created April 6, 2018, 10:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: KittCore.xcodeproj/project.pbxproj
diff --git a/KittCore.xcodeproj/project.pbxproj b/KittCore.xcodeproj/project.pbxproj
index 3109a7e89a31d907a9c840674dfa8e16ae8e2cbd..f21e34624b8f94dd2f7cedf4ee99d29a04c06ea4 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";
};
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";
};
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 */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld