Skip to content

Commit

Permalink
修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
garenwang committed Nov 22, 2024
1 parent 322e961 commit 1a3e66b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ PODS:
- QCloudTrack/Cls (6.4.5):
- TencentCloudLogProducer
- QCloudTrack/Default (6.4.5)
- TencentCloudLogProducer (1.1.0):
- TencentCloudLogProducer/Core (= 1.1.0)
- TencentCloudLogProducer/Core (1.1.0):
- TencentCloudLogProducer (1.1.1):
- TencentCloudLogProducer/Core (= 1.1.1)
- TencentCloudLogProducer/Core (1.1.1):
- GMOpenSSL (~> 2.2.6)

DEPENDENCIES:
Expand Down Expand Up @@ -51,7 +51,7 @@ SPEC CHECKSUMS:
QCloudCOSXML: 8185a7a51c7dce6ff1a25c725907f6beb270cd01
QCloudQuic: 81e2c29fa8122c1d5e8323a90349683e52c8e101
QCloudTrack: 6bf7aaa7e870d72fb4c9c88455dc63c7c65073b7
TencentCloudLogProducer: 4ccf2eb45c432180351564b1447b98d9b23ca37a
TencentCloudLogProducer: 564e944491e6396c81df4c9c51470784752ff3ab

PODFILE CHECKSUM: 469848875513aa1180afa1e3751e2d873841a154

Expand Down
29 changes: 16 additions & 13 deletions QCloudCOSXMLDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
1AB143E91E601E0500830F93 /* Frameworks */,
1AB143EA1E601E0500830F93 /* Resources */,
5531753F06D2602A23691AE3 /* [CP] Copy Pods Resources */,
905E623E0EDCB9F5095F7201 /* [CP] Embed Pods Frameworks */,
B59841545FCAFF722181206F /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -601,40 +601,40 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-resources.sh\"\n";
showEnvVarsInLog = 0;
};
905E623E0EDCB9F5095F7201 /* [CP] Embed Pods Frameworks */ = {
9985684AE5A7F7B42D827A19 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-frameworks.sh",
"${PODS_ROOT}/../QCloudQuic/Classes/QuicFramework/Tquic.framework",
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Embed Pods Frameworks";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Tquic.framework",
"$(DERIVED_FILE_DIR)/Pods-QCloudCOSXMLDemo-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-frameworks.sh\"\n";
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";
showEnvVarsInLog = 0;
};
9985684AE5A7F7B42D827A19 /* [CP] Check Pods Manifest.lock */ = {
B59841545FCAFF722181206F /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-frameworks.sh",
"${PODS_ROOT}/../QCloudQuic/Classes/QuicFramework/Tquic.framework",
);
name = "[CP] Check Pods Manifest.lock";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-QCloudCOSXMLDemo-checkManifestLockResult.txt",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Tquic.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-QCloudCOSXMLDemo/Pods-QCloudCOSXMLDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -818,6 +818,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6RL39LH4U4;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/QCloudCOSXMLDemo/PrefixHeader.pch";
INFOPLIST_FILE = QCloudCOSXMLDemo/Info.plist;
Expand All @@ -826,6 +827,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -846,6 +848,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6RL39LH4U4;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/QCloudCOSXMLDemo/PrefixHeader.pch";
INFOPLIST_FILE = QCloudCOSXMLDemo/Info.plist;
Expand Down
Binary file not shown.

0 comments on commit 1a3e66b

Please sign in to comment.