Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 588da92

Browse files
committed
remove buildPhases
1 parent a6a943e commit 588da92

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

StudyplusSDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,10 @@
245245
isa = PBXNativeTarget;
246246
buildConfigurationList = 183FDA7B1E7510920085589F /* Build configuration list for PBXNativeTarget "StudyplusSDK" */;
247247
buildPhases = (
248-
97DB13B0F29D53C796E0FA64 /* [CP] Check Pods Manifest.lock */,
249248
183FDA621E7510920085589F /* Sources */,
250249
183FDA631E7510920085589F /* Frameworks */,
251250
183FDA641E7510920085589F /* Headers */,
252251
183FDA651E7510920085589F /* Resources */,
253-
DCC0618C6BB864758280C6CD /* [CP] Copy Pods Resources */,
254-
486C64C41E94E3D100FCFE74 /* carthage */,
255252
);
256253
buildRules = (
257254
);
@@ -421,20 +418,6 @@
421418
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-resources.sh\"\n";
422419
showEnvVarsInLog = 0;
423420
};
424-
486C64C41E94E3D100FCFE74 /* carthage */ = {
425-
isa = PBXShellScriptBuildPhase;
426-
buildActionMask = 2147483647;
427-
files = (
428-
);
429-
inputPaths = (
430-
);
431-
name = carthage;
432-
outputPaths = (
433-
);
434-
runOnlyForDeploymentPostprocessing = 0;
435-
shellPath = /bin/sh;
436-
shellScript = "/usr/local/bin/carthage copy-frameworks";
437-
};
438421
764BEF1941D689B54DF91C96 /* [CP] Embed Pods Frameworks */ = {
439422
isa = PBXShellScriptBuildPhase;
440423
buildActionMask = 2147483647;
@@ -450,21 +433,6 @@
450433
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
451434
showEnvVarsInLog = 0;
452435
};
453-
97DB13B0F29D53C796E0FA64 /* [CP] Check Pods Manifest.lock */ = {
454-
isa = PBXShellScriptBuildPhase;
455-
buildActionMask = 2147483647;
456-
files = (
457-
);
458-
inputPaths = (
459-
);
460-
name = "[CP] Check Pods Manifest.lock";
461-
outputPaths = (
462-
);
463-
runOnlyForDeploymentPostprocessing = 0;
464-
shellPath = /bin/sh;
465-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
466-
showEnvVarsInLog = 0;
467-
};
468436
B53884D9564CE4E4A42A331F /* [CP] Check Pods Manifest.lock */ = {
469437
isa = PBXShellScriptBuildPhase;
470438
buildActionMask = 2147483647;
@@ -480,21 +448,6 @@
480448
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
481449
showEnvVarsInLog = 0;
482450
};
483-
DCC0618C6BB864758280C6CD /* [CP] Copy Pods Resources */ = {
484-
isa = PBXShellScriptBuildPhase;
485-
buildActionMask = 2147483647;
486-
files = (
487-
);
488-
inputPaths = (
489-
);
490-
name = "[CP] Copy Pods Resources";
491-
outputPaths = (
492-
);
493-
runOnlyForDeploymentPostprocessing = 0;
494-
shellPath = /bin/sh;
495-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-StudyplusSDK/Pods-StudyplusSDK-resources.sh\"\n";
496-
showEnvVarsInLog = 0;
497-
};
498451
/* End PBXShellScriptBuildPhase section */
499452

500453
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)