|
57 | 57 | 52B5CF1D1F3B4631000D9DD9 /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 52B5CF051F3B4631000D9DD9 /* XMLReader.m */; };
|
58 | 58 | 52EE9515203FE58500B76873 /* MMStickerMessageCellView+hook.m in Sources */ = {isa = PBXBuildFile; fileRef = 52EE9513203FE58500B76873 /* MMStickerMessageCellView+hook.m */; };
|
59 | 59 | 52EE9517203FE63300B76873 /* MMStickerMessageCellView+hook.h in Headers */ = {isa = PBXBuildFile; fileRef = 52EE9516203FE63300B76873 /* MMStickerMessageCellView+hook.h */; };
|
| 60 | + 581E98663A5F0E6327516AA8 /* libPods-WeChatPlugin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 17F7A08DC0E3A0626801414D /* libPods-WeChatPlugin.a */; }; |
60 | 61 | /* End PBXBuildFile section */
|
61 | 62 |
|
62 | 63 | /* Begin PBXFileReference section */
|
| 64 | + 13B308B4A92CE38341762A48 /* Pods-WeChatPlugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WeChatPlugin.release.xcconfig"; path = "Pods/Target Support Files/Pods-WeChatPlugin/Pods-WeChatPlugin.release.xcconfig"; sourceTree = "<group>"; }; |
| 65 | + 17F7A08DC0E3A0626801414D /* libPods-WeChatPlugin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-WeChatPlugin.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
63 | 66 | 522547CD1F4AE5A700226A2A /* NSView+Action.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSView+Action.h"; sourceTree = "<group>"; };
|
64 | 67 | 522547CE1F4AE5A700226A2A /* NSView+Action.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSView+Action.m"; sourceTree = "<group>"; };
|
65 | 68 | 522547D71F4C312A00226A2A /* TKAutoReplyWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TKAutoReplyWindowController.h; sourceTree = "<group>"; };
|
|
112 | 115 | 52B5CF051F3B4631000D9DD9 /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
|
113 | 116 | 52EE9513203FE58500B76873 /* MMStickerMessageCellView+hook.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "MMStickerMessageCellView+hook.m"; sourceTree = "<group>"; };
|
114 | 117 | 52EE9516203FE63300B76873 /* MMStickerMessageCellView+hook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MMStickerMessageCellView+hook.h"; sourceTree = "<group>"; };
|
| 118 | + 888B2791FA0BBCC192BADA47 /* Pods-WeChatPlugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WeChatPlugin.debug.xcconfig"; path = "Pods/Target Support Files/Pods-WeChatPlugin/Pods-WeChatPlugin.debug.xcconfig"; sourceTree = "<group>"; }; |
115 | 119 | /* End PBXFileReference section */
|
116 | 120 |
|
117 | 121 | /* Begin PBXFrameworksBuildPhase section */
|
118 | 122 | 528B4F8E1EA7383800BC6A89 /* Frameworks */ = {
|
119 | 123 | isa = PBXFrameworksBuildPhase;
|
120 | 124 | buildActionMask = 2147483647;
|
121 | 125 | files = (
|
| 126 | + 581E98663A5F0E6327516AA8 /* libPods-WeChatPlugin.a in Frameworks */, |
122 | 127 | );
|
123 | 128 | runOnlyForDeploymentPostprocessing = 0;
|
124 | 129 | };
|
125 | 130 | /* End PBXFrameworksBuildPhase section */
|
126 | 131 |
|
127 | 132 | /* Begin PBXGroup section */
|
| 133 | + 13EC3A000F46808B50A62C6F /* Frameworks */ = { |
| 134 | + isa = PBXGroup; |
| 135 | + children = ( |
| 136 | + 17F7A08DC0E3A0626801414D /* libPods-WeChatPlugin.a */, |
| 137 | + ); |
| 138 | + name = Frameworks; |
| 139 | + sourceTree = "<group>"; |
| 140 | + }; |
| 141 | + 3C138513A2C7760B47317A95 /* Pods */ = { |
| 142 | + isa = PBXGroup; |
| 143 | + children = ( |
| 144 | + 888B2791FA0BBCC192BADA47 /* Pods-WeChatPlugin.debug.xcconfig */, |
| 145 | + 13B308B4A92CE38341762A48 /* Pods-WeChatPlugin.release.xcconfig */, |
| 146 | + ); |
| 147 | + name = Pods; |
| 148 | + sourceTree = "<group>"; |
| 149 | + }; |
128 | 150 | 522547CC1F4AE5A700226A2A /* Category */ = {
|
129 | 151 | isa = PBXGroup;
|
130 | 152 | children = (
|
|
210 | 232 | children = (
|
211 | 233 | 528B4F941EA7383800BC6A89 /* WeChatPlugin */,
|
212 | 234 | 528B4F931EA7383800BC6A89 /* Products */,
|
| 235 | + 3C138513A2C7760B47317A95 /* Pods */, |
| 236 | + 13EC3A000F46808B50A62C6F /* Frameworks */, |
213 | 237 | );
|
214 | 238 | sourceTree = "<group>";
|
215 | 239 | };
|
|
376 | 400 | isa = PBXNativeTarget;
|
377 | 401 | buildConfigurationList = 528B4F9A1EA7383800BC6A89 /* Build configuration list for PBXNativeTarget "WeChatPlugin" */;
|
378 | 402 | buildPhases = (
|
| 403 | + A23204925F0A37A0EBE14B92 /* [CP] Check Pods Manifest.lock */, |
379 | 404 | 528B4F8D1EA7383800BC6A89 /* Sources */,
|
380 | 405 | 528B4F8E1EA7383800BC6A89 /* Frameworks */,
|
381 | 406 | 528B4F8F1EA7383800BC6A89 /* Headers */,
|
382 | 407 | 528B4F901EA7383800BC6A89 /* Resources */,
|
383 | 408 | 528B4FB51EA738B100BC6A89 /* ShellScript */,
|
| 409 | + 165746E0A28B760DEA538E0D /* [CP] Copy Pods Resources */, |
384 | 410 | );
|
385 | 411 | buildRules = (
|
386 | 412 | );
|
|
438 | 464 | /* End PBXResourcesBuildPhase section */
|
439 | 465 |
|
440 | 466 | /* Begin PBXShellScriptBuildPhase section */
|
| 467 | + 165746E0A28B760DEA538E0D /* [CP] Copy Pods Resources */ = { |
| 468 | + isa = PBXShellScriptBuildPhase; |
| 469 | + buildActionMask = 2147483647; |
| 470 | + files = ( |
| 471 | + ); |
| 472 | + inputPaths = ( |
| 473 | + ); |
| 474 | + name = "[CP] Copy Pods Resources"; |
| 475 | + outputPaths = ( |
| 476 | + ); |
| 477 | + runOnlyForDeploymentPostprocessing = 0; |
| 478 | + shellPath = /bin/sh; |
| 479 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-WeChatPlugin/Pods-WeChatPlugin-resources.sh\"\n"; |
| 480 | + showEnvVarsInLog = 0; |
| 481 | + }; |
441 | 482 | 528B4FB51EA738B100BC6A89 /* ShellScript */ = {
|
442 | 483 | isa = PBXShellScriptBuildPhase;
|
443 | 484 | buildActionMask = 2147483647;
|
|
451 | 492 | shellPath = /bin/sh;
|
452 | 493 | shellScript = "#!/bin/bash\napp_name=\"WeChat\"\nframework_name=\"WeChatPlugin\"\napp_bundle_path=\"/Applications/${app_name}.app/Contents/MacOS\"\napp_executable_path=\"${app_bundle_path}/${app_name}\"\napp_executable_backup_path=\"${app_executable_path}_backup\"\nframework_path=\"${app_bundle_path}/${framework_name}.framework\"\n# 备份WeChat原始可执行文件\nif [ ! -f \"$app_executable_backup_path\" ]\nthen\ncp \"$app_executable_path\" \"$app_executable_backup_path\"\nfi\n\nrm -rf \"./Other/Products/Debug/${framework_name}.framework\"\ncp -r \"${BUILT_PRODUCTS_DIR}/${framework_name}.framework\" \"./Other/Products/Debug/${framework_name}.framework\"\ncp -r \"${BUILT_PRODUCTS_DIR}/${framework_name}.framework\" ${app_bundle_path}\n./Other/insert_dylib --all-yes \"${framework_path}/${framework_name}\" \"$app_executable_backup_path\" \"$app_executable_path\"";
|
453 | 494 | };
|
| 495 | + A23204925F0A37A0EBE14B92 /* [CP] Check Pods Manifest.lock */ = { |
| 496 | + isa = PBXShellScriptBuildPhase; |
| 497 | + buildActionMask = 2147483647; |
| 498 | + files = ( |
| 499 | + ); |
| 500 | + inputPaths = ( |
| 501 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 502 | + "${PODS_ROOT}/Manifest.lock", |
| 503 | + ); |
| 504 | + name = "[CP] Check Pods Manifest.lock"; |
| 505 | + outputPaths = ( |
| 506 | + "$(DERIVED_FILE_DIR)/Pods-WeChatPlugin-checkManifestLockResult.txt", |
| 507 | + ); |
| 508 | + runOnlyForDeploymentPostprocessing = 0; |
| 509 | + shellPath = /bin/sh; |
| 510 | + 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"; |
| 511 | + showEnvVarsInLog = 0; |
| 512 | + }; |
454 | 513 | /* End PBXShellScriptBuildPhase section */
|
455 | 514 |
|
456 | 515 | /* Begin PBXSourcesBuildPhase section */
|
|
593 | 652 | };
|
594 | 653 | 528B4F9B1EA7383800BC6A89 /* Debug */ = {
|
595 | 654 | isa = XCBuildConfiguration;
|
| 655 | + baseConfigurationReference = 888B2791FA0BBCC192BADA47 /* Pods-WeChatPlugin.debug.xcconfig */; |
596 | 656 | buildSettings = {
|
597 | 657 | CODE_SIGN_IDENTITY = "";
|
598 | 658 | COMBINE_HIDPI_IMAGES = YES;
|
|
614 | 674 | };
|
615 | 675 | 528B4F9C1EA7383800BC6A89 /* Release */ = {
|
616 | 676 | isa = XCBuildConfiguration;
|
| 677 | + baseConfigurationReference = 13B308B4A92CE38341762A48 /* Pods-WeChatPlugin.release.xcconfig */; |
617 | 678 | buildSettings = {
|
618 | 679 | CODE_SIGN_IDENTITY = "";
|
619 | 680 | COMBINE_HIDPI_IMAGES = YES;
|
|
0 commit comments