|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 00481BE81AC0C86700671115 /* libRCTWebSocketDebugger.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00481BE61AC0C7FA00671115 /* libRCTWebSocketDebugger.a */; }; |
| 11 | + 00481BEA1AC0C89D00671115 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 00481BE91AC0C89D00671115 /* libicucore.dylib */; }; |
10 | 12 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; |
11 | 13 | 00C302E61ABCBA2D00DB3ED1 /* libRCTAdSupport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302B41ABCB8E700DB3ED1 /* libRCTAdSupport.a */; }; |
12 | 14 | 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; |
|
22 | 24 | /* End PBXBuildFile section */ |
23 | 25 |
|
24 | 26 | /* Begin PBXContainerItemProxy section */ |
| 27 | + 00481BE51AC0C7FA00671115 /* PBXContainerItemProxy */ = { |
| 28 | + isa = PBXContainerItemProxy; |
| 29 | + containerPortal = 00481BDB1AC0C7FA00671115 /* RCTWebSocketDebugger.xcodeproj */; |
| 30 | + proxyType = 2; |
| 31 | + remoteGlobalIDString = 832C81801AAF6DEF007FA2F7; |
| 32 | + remoteInfo = RCTWebSocketDebugger; |
| 33 | + }; |
25 | 34 | 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = { |
26 | 35 | isa = PBXContainerItemProxy; |
27 | 36 | containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; |
|
81 | 90 | /* End PBXContainerItemProxy section */ |
82 | 91 |
|
83 | 92 | /* Begin PBXFileReference section */ |
84 | | - 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../../Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<absolute>"; }; |
| 93 | + 00481BDB1AC0C7FA00671115 /* RCTWebSocketDebugger.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocketDebugger.xcodeproj; path = ../../Libraries/RCTWebSocketDebugger/RCTWebSocketDebugger.xcodeproj; sourceTree = "<group>"; }; |
| 94 | + 00481BE91AC0C89D00671115 /* libicucore.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libicucore.dylib; path = usr/lib/libicucore.dylib; sourceTree = SDKROOT; }; |
| 95 | + 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = ../../Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj; sourceTree = "<absolute>"; }; |
85 | 96 | 00C302AF1ABCB8E700DB3ED1 /* RCTAdSupport.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAdSupport.xcodeproj; path = ../../Libraries/AdSupport/RCTAdSupport.xcodeproj; sourceTree = "<group>"; }; |
86 | 97 | 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = ../../Libraries/Geolocation/RCTGeolocation.xcodeproj; sourceTree = "<group>"; }; |
87 | 98 | 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = ../../Libraries/Image/RCTImage.xcodeproj; sourceTree = "<group>"; }; |
88 | 99 | 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = ../../Libraries/Network/RCTNetwork.xcodeproj; sourceTree = "<group>"; }; |
89 | 100 | 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = ../../Libraries/Vibration/RCTVibration.xcodeproj; sourceTree = "<group>"; }; |
90 | 101 | 13B07F961A680F5B00A75B9A /* SampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SampleApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
91 | | - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = SampleApp/AppDelegate.h; sourceTree = "<group>"; }; |
92 | | - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = SampleApp/AppDelegate.m; sourceTree = "<group>"; }; |
| 102 | + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = iOS/AppDelegate.h; sourceTree = "<group>"; }; |
| 103 | + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = iOS/AppDelegate.m; sourceTree = "<group>"; }; |
93 | 104 | 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
94 | | - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = SampleApp/Images.xcassets; sourceTree = "<group>"; }; |
95 | | - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SampleApp/Info.plist; sourceTree = "<group>"; }; |
96 | | - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = SampleApp/main.m; sourceTree = "<group>"; }; |
| 105 | + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = iOS/Images.xcassets; sourceTree = "<group>"; }; |
| 106 | + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = "<group>"; }; |
| 107 | + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = iOS/main.m; sourceTree = "<group>"; }; |
97 | 108 | 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = ../../Libraries/Text/RCTText.xcodeproj; sourceTree = "<group>"; }; |
98 | 109 | 834D32361A76971A00F38302 /* ReactKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReactKit.xcodeproj; path = ../../ReactKit/ReactKit.xcodeproj; sourceTree = "<group>"; }; |
99 | 110 | /* End PBXFileReference section */ |
|
103 | 114 | isa = PBXFrameworksBuildPhase; |
104 | 115 | buildActionMask = 2147483647; |
105 | 116 | files = ( |
| 117 | + 00481BEA1AC0C89D00671115 /* libicucore.dylib in Frameworks */, |
| 118 | + 00481BE81AC0C86700671115 /* libRCTWebSocketDebugger.a in Frameworks */, |
106 | 119 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */, |
107 | 120 | 00C302E61ABCBA2D00DB3ED1 /* libRCTAdSupport.a in Frameworks */, |
108 | 121 | 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */, |
|
117 | 130 | /* End PBXFrameworksBuildPhase section */ |
118 | 131 |
|
119 | 132 | /* Begin PBXGroup section */ |
| 133 | + 00481BDC1AC0C7FA00671115 /* Products */ = { |
| 134 | + isa = PBXGroup; |
| 135 | + children = ( |
| 136 | + 00481BE61AC0C7FA00671115 /* libRCTWebSocketDebugger.a */, |
| 137 | + ); |
| 138 | + name = Products; |
| 139 | + sourceTree = "<group>"; |
| 140 | + }; |
120 | 141 | 00C302A81ABCB8CE00DB3ED1 /* Products */ = { |
121 | 142 | isa = PBXGroup; |
122 | 143 | children = ( |
|
189 | 210 | 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */, |
190 | 211 | 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */, |
191 | 212 | 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, |
| 213 | + 00481BDB1AC0C7FA00671115 /* RCTWebSocketDebugger.xcodeproj */, |
| 214 | + 00481BE91AC0C89D00671115 /* libicucore.dylib */, |
192 | 215 | ); |
193 | 216 | name = Libraries; |
194 | 217 | sourceTree = "<group>"; |
|
295 | 318 | ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */; |
296 | 319 | ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; |
297 | 320 | }, |
| 321 | + { |
| 322 | + ProductGroup = 00481BDC1AC0C7FA00671115 /* Products */; |
| 323 | + ProjectRef = 00481BDB1AC0C7FA00671115 /* RCTWebSocketDebugger.xcodeproj */; |
| 324 | + }, |
298 | 325 | { |
299 | 326 | ProductGroup = 832348241A77B50100B55238 /* Products */; |
300 | 327 | ProjectRef = 834D32361A76971A00F38302 /* ReactKit.xcodeproj */; |
|
308 | 335 | /* End PBXProject section */ |
309 | 336 |
|
310 | 337 | /* Begin PBXReferenceProxy section */ |
| 338 | + 00481BE61AC0C7FA00671115 /* libRCTWebSocketDebugger.a */ = { |
| 339 | + isa = PBXReferenceProxy; |
| 340 | + fileType = archive.ar; |
| 341 | + path = libRCTWebSocketDebugger.a; |
| 342 | + remoteRef = 00481BE51AC0C7FA00671115 /* PBXContainerItemProxy */; |
| 343 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 344 | + }; |
311 | 345 | 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = { |
312 | 346 | isa = PBXReferenceProxy; |
313 | 347 | fileType = archive.ar; |
|
397 | 431 | 13B07FB21A68108700A75B9A /* Base */, |
398 | 432 | ); |
399 | 433 | name = LaunchScreen.xib; |
400 | | - path = SampleApp; |
| 434 | + path = iOS; |
401 | 435 | sourceTree = "<group>"; |
402 | 436 | }; |
403 | 437 | /* End PBXVariantGroup section */ |
|
407 | 441 | isa = XCBuildConfiguration; |
408 | 442 | buildSettings = { |
409 | 443 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
410 | | - INFOPLIST_FILE = "$(SRCROOT)/SampleApp/Info.plist"; |
| 444 | + INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; |
411 | 445 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
412 | 446 | OTHER_LDFLAGS = "-ObjC"; |
413 | 447 | PRODUCT_NAME = SampleApp; |
|
418 | 452 | isa = XCBuildConfiguration; |
419 | 453 | buildSettings = { |
420 | 454 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
421 | | - INFOPLIST_FILE = "$(SRCROOT)/SampleApp/Info.plist"; |
| 455 | + INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist"; |
422 | 456 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
423 | 457 | OTHER_LDFLAGS = "-ObjC"; |
424 | 458 | PRODUCT_NAME = SampleApp; |
|
0 commit comments