Skip to content

Commit 57a5567

Browse files
author
Jasper
committed
没改啥
1 parent 510a3ea commit 57a5567

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

CYUtilProject/CYUtilProject.xcodeproj/project.pbxproj

+4-19
Original file line numberDiff line numberDiff line change
@@ -828,15 +828,6 @@
828828
61091CB31CDAF563008B7EA3 /* CYShareSDK */ = {
829829
isa = PBXGroup;
830830
children = (
831-
<<<<<<< HEAD
832-
61091CB71CDAF563008B7EA3 /* CYShare.h */,
833-
61091CB81CDAF563008B7EA3 /* CYShare.m */,
834-
61091CB41CDAF563008B7EA3 /* CYQQ */,
835-
61091CB91CDAF563008B7EA3 /* CYShareBase */,
836-
61091CBC1CDAF563008B7EA3 /* CYSinaWeibo */,
837-
61091CBF1CDAF563008B7EA3 /* CYSMS */,
838-
61091CC21CDAF563008B7EA3 /* CYWechat */,
839-
=======
840831
A3A81D5E1F972AD100C26475 /* CustomShare */,
841832
61091CB71CDAF563008B7EA3 /* CYShare.h */,
842833
61091CB81CDAF563008B7EA3 /* CYShare.m */,
@@ -845,7 +836,6 @@
845836
A36F4F0F1F9091D100E7F4B6 /* CYShareModel.h */,
846837
A36F4F101F9091D100E7F4B6 /* CYShareModel.m */,
847838
A3A81D591F95EDAA00C26475 /* CYShareCtrlFlag.h */,
848-
>>>>>>> 36863ad57a8d49d4e07b6aae27803eff09653aad
849839
61091CC51CDAF563008B7EA3 /* Readme */,
850840
);
851841
path = CYShareSDK;
@@ -942,7 +932,6 @@
942932
A307B6431D080FD900DE9B9E /* CYSegmented */,
943933
A307B6421D080FBA00DE9B9E /* CYPageView */,
944934
A330B0AB1CF6F53000C8639D /* CYSecurity */,
945-
A311A1611CEC3A13001C64C9 /* CYPath */,
946935
A32601F31CE9B4A10032E21C /* CYIPUtils */,
947936
A3271D511CE585F7005DE1A1 /* CYExceptionUtils */,
948937
61091C1B1CDAF563008B7EA3 /* CYActionSheet */,
@@ -1095,13 +1084,6 @@
10951084
path = CYSegmented;
10961085
sourceTree = SOURCE_ROOT;
10971086
};
1098-
A311A1611CEC3A13001C64C9 /* CYPath */ = {
1099-
isa = PBXGroup;
1100-
children = (
1101-
);
1102-
path = CYPath;
1103-
sourceTree = SOURCE_ROOT;
1104-
};
11051087
A32601F31CE9B4A10032E21C /* CYIPUtils */ = {
11061088
isa = PBXGroup;
11071089
children = (
@@ -1468,13 +1450,16 @@
14681450
files = (
14691451
);
14701452
inputPaths = (
1453+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
1454+
"${PODS_ROOT}/Manifest.lock",
14711455
);
14721456
name = "[CP] Check Pods Manifest.lock";
14731457
outputPaths = (
1458+
"$(DERIVED_FILE_DIR)/Pods-CYUtilProject-checkManifestLockResult.txt",
14741459
);
14751460
runOnlyForDeploymentPostprocessing = 0;
14761461
shellPath = /bin/sh;
1477-
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";
1462+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
14781463
showEnvVarsInLog = 0;
14791464
};
14801465
/* End PBXShellScriptBuildPhase section */

0 commit comments

Comments
 (0)