Skip to content

Commit 38b455c

Browse files
author
garenwang
committed
fix demo
1 parent b1fd2ce commit 38b455c

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

QCloudCOSXMLDemo.xcodeproj/project.pbxproj

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
1AB143E91E601E0500830F93 /* Frameworks */,
465465
1AB143EA1E601E0500830F93 /* Resources */,
466466
5531753F06D2602A23691AE3 /* [CP] Copy Pods Resources */,
467-
B59841545FCAFF722181206F /* [CP] Embed Pods Frameworks */,
467+
905E623E0EDCB9F5095F7201 /* [CP] Embed Pods Frameworks */,
468468
);
469469
buildRules = (
470470
);
@@ -601,40 +601,40 @@
601601
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-resources.sh\"\n";
602602
showEnvVarsInLog = 0;
603603
};
604-
9985684AE5A7F7B42D827A19 /* [CP] Check Pods Manifest.lock */ = {
604+
905E623E0EDCB9F5095F7201 /* [CP] Embed Pods Frameworks */ = {
605605
isa = PBXShellScriptBuildPhase;
606606
buildActionMask = 2147483647;
607607
files = (
608608
);
609609
inputPaths = (
610-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
611-
"${PODS_ROOT}/Manifest.lock",
610+
"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-frameworks.sh",
611+
"${PODS_ROOT}/../QCloudQuic/Classes/QuicFramework/Tquic.framework",
612612
);
613-
name = "[CP] Check Pods Manifest.lock";
613+
name = "[CP] Embed Pods Frameworks";
614614
outputPaths = (
615-
"$(DERIVED_FILE_DIR)/Pods-QCloudCOSXMLDemo-checkManifestLockResult.txt",
615+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Tquic.framework",
616616
);
617617
runOnlyForDeploymentPostprocessing = 0;
618618
shellPath = /bin/sh;
619-
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";
619+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-frameworks.sh\"\n";
620620
showEnvVarsInLog = 0;
621621
};
622-
B59841545FCAFF722181206F /* [CP] Embed Pods Frameworks */ = {
622+
9985684AE5A7F7B42D827A19 /* [CP] Check Pods Manifest.lock */ = {
623623
isa = PBXShellScriptBuildPhase;
624624
buildActionMask = 2147483647;
625625
files = (
626626
);
627627
inputPaths = (
628-
"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-frameworks.sh",
629-
"${PODS_ROOT}/../QCloudQuic/Classes/QuicFramework/Tquic.framework",
628+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
629+
"${PODS_ROOT}/Manifest.lock",
630630
);
631-
name = "[CP] Embed Pods Frameworks";
631+
name = "[CP] Check Pods Manifest.lock";
632632
outputPaths = (
633-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Tquic.framework",
633+
"$(DERIVED_FILE_DIR)/Pods-QCloudCOSXMLDemo-checkManifestLockResult.txt",
634634
);
635635
runOnlyForDeploymentPostprocessing = 0;
636636
shellPath = /bin/sh;
637-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-frameworks.sh\"\n";
637+
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";
638638
showEnvVarsInLog = 0;
639639
};
640640
/* End PBXShellScriptBuildPhase section */
@@ -818,7 +818,6 @@
818818
CODE_SIGN_STYLE = Automatic;
819819
DEVELOPMENT_TEAM = 6RL39LH4U4;
820820
ENABLE_BITCODE = NO;
821-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
822821
GCC_PRECOMPILE_PREFIX_HEADER = YES;
823822
GCC_PREFIX_HEADER = "$(SRCROOT)/QCloudCOSXMLDemo/PrefixHeader.pch";
824823
INFOPLIST_FILE = QCloudCOSXMLDemo/Info.plist;
@@ -827,7 +826,6 @@
827826
"$(inherited)",
828827
"@executable_path/Frameworks",
829828
);
830-
ONLY_ACTIVE_ARCH = NO;
831829
OTHER_LDFLAGS = (
832830
"$(inherited)",
833831
"-ObjC",
@@ -848,7 +846,6 @@
848846
CODE_SIGN_STYLE = Automatic;
849847
DEVELOPMENT_TEAM = 6RL39LH4U4;
850848
ENABLE_BITCODE = NO;
851-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
852849
GCC_PRECOMPILE_PREFIX_HEADER = YES;
853850
GCC_PREFIX_HEADER = "$(SRCROOT)/QCloudCOSXMLDemo/PrefixHeader.pch";
854851
INFOPLIST_FILE = QCloudCOSXMLDemo/Info.plist;
Binary file not shown.

0 commit comments

Comments
 (0)