|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 736BEADA5A555DAFD0BCD53D /* Pods_ezyfox_client.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2DC52FFA04E527CDBBE42F6 /* Pods_ezyfox_client.framework */; }; |
10 | 11 | F18F950E266B536A004790E8 /* EzyEncryption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F18F950D266B536A004790E8 /* EzyEncryption.cpp */; };
|
11 | 12 | F18F9511266B5384004790E8 /* EzyNull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F18F950F266B5384004790E8 /* EzyNull.cpp */; };
|
12 | 13 | F18F9512266B5384004790E8 /* EzyByteArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F18F9510266B5384004790E8 /* EzyByteArray.cpp */; };
|
|
142 | 143 | /* End PBXCopyFilesBuildPhase section */
|
143 | 144 |
|
144 | 145 | /* Begin PBXFileReference section */
|
| 146 | + 82976BB90FA64B0DB31EFF1C /* Pods-ezyfox-client.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ezyfox-client.release.xcconfig"; path = "Target Support Files/Pods-ezyfox-client/Pods-ezyfox-client.release.xcconfig"; sourceTree = "<group>"; }; |
| 147 | + AE7F4B06E14A7D65AC9DC3E0 /* Pods-ezyfox-client.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ezyfox-client.debug.xcconfig"; path = "Target Support Files/Pods-ezyfox-client/Pods-ezyfox-client.debug.xcconfig"; sourceTree = "<group>"; }; |
| 148 | + E2DC52FFA04E527CDBBE42F6 /* Pods_ezyfox_client.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ezyfox_client.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
145 | 149 | F18F950D266B536A004790E8 /* EzyEncryption.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EzyEncryption.cpp; path = ../../src/codec/EzyEncryption.cpp; sourceTree = "<group>"; };
|
146 | 150 | F18F950F266B5384004790E8 /* EzyNull.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EzyNull.cpp; path = ../../src/entity/EzyNull.cpp; sourceTree = "<group>"; };
|
147 | 151 | F18F9510266B5384004790E8 /* EzyByteArray.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EzyByteArray.cpp; path = ../../src/entity/EzyByteArray.cpp; sourceTree = "<group>"; };
|
|
272 | 276 | isa = PBXFrameworksBuildPhase;
|
273 | 277 | buildActionMask = 2147483647;
|
274 | 278 | files = (
|
| 279 | + 736BEADA5A555DAFD0BCD53D /* Pods_ezyfox_client.framework in Frameworks */, |
275 | 280 | );
|
276 | 281 | runOnlyForDeploymentPostprocessing = 0;
|
277 | 282 | };
|
278 | 283 | /* End PBXFrameworksBuildPhase section */
|
279 | 284 |
|
280 | 285 | /* Begin PBXGroup section */
|
| 286 | + 0F85B5F77AD705EBA21C74D6 /* Pods */ = { |
| 287 | + isa = PBXGroup; |
| 288 | + children = ( |
| 289 | + AE7F4B06E14A7D65AC9DC3E0 /* Pods-ezyfox-client.debug.xcconfig */, |
| 290 | + 82976BB90FA64B0DB31EFF1C /* Pods-ezyfox-client.release.xcconfig */, |
| 291 | + ); |
| 292 | + path = Pods; |
| 293 | + sourceTree = "<group>"; |
| 294 | + }; |
| 295 | + 5C0BAAFCE54B1B12FDA22EE7 /* Frameworks */ = { |
| 296 | + isa = PBXGroup; |
| 297 | + children = ( |
| 298 | + E2DC52FFA04E527CDBBE42F6 /* Pods_ezyfox_client.framework */, |
| 299 | + ); |
| 300 | + name = Frameworks; |
| 301 | + sourceTree = "<group>"; |
| 302 | + }; |
281 | 303 | F195504C260608FD00402511 = {
|
282 | 304 | isa = PBXGroup;
|
283 | 305 | children = (
|
|
288 | 310 | F195516C26060B9500402511 /* README.md */,
|
289 | 311 | F195516D26060B9500402511 /* src */,
|
290 | 312 | F1955056260608FD00402511 /* Products */,
|
| 313 | + 0F85B5F77AD705EBA21C74D6 /* Pods */, |
| 314 | + 5C0BAAFCE54B1B12FDA22EE7 /* Frameworks */, |
291 | 315 | );
|
292 | 316 | sourceTree = "<group>";
|
293 | 317 | };
|
|
624 | 648 | isa = PBXNativeTarget;
|
625 | 649 | buildConfigurationList = F195505E260608FD00402511 /* Build configuration list for PBXNativeTarget "ezyfox-client" */;
|
626 | 650 | buildPhases = (
|
| 651 | + 05D09CB14E9BCE551512AA4F /* [CP] Check Pods Manifest.lock */, |
627 | 652 | F195512226060A9F00402511 /* Headers */,
|
628 | 653 | F1955051260608FD00402511 /* Sources */,
|
629 | 654 | F1955052260608FD00402511 /* Frameworks */,
|
|
669 | 694 | };
|
670 | 695 | /* End PBXProject section */
|
671 | 696 |
|
| 697 | +/* Begin PBXShellScriptBuildPhase section */ |
| 698 | + 05D09CB14E9BCE551512AA4F /* [CP] Check Pods Manifest.lock */ = { |
| 699 | + isa = PBXShellScriptBuildPhase; |
| 700 | + buildActionMask = 2147483647; |
| 701 | + files = ( |
| 702 | + ); |
| 703 | + inputFileListPaths = ( |
| 704 | + ); |
| 705 | + inputPaths = ( |
| 706 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 707 | + "${PODS_ROOT}/Manifest.lock", |
| 708 | + ); |
| 709 | + name = "[CP] Check Pods Manifest.lock"; |
| 710 | + outputFileListPaths = ( |
| 711 | + ); |
| 712 | + outputPaths = ( |
| 713 | + "$(DERIVED_FILE_DIR)/Pods-ezyfox-client-checkManifestLockResult.txt", |
| 714 | + ); |
| 715 | + runOnlyForDeploymentPostprocessing = 0; |
| 716 | + shellPath = /bin/sh; |
| 717 | + 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"; |
| 718 | + showEnvVarsInLog = 0; |
| 719 | + }; |
| 720 | +/* End PBXShellScriptBuildPhase section */ |
| 721 | + |
672 | 722 | /* Begin PBXSourcesBuildPhase section */
|
673 | 723 | F1955051260608FD00402511 /* Sources */ = {
|
674 | 724 | isa = PBXSourcesBuildPhase;
|
|
852 | 902 | };
|
853 | 903 | F195505F260608FD00402511 /* Debug */ = {
|
854 | 904 | isa = XCBuildConfiguration;
|
| 905 | + baseConfigurationReference = AE7F4B06E14A7D65AC9DC3E0 /* Pods-ezyfox-client.debug.xcconfig */; |
855 | 906 | buildSettings = {
|
856 | 907 | CODE_SIGN_STYLE = Automatic;
|
857 | 908 | DEVELOPMENT_TEAM = 76JURWHY44;
|
| 909 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 910 | + "$(inherited)", |
| 911 | + "COCOAPODS=1", |
| 912 | + ); |
858 | 913 | HEADER_SEARCH_PATHS = (
|
859 | 914 | "$(SRCROOT)/../../src",
|
860 | 915 | "$(SRCROOT)/../../src/handler",
|
|
882 | 937 | };
|
883 | 938 | F1955060260608FD00402511 /* Release */ = {
|
884 | 939 | isa = XCBuildConfiguration;
|
| 940 | + baseConfigurationReference = 82976BB90FA64B0DB31EFF1C /* Pods-ezyfox-client.release.xcconfig */; |
885 | 941 | buildSettings = {
|
886 | 942 | CODE_SIGN_STYLE = Automatic;
|
887 | 943 | DEVELOPMENT_TEAM = 76JURWHY44;
|
| 944 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 945 | + "$(inherited)", |
| 946 | + "COCOAPODS=1", |
| 947 | + ); |
888 | 948 | HEADER_SEARCH_PATHS = (
|
889 | 949 | "$(SRCROOT)/../../src",
|
890 | 950 | "$(SRCROOT)/../../src/handler",
|
|
0 commit comments