|
13 | 13 | 1341802C1AA9178B003F314A /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1341802B1AA91779003F314A /* libRCTNetwork.a */; };
|
14 | 14 | 134454601AAFCABD003F0779 /* libRCTAdSupport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1344545A1AAFCAAE003F0779 /* libRCTAdSupport.a */; };
|
15 | 15 | 134A8A2A1AACED7A00945AAE /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 134A8A251AACED6A00945AAE /* libRCTGeolocation.a */; };
|
| 16 | + 139FDEDB1B0651FB00C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDED91B0651EA00C62182 /* libRCTWebSocket.a */; }; |
16 | 17 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
|
17 | 18 | 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
|
18 | 19 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
68 | 69 | remoteGlobalIDString = 134814201AA4EA6300B7C361;
|
69 | 70 | remoteInfo = RCTGeolocation;
|
70 | 71 | };
|
| 72 | + 139FDED81B0651EA00C62182 /* PBXContainerItemProxy */ = { |
| 73 | + isa = PBXContainerItemProxy; |
| 74 | + containerPortal = 139FDECA1B0651EA00C62182 /* RCTWebSocket.xcodeproj */; |
| 75 | + proxyType = 2; |
| 76 | + remoteGlobalIDString = 3C86DF461ADF2C930047B81A; |
| 77 | + remoteInfo = RCTWebSocket; |
| 78 | + }; |
71 | 79 | 147CED4A1AB34F8C00DA3E4C /* PBXContainerItemProxy */ = {
|
72 | 80 | isa = PBXContainerItemProxy;
|
73 | 81 | containerPortal = 14E0EEC81AB118F7000DECC3 /* RCTActionSheet.xcodeproj */;
|
|
121 | 129 | 134180261AA91779003F314A /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = ../../Libraries/Network/RCTNetwork.xcodeproj; sourceTree = "<group>"; };
|
122 | 130 | 134454551AAFCAAE003F0779 /* RCTAdSupport.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAdSupport.xcodeproj; path = ../../Libraries/AdSupport/RCTAdSupport.xcodeproj; sourceTree = "<group>"; };
|
123 | 131 | 134A8A201AACED6A00945AAE /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = ../../Libraries/Geolocation/RCTGeolocation.xcodeproj; sourceTree = "<group>"; };
|
| 132 | + 139FDECA1B0651EA00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = ../../Libraries/WebSocket/RCTWebSocket.xcodeproj; sourceTree = "<group>"; }; |
124 | 133 | 13B07F961A680F5B00A75B9A /* UIExplorer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UIExplorer.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
125 | 134 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = UIExplorer/AppDelegate.h; sourceTree = "<group>"; };
|
126 | 135 | 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = UIExplorer/AppDelegate.m; sourceTree = "<group>"; };
|
|
148 | 157 | isa = PBXFrameworksBuildPhase;
|
149 | 158 | buildActionMask = 2147483647;
|
150 | 159 | files = (
|
151 |
| - 834C36EC1AF8DED70019C93C /* libRCTSettings.a in Frameworks */, |
152 | 160 | 14AADF051AC3DBB1002390C9 /* libReact.a in Frameworks */,
|
153 |
| - 58005BF21ABA80A60062E044 /* libRCTTest.a in Frameworks */, |
154 |
| - D85B829E1AB6D5D7003F4FE2 /* libRCTVibration.a in Frameworks */, |
155 |
| - 14DC67F41AB71881001358AB /* libRCTPushNotification.a in Frameworks */, |
156 | 161 | 147CED4C1AB3532B00DA3E4C /* libRCTActionSheet.a in Frameworks */,
|
157 | 162 | 134454601AAFCABD003F0779 /* libRCTAdSupport.a in Frameworks */,
|
158 | 163 | 134A8A2A1AACED7A00945AAE /* libRCTGeolocation.a in Frameworks */,
|
| 164 | + 13417FE91AA91432003F314A /* libRCTImage.a in Frameworks */, |
159 | 165 | 1341802C1AA9178B003F314A /* libRCTNetwork.a in Frameworks */,
|
| 166 | + 14DC67F41AB71881001358AB /* libRCTPushNotification.a in Frameworks */, |
| 167 | + 834C36EC1AF8DED70019C93C /* libRCTSettings.a in Frameworks */, |
| 168 | + 58005BF21ABA80A60062E044 /* libRCTTest.a in Frameworks */, |
160 | 169 | 134180011AA9153C003F314A /* libRCTText.a in Frameworks */,
|
161 |
| - 13417FE91AA91432003F314A /* libRCTImage.a in Frameworks */, |
| 170 | + D85B829E1AB6D5D7003F4FE2 /* libRCTVibration.a in Frameworks */, |
| 171 | + 139FDEDB1B0651FB00C62182 /* libRCTWebSocket.a in Frameworks */, |
162 | 172 | );
|
163 | 173 | runOnlyForDeploymentPostprocessing = 0;
|
164 | 174 | };
|
|
196 | 206 | 58005BE41ABA80530062E044 /* RCTTest.xcodeproj */,
|
197 | 207 | 13417FEA1AA914B8003F314A /* RCTText.xcodeproj */,
|
198 | 208 | D85B82911AB6D5CE003F4FE2 /* RCTVibration.xcodeproj */,
|
| 209 | + 139FDECA1B0651EA00C62182 /* RCTWebSocket.xcodeproj */, |
199 | 210 | );
|
200 | 211 | name = Libraries;
|
201 | 212 | sourceTree = "<group>";
|
|
240 | 251 | name = Products;
|
241 | 252 | sourceTree = "<group>";
|
242 | 253 | };
|
| 254 | + 139FDECB1B0651EA00C62182 /* Products */ = { |
| 255 | + isa = PBXGroup; |
| 256 | + children = ( |
| 257 | + 139FDED91B0651EA00C62182 /* libRCTWebSocket.a */, |
| 258 | + ); |
| 259 | + name = Products; |
| 260 | + sourceTree = "<group>"; |
| 261 | + }; |
243 | 262 | 13B07FAE1A68108700A75B9A /* UIExplorer */ = {
|
244 | 263 | isa = PBXGroup;
|
245 | 264 | children = (
|
|
427 | 446 | ProductGroup = D85B82921AB6D5CE003F4FE2 /* Products */;
|
428 | 447 | ProjectRef = D85B82911AB6D5CE003F4FE2 /* RCTVibration.xcodeproj */;
|
429 | 448 | },
|
| 449 | + { |
| 450 | + ProductGroup = 139FDECB1B0651EA00C62182 /* Products */; |
| 451 | + ProjectRef = 139FDECA1B0651EA00C62182 /* RCTWebSocket.xcodeproj */; |
| 452 | + }, |
430 | 453 | {
|
431 | 454 | ProductGroup = 14AADF001AC3DB95002390C9 /* Products */;
|
432 | 455 | ProjectRef = 14AADEFF1AC3DB95002390C9 /* React.xcodeproj */;
|
|
476 | 499 | remoteRef = 134A8A241AACED6A00945AAE /* PBXContainerItemProxy */;
|
477 | 500 | sourceTree = BUILT_PRODUCTS_DIR;
|
478 | 501 | };
|
| 502 | + 139FDED91B0651EA00C62182 /* libRCTWebSocket.a */ = { |
| 503 | + isa = PBXReferenceProxy; |
| 504 | + fileType = archive.ar; |
| 505 | + path = libRCTWebSocket.a; |
| 506 | + remoteRef = 139FDED81B0651EA00C62182 /* PBXContainerItemProxy */; |
| 507 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 508 | + }; |
479 | 509 | 147CED4B1AB34F8C00DA3E4C /* libRCTActionSheet.a */ = {
|
480 | 510 | isa = PBXReferenceProxy;
|
481 | 511 | fileType = archive.ar;
|
|
0 commit comments