Browse Source

make example project works

Ran Greenberg 8 years ago
parent
commit
9a1bb15322
1 changed files with 23 additions and 23 deletions
  1. 23
    23
      example/ios/example.xcodeproj/project.pbxproj

+ 23
- 23
example/ios/example.xcodeproj/project.pbxproj View File

@@ -21,7 +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
+		2647D65F1DB175C200B23722 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */; };
25 25
 		832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
26 26
 /* End PBXBuildFile section */
27 27
 
@@ -89,6 +89,13 @@
89 89
 			remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
90 90
 			remoteInfo = React;
91 91
 		};
92
+		2647D65D1DB175B300B23722 /* PBXContainerItemProxy */ = {
93
+			isa = PBXContainerItemProxy;
94
+			containerPortal = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
95
+			proxyType = 2;
96
+			remoteGlobalIDString = D8AFADBD1BEE6F3F00A4592D;
97
+			remoteInfo = ReactNativeNavigation;
98
+		};
92 99
 		78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
93 100
 			isa = PBXContainerItemProxy;
94 101
 			containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
@@ -96,13 +103,6 @@
96 103
 			remoteGlobalIDString = 134814201AA4EA6300B7C361;
97 104
 			remoteInfo = RCTLinking;
98 105
 		};
99
-		7BFC29B21D917AFA00139A14 /* PBXContainerItemProxy */ = {
100
-			isa = PBXContainerItemProxy;
101
-			containerPortal = 7BFC29AE1D917AFA00139A14 /* ReactNativeNavigation.xcodeproj */;
102
-			proxyType = 2;
103
-			remoteGlobalIDString = D8AFADBD1BEE6F3F00A4592D;
104
-			remoteInfo = ReactNativeNavigation;
105
-		};
106 106
 		832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
107 107
 			isa = PBXContainerItemProxy;
108 108
 			containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
@@ -132,8 +132,8 @@
132 132
 		13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
133 133
 		13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
134 134
 		146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
135
+		2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReactNativeNavigation.xcodeproj; path = "../node_modules/react-native-navigation/ios/ReactNativeNavigation.xcodeproj"; sourceTree = "<group>"; };
135 136
 		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>"; };
137 137
 		832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
138 138
 /* End PBXFileReference section */
139 139
 
@@ -149,7 +149,7 @@
149 149
 			isa = PBXFrameworksBuildPhase;
150 150
 			buildActionMask = 2147483647;
151 151
 			files = (
152
-				7BFC29B41D917B0000139A14 /* libReactNativeNavigation.a in Frameworks */,
152
+				2647D65F1DB175C200B23722 /* libReactNativeNavigation.a in Frameworks */,
153 153
 				146834051AC3E58100842450 /* libReact.a in Frameworks */,
154 154
 				00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
155 155
 				00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
@@ -261,18 +261,18 @@
261 261
 			name = Products;
262 262
 			sourceTree = "<group>";
263 263
 		};
264
-		78C398B11ACF4ADC00677621 /* Products */ = {
264
+		2647D65A1DB175B300B23722 /* Products */ = {
265 265
 			isa = PBXGroup;
266 266
 			children = (
267
-				78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
267
+				2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */,
268 268
 			);
269 269
 			name = Products;
270 270
 			sourceTree = "<group>";
271 271
 		};
272
-		7BFC29AF1D917AFA00139A14 /* Products */ = {
272
+		78C398B11ACF4ADC00677621 /* Products */ = {
273 273
 			isa = PBXGroup;
274 274
 			children = (
275
-				7BFC29B31D917AFA00139A14 /* libReactNativeNavigation.a */,
275
+				78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
276 276
 			);
277 277
 			name = Products;
278 278
 			sourceTree = "<group>";
@@ -280,7 +280,7 @@
280 280
 		832341AE1AAA6A7D00B99B32 /* Libraries */ = {
281 281
 			isa = PBXGroup;
282 282
 			children = (
283
-				7BFC29AE1D917AFA00139A14 /* ReactNativeNavigation.xcodeproj */,
283
+				2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */,
284 284
 				146833FF1AC3E56700842450 /* React.xcodeproj */,
285 285
 				00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
286 286
 				00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
@@ -431,8 +431,8 @@
431 431
 					ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
432 432
 				},
433 433
 				{
434
-					ProductGroup = 7BFC29AF1D917AFA00139A14 /* Products */;
435
-					ProjectRef = 7BFC29AE1D917AFA00139A14 /* ReactNativeNavigation.xcodeproj */;
434
+					ProductGroup = 2647D65A1DB175B300B23722 /* Products */;
435
+					ProjectRef = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
436 436
 				},
437 437
 			);
438 438
 			projectRoot = "";
@@ -500,18 +500,18 @@
500 500
 			remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
501 501
 			sourceTree = BUILT_PRODUCTS_DIR;
502 502
 		};
503
-		78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
503
+		2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */ = {
504 504
 			isa = PBXReferenceProxy;
505 505
 			fileType = archive.ar;
506
-			path = libRCTLinking.a;
507
-			remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
506
+			path = libReactNativeNavigation.a;
507
+			remoteRef = 2647D65D1DB175B300B23722 /* PBXContainerItemProxy */;
508 508
 			sourceTree = BUILT_PRODUCTS_DIR;
509 509
 		};
510
-		7BFC29B31D917AFA00139A14 /* libReactNativeNavigation.a */ = {
510
+		78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
511 511
 			isa = PBXReferenceProxy;
512 512
 			fileType = archive.ar;
513
-			path = libReactNativeNavigation.a;
514
-			remoteRef = 7BFC29B21D917AFA00139A14 /* PBXContainerItemProxy */;
513
+			path = libRCTLinking.a;
514
+			remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
515 515
 			sourceTree = BUILT_PRODUCTS_DIR;
516 516
 		};
517 517
 		832341B51AAA6A8300B99B32 /* libRCTText.a */ = {