|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 13BE3DEE1AC21097009241FE /* OAuthManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 13BE3DED1AC21097009241FE /* OAuthManager.m */; }; |
11 |
| - 252162DE67427523272C170D /* Pods_OAuthManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E231954F0906492EED21005A /* Pods_OAuthManager.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; |
| 10 | + 77A0D446E94AED73302D360E /* Pods_OAuthManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E623702E9777DB3EE760209 /* Pods_OAuthManager.framework */; }; |
12 | 11 | D90285E61D1CFF94006B2E5B /* OAuthSwift.framework in Copy Files */ = {isa = PBXBuildFile; fileRef = D991AB7D1D1B237400DE9E58 /* OAuthSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
| 12 | + D935004D1D513CF700C7BA47 /* OAuthManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D935004C1D513CF700C7BA47 /* OAuthManager.m */; }; |
| 13 | + D99D33651D4B29D800214DA9 /* Pods_OAuthManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D991AB7F1D1B237400DE9E58 /* Pods_OAuthManager.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; |
13 | 14 | /* End PBXBuildFile section */
|
14 | 15 |
|
15 | 16 | /* Begin PBXContainerItemProxy section */
|
|
47 | 48 | 58B511D91A9E6C8500147676 /* Copy Files */ = {
|
48 | 49 | isa = PBXCopyFilesBuildPhase;
|
49 | 50 | buildActionMask = 12;
|
50 |
| - dstPath = "@loader_path/.."; |
51 |
| - dstSubfolderSpec = 11; |
| 51 | + dstPath = ""; |
| 52 | + dstSubfolderSpec = 10; |
52 | 53 | files = (
|
53 | 54 | D90285E61D1CFF94006B2E5B /* OAuthSwift.framework in Copy Files */,
|
54 | 55 | );
|
|
58 | 59 | /* End PBXCopyFilesBuildPhase section */
|
59 | 60 |
|
60 | 61 | /* Begin PBXFileReference section */
|
| 62 | + 0700FAA689C187FECECA6056 /* Pods-OAuthManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuthManager.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OAuthManager/Pods-OAuthManager.debug.xcconfig"; sourceTree = "<group>"; }; |
61 | 63 | 134814201AA4EA6300B7C361 /* libOAuthManager.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOAuthManager.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
62 |
| - 13BE3DEC1AC21097009241FE /* OAuthManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuthManager.h; sourceTree = "<group>"; }; |
63 |
| - 13BE3DED1AC21097009241FE /* OAuthManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OAuthManager.m; sourceTree = "<group>"; }; |
64 |
| - 98908608E773A354AA4AE920 /* Pods-OAuthManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuthManager.release.xcconfig"; path = "Pods/Target Support Files/Pods-OAuthManager/Pods-OAuthManager.release.xcconfig"; sourceTree = "<group>"; }; |
65 |
| - D3353820DF4005D16A481F41 /* Pods-OAuthManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuthManager.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OAuthManager/Pods-OAuthManager.debug.xcconfig"; sourceTree = "<group>"; }; |
| 64 | + 3E623702E9777DB3EE760209 /* Pods_OAuthManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OAuthManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 65 | + D215CDC31F4E30597C4E0769 /* Pods-OAuthManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuthManager.release.xcconfig"; path = "Pods/Target Support Files/Pods-OAuthManager/Pods-OAuthManager.release.xcconfig"; sourceTree = "<group>"; }; |
| 66 | + D935004B1D513CF700C7BA47 /* OAuthManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OAuthManager.h; path = OAuthManager/OAuthManager.h; sourceTree = "<group>"; }; |
| 67 | + D935004C1D513CF700C7BA47 /* OAuthManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OAuthManager.m; path = OAuthManager/OAuthManager.m; sourceTree = "<group>"; }; |
66 | 68 | D991AB581D1B22F600DE9E58 /* OAuthManager-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "OAuthManager-Bridging-Header.h"; sourceTree = "<group>"; };
|
67 | 69 | D991AB771D1B237400DE9E58 /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; };
|
68 |
| - D99D32F51D4ADAEA00214DA9 /* Build-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Build-Debug.xcconfig"; sourceTree = "<group>"; }; |
69 |
| - E231954F0906492EED21005A /* Pods_OAuthManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OAuthManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 70 | + D9C9A1131D4FF5B8000E28EB /* buildScript.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = buildScript.sh; sourceTree = "<group>"; }; |
70 | 71 | /* End PBXFileReference section */
|
71 | 72 |
|
72 | 73 | /* Begin PBXFrameworksBuildPhase section */
|
73 | 74 | 58B511D81A9E6C8500147676 /* Frameworks */ = {
|
74 | 75 | isa = PBXFrameworksBuildPhase;
|
75 | 76 | buildActionMask = 2147483647;
|
76 | 77 | files = (
|
77 |
| - 252162DE67427523272C170D /* Pods_OAuthManager.framework in Frameworks */, |
| 78 | + D99D33651D4B29D800214DA9 /* Pods_OAuthManager.framework in Frameworks */, |
| 79 | + 77A0D446E94AED73302D360E /* Pods_OAuthManager.framework in Frameworks */, |
78 | 80 | );
|
79 | 81 | runOnlyForDeploymentPostprocessing = 0;
|
80 | 82 | };
|
|
92 | 94 | 58B511D21A9E6C8500147676 = {
|
93 | 95 | isa = PBXGroup;
|
94 | 96 | children = (
|
95 |
| - D99D32F51D4ADAEA00214DA9 /* Build-Debug.xcconfig */, |
| 97 | + D935004B1D513CF700C7BA47 /* OAuthManager.h */, |
| 98 | + D935004C1D513CF700C7BA47 /* OAuthManager.m */, |
| 99 | + D9C9A1131D4FF5B8000E28EB /* buildScript.sh */, |
96 | 100 | D991AB581D1B22F600DE9E58 /* OAuthManager-Bridging-Header.h */,
|
97 |
| - 13BE3DEC1AC21097009241FE /* OAuthManager.h */, |
98 |
| - 13BE3DED1AC21097009241FE /* OAuthManager.m */, |
99 | 101 | 134814211AA4EA7D00B7C361 /* Products */,
|
100 |
| - 65F8B1AA93F9A614A6765B15 /* Pods */, |
101 | 102 | 5C09677432A19AC1FB642CAC /* Frameworks */,
|
| 103 | + D319B6E297D13D8F82E619BA /* Pods */, |
102 | 104 | );
|
103 | 105 | sourceTree = "<group>";
|
104 | 106 | };
|
105 | 107 | 5C09677432A19AC1FB642CAC /* Frameworks */ = {
|
106 | 108 | isa = PBXGroup;
|
107 | 109 | children = (
|
108 | 110 | D991AB771D1B237400DE9E58 /* Pods.xcodeproj */,
|
109 |
| - E231954F0906492EED21005A /* Pods_OAuthManager.framework */, |
| 111 | + 3E623702E9777DB3EE760209 /* Pods_OAuthManager.framework */, |
110 | 112 | );
|
111 | 113 | name = Frameworks;
|
112 | 114 | sourceTree = "<group>";
|
113 | 115 | };
|
114 |
| - 65F8B1AA93F9A614A6765B15 /* Pods */ = { |
| 116 | + D319B6E297D13D8F82E619BA /* Pods */ = { |
115 | 117 | isa = PBXGroup;
|
116 | 118 | children = (
|
117 |
| - D3353820DF4005D16A481F41 /* Pods-OAuthManager.debug.xcconfig */, |
118 |
| - 98908608E773A354AA4AE920 /* Pods-OAuthManager.release.xcconfig */, |
| 119 | + 0700FAA689C187FECECA6056 /* Pods-OAuthManager.debug.xcconfig */, |
| 120 | + D215CDC31F4E30597C4E0769 /* Pods-OAuthManager.release.xcconfig */, |
119 | 121 | );
|
120 | 122 | name = Pods;
|
121 | 123 | sourceTree = "<group>";
|
|
141 | 143 | 58B511D81A9E6C8500147676 /* Frameworks */,
|
142 | 144 | 58B511D91A9E6C8500147676 /* Copy Files */,
|
143 | 145 | EB72A852C578F8D024FEC67D /* [CP] Copy Pods Resources */,
|
| 146 | + D9C9A1161D4FF62E000E28EB /* Copy frameworks */, |
144 | 147 | );
|
145 | 148 | buildRules = (
|
146 | 149 | );
|
|
223 | 226 | shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
|
224 | 227 | showEnvVarsInLog = 0;
|
225 | 228 | };
|
| 229 | + D9C9A1161D4FF62E000E28EB /* Copy frameworks */ = { |
| 230 | + isa = PBXShellScriptBuildPhase; |
| 231 | + buildActionMask = 2147483647; |
| 232 | + files = ( |
| 233 | + ); |
| 234 | + inputPaths = ( |
| 235 | + ); |
| 236 | + name = "Copy frameworks"; |
| 237 | + outputPaths = ( |
| 238 | + ); |
| 239 | + runOnlyForDeploymentPostprocessing = 0; |
| 240 | + shellPath = /bin/sh; |
| 241 | + shellScript = ./buildScript.sh; |
| 242 | + }; |
226 | 243 | EB72A852C578F8D024FEC67D /* [CP] Copy Pods Resources */ = {
|
227 | 244 | isa = PBXShellScriptBuildPhase;
|
228 | 245 | buildActionMask = 2147483647;
|
|
245 | 262 | isa = PBXSourcesBuildPhase;
|
246 | 263 | buildActionMask = 2147483647;
|
247 | 264 | files = (
|
248 |
| - 13BE3DEE1AC21097009241FE /* OAuthManager.m in Sources */, |
| 265 | + D935004D1D513CF700C7BA47 /* OAuthManager.m in Sources */, |
249 | 266 | );
|
250 | 267 | runOnlyForDeploymentPostprocessing = 0;
|
251 | 268 | };
|
|
306 | 323 | "$(SRCROOT)/../../node_modules/react-native/React/**",
|
307 | 324 | "$(SRCROOT)/../../react-native/React/**",
|
308 | 325 | );
|
309 |
| - IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 326 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
310 | 327 | MTL_ENABLE_DEBUG_INFO = YES;
|
311 | 328 | ONLY_ACTIVE_ARCH = YES;
|
312 | 329 | OTHER_LDFLAGS = (
|
|
352 | 369 | "$(SRCROOT)/../../node_modules/react-native/React/**",
|
353 | 370 | "$(SRCROOT)/../../react-native/React/**",
|
354 | 371 | );
|
355 |
| - IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 372 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
356 | 373 | MTL_ENABLE_DEBUG_INFO = NO;
|
357 | 374 | OTHER_LDFLAGS = (
|
358 | 375 | "$(inherited)",
|
|
366 | 383 | };
|
367 | 384 | 58B511F01A9E6C8500147676 /* Debug */ = {
|
368 | 385 | isa = XCBuildConfiguration;
|
369 |
| - baseConfigurationReference = D99D32F51D4ADAEA00214DA9 /* Build-Debug.xcconfig */; |
| 386 | + baseConfigurationReference = 0700FAA689C187FECECA6056 /* Pods-OAuthManager.debug.xcconfig */; |
370 | 387 | buildSettings = {
|
371 | 388 | DYLIB_INSTALL_NAME_BASE = "";
|
372 | 389 | ENABLE_BITCODE = NO;
|
|
392 | 409 | };
|
393 | 410 | 58B511F11A9E6C8500147676 /* Release */ = {
|
394 | 411 | isa = XCBuildConfiguration;
|
395 |
| - baseConfigurationReference = 98908608E773A354AA4AE920 /* Pods-OAuthManager.release.xcconfig */; |
| 412 | + baseConfigurationReference = D215CDC31F4E30597C4E0769 /* Pods-OAuthManager.release.xcconfig */; |
396 | 413 | buildSettings = {
|
397 | 414 | DYLIB_INSTALL_NAME_BASE = "";
|
398 | 415 | ENABLE_BITCODE = NO;
|
|
0 commit comments