Sfoglia il codice sorgente

fixed example project

Daniel Zlotin 8 anni fa
parent
commit
35a67c5808
1 ha cambiato i file con 30 aggiunte e 0 eliminazioni
  1. 30
    0
      example/ios/example.xcodeproj/project.pbxproj

+ 30
- 0
example/ios/example.xcodeproj/project.pbxproj Vedi File

@@ -21,6 +21,7 @@
21 21
 		13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
22 22
 		13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
23 23
 		146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
24
+		7BFC29B41D917B0000139A14 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BFC29B31D917AFA00139A14 /* libReactNativeNavigation.a */; };
24 25
 		832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
25 26
 /* End PBXBuildFile section */
26 27
 
@@ -95,6 +96,13 @@
95 96
 			remoteGlobalIDString = 134814201AA4EA6300B7C361;
96 97
 			remoteInfo = RCTLinking;
97 98
 		};
99
+		7BFC29B21D917AFA00139A14 /* PBXContainerItemProxy */ = {
100
+			isa = PBXContainerItemProxy;
101
+			containerPortal = 7BFC29AE1D917AFA00139A14 /* ReactNativeNavigation.xcodeproj */;
102
+			proxyType = 2;
103
+			remoteGlobalIDString = D8AFADBD1BEE6F3F00A4592D;
104
+			remoteInfo = ReactNativeNavigation;
105
+		};
98 106
 		832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
99 107
 			isa = PBXContainerItemProxy;
100 108
 			containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
@@ -125,6 +133,7 @@
125 133
 		13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
126 134
 		146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
127 135
 		78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
136
+		7BFC29AE1D917AFA00139A14 /* ReactNativeNavigation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReactNativeNavigation.xcodeproj; path = ../../ios/ReactNativeNavigation.xcodeproj; sourceTree = "<group>"; };
128 137
 		832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
129 138
 /* End PBXFileReference section */
130 139
 
@@ -140,6 +149,7 @@
140 149
 			isa = PBXFrameworksBuildPhase;
141 150
 			buildActionMask = 2147483647;
142 151
 			files = (
152
+				7BFC29B41D917B0000139A14 /* libReactNativeNavigation.a in Frameworks */,
143 153
 				146834051AC3E58100842450 /* libReact.a in Frameworks */,
144 154
 				00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
145 155
 				00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
@@ -259,9 +269,18 @@
259 269
 			name = Products;
260 270
 			sourceTree = "<group>";
261 271
 		};
272
+		7BFC29AF1D917AFA00139A14 /* Products */ = {
273
+			isa = PBXGroup;
274
+			children = (
275
+				7BFC29B31D917AFA00139A14 /* libReactNativeNavigation.a */,
276
+			);
277
+			name = Products;
278
+			sourceTree = "<group>";
279
+		};
262 280
 		832341AE1AAA6A7D00B99B32 /* Libraries */ = {
263 281
 			isa = PBXGroup;
264 282
 			children = (
283
+				7BFC29AE1D917AFA00139A14 /* ReactNativeNavigation.xcodeproj */,
265 284
 				146833FF1AC3E56700842450 /* React.xcodeproj */,
266 285
 				00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
267 286
 				00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
@@ -411,6 +430,10 @@
411 430
 					ProductGroup = 146834001AC3E56700842450 /* Products */;
412 431
 					ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
413 432
 				},
433
+				{
434
+					ProductGroup = 7BFC29AF1D917AFA00139A14 /* Products */;
435
+					ProjectRef = 7BFC29AE1D917AFA00139A14 /* ReactNativeNavigation.xcodeproj */;
436
+				},
414 437
 			);
415 438
 			projectRoot = "";
416 439
 			targets = (
@@ -484,6 +507,13 @@
484 507
 			remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
485 508
 			sourceTree = BUILT_PRODUCTS_DIR;
486 509
 		};
510
+		7BFC29B31D917AFA00139A14 /* libReactNativeNavigation.a */ = {
511
+			isa = PBXReferenceProxy;
512
+			fileType = archive.ar;
513
+			path = libReactNativeNavigation.a;
514
+			remoteRef = 7BFC29B21D917AFA00139A14 /* PBXContainerItemProxy */;
515
+			sourceTree = BUILT_PRODUCTS_DIR;
516
+		};
487 517
 		832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
488 518
 			isa = PBXReferenceProxy;
489 519
 			fileType = archive.ar;