|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 6D9B46E43E4E5C79F882E757 /* Pods_Firestack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3846F21383D53B2DEB4C4246 /* Pods_Firestack.framework */; }; |
11 | 10 | D950369E1D19C77400F7094D /* Firestack.m in Sources */ = {isa = PBXBuildFile; fileRef = D950369D1D19C77400F7094D /* Firestack.m */; }; |
| 11 | + D9FF4BF31D19F5FF00238046 /* libPods-Firestack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D95036B81D19C90300F7094D /* libPods-Firestack.a */; }; |
| 12 | + D9FF4BF51D19F61B00238046 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D9FF4BF41D19F61B00238046 /* libReact.a */; }; |
12 | 13 | /* End PBXBuildFile section */ |
13 | 14 |
|
14 | 15 | /* Begin PBXContainerItemProxy section */ |
|
35 | 36 |
|
36 | 37 | /* Begin PBXFileReference section */ |
37 | 38 | 134814201AA4EA6300B7C361 /* libFirestack.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFirestack.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
38 | | - 3846F21383D53B2DEB4C4246 /* Pods_Firestack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Firestack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 39 | 612D3268D15D0E9231997758 /* Pods-Firestack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Firestack.release.xcconfig"; path = "Pods/Target Support Files/Pods-Firestack/Pods-Firestack.release.xcconfig"; sourceTree = "<group>"; }; |
40 | 40 | CEE8E427185097CF7EF3A3EB /* Pods-Firestack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Firestack.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Firestack/Pods-Firestack.debug.xcconfig"; sourceTree = "<group>"; }; |
41 | 41 | D950369C1D19C77400F7094D /* Firestack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Firestack.h; path = Firestack/Firestack.h; sourceTree = "<group>"; }; |
42 | 42 | D950369D1D19C77400F7094D /* Firestack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Firestack.m; path = Firestack/Firestack.m; sourceTree = "<group>"; }; |
43 | 43 | D95036B31D19C90300F7094D /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; }; |
| 44 | + D9FF4BEE1D19F3F500238046 /* libReact.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libReact.a; path = "../../../React/build/Debug-iphoneos/libReact.a"; sourceTree = "<group>"; }; |
| 45 | + D9FF4BF41D19F61B00238046 /* libReact.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libReact.a; path = "../../../React/build/Debug-iphoneos/libReact.a"; sourceTree = "<group>"; }; |
44 | 46 | /* End PBXFileReference section */ |
45 | 47 |
|
46 | 48 | /* Begin PBXFrameworksBuildPhase section */ |
47 | 49 | 58B511D81A9E6C8500147676 /* Frameworks */ = { |
48 | 50 | isa = PBXFrameworksBuildPhase; |
49 | 51 | buildActionMask = 2147483647; |
50 | 52 | files = ( |
51 | | - 6D9B46E43E4E5C79F882E757 /* Pods_Firestack.framework in Frameworks */, |
| 53 | + D9FF4BF51D19F61B00238046 /* libReact.a in Frameworks */, |
| 54 | + D9FF4BF31D19F5FF00238046 /* libPods-Firestack.a in Frameworks */, |
52 | 55 | ); |
53 | 56 | runOnlyForDeploymentPostprocessing = 0; |
54 | 57 | }; |
|
66 | 69 | 4C361DE13748C14BF1F87624 /* Frameworks */ = { |
67 | 70 | isa = PBXGroup; |
68 | 71 | children = ( |
| 72 | + D9FF4BF41D19F61B00238046 /* libReact.a */, |
| 73 | + D9FF4BEE1D19F3F500238046 /* libReact.a */, |
69 | 74 | D95036B31D19C90300F7094D /* Pods.xcodeproj */, |
70 | | - 3846F21383D53B2DEB4C4246 /* Pods_Firestack.framework */, |
71 | 75 | ); |
72 | 76 | name = Frameworks; |
73 | 77 | sourceTree = "<group>"; |
|
162 | 166 | /* Begin PBXReferenceProxy section */ |
163 | 167 | D95036B81D19C90300F7094D /* libPods-Firestack.a */ = { |
164 | 168 | isa = PBXReferenceProxy; |
165 | | - fileType = wrapper.framework; |
166 | | - path = Pods_Firestack.framework; |
| 169 | + fileType = archive.ar; |
| 170 | + path = "libPods-Firestack.a"; |
167 | 171 | remoteRef = D95036B71D19C90300F7094D /* PBXContainerItemProxy */; |
168 | 172 | sourceTree = BUILT_PRODUCTS_DIR; |
169 | 173 | }; |
|
310 | 314 | "$(SRCROOT)/../../../React/**", |
311 | 315 | ); |
312 | 316 | LIBRARY_SEARCH_PATHS = "$(inherited)"; |
313 | | - ONLY_ACTIVE_ARCH = NO; |
| 317 | + MACH_O_TYPE = mh_dylib; |
| 318 | + ONLY_ACTIVE_ARCH = YES; |
314 | 319 | OTHER_LDFLAGS = "$(inherited)"; |
315 | 320 | PRODUCT_NAME = Firestack; |
316 | 321 | SKIP_INSTALL = YES; |
|
335 | 340 | "$(SRCROOT)/../../React/**", |
336 | 341 | ); |
337 | 342 | LIBRARY_SEARCH_PATHS = "$(inherited)"; |
| 343 | + MACH_O_TYPE = mh_dylib; |
338 | 344 | OTHER_LDFLAGS = "$(inherited)"; |
339 | 345 | PRODUCT_NAME = Firestack; |
340 | 346 | SKIP_INSTALL = YES; |
|
0 commit comments