Ver código fonte

update header search path

Daniel Zlotin 8 anos atrás
pai
commit
25c2854fdf
1 arquivos alterados com 2 adições e 32 exclusões
  1. 2
    32
      example/ios/example.xcodeproj/project.pbxproj

+ 2
- 32
example/ios/example.xcodeproj/project.pbxproj Ver arquivo

22
 		13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
22
 		13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
23
 		146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
23
 		146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
24
 		832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
24
 		832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
25
-		CCCF226F1C9379C300455574 /* libReactNativeControllers.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CCCF226E1C9379B000455574 /* libReactNativeControllers.a */; };
26
 /* End PBXBuildFile section */
25
 /* End PBXBuildFile section */
27
 
26
 
28
 /* Begin PBXContainerItemProxy section */
27
 /* Begin PBXContainerItemProxy section */
103
 			remoteGlobalIDString = 58B5119B1A9E6C1200147676;
102
 			remoteGlobalIDString = 58B5119B1A9E6C1200147676;
104
 			remoteInfo = RCTText;
103
 			remoteInfo = RCTText;
105
 		};
104
 		};
106
-		CCCF226D1C9379B000455574 /* PBXContainerItemProxy */ = {
107
-			isa = PBXContainerItemProxy;
108
-			containerPortal = CCCF225F1C9379AF00455574 /* ReactNativeControllers.xcodeproj */;
109
-			proxyType = 2;
110
-			remoteGlobalIDString = D8AFADBD1BEE6F3F00A4592D;
111
-			remoteInfo = ReactNativeControllers;
112
-		};
113
 /* End PBXContainerItemProxy section */
105
 /* End PBXContainerItemProxy section */
114
 
106
 
115
 /* Begin PBXFileReference section */
107
 /* Begin PBXFileReference section */
134
 		146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
126
 		146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
135
 		78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
127
 		78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
136
 		832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
128
 		832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
137
-		CCCF225F1C9379AF00455574 /* ReactNativeControllers.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReactNativeControllers.xcodeproj; path = "../node_modules/react-native-controllers/ios/ReactNativeControllers.xcodeproj"; sourceTree = "<group>"; };
138
 /* End PBXFileReference section */
129
 /* End PBXFileReference section */
139
 
130
 
140
 /* Begin PBXFrameworksBuildPhase section */
131
 /* Begin PBXFrameworksBuildPhase section */
149
 			isa = PBXFrameworksBuildPhase;
140
 			isa = PBXFrameworksBuildPhase;
150
 			buildActionMask = 2147483647;
141
 			buildActionMask = 2147483647;
151
 			files = (
142
 			files = (
152
-				CCCF226F1C9379C300455574 /* libReactNativeControllers.a in Frameworks */,
153
 				146834051AC3E58100842450 /* libReact.a in Frameworks */,
143
 				146834051AC3E58100842450 /* libReact.a in Frameworks */,
154
 				00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
144
 				00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
155
 				00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
145
 				00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
282
 				832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
272
 				832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
283
 				00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
273
 				00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
284
 				139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
274
 				139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
285
-				CCCF225F1C9379AF00455574 /* ReactNativeControllers.xcodeproj */,
286
 			);
275
 			);
287
 			name = Libraries;
276
 			name = Libraries;
288
 			sourceTree = "<group>";
277
 			sourceTree = "<group>";
316
 			name = Products;
305
 			name = Products;
317
 			sourceTree = "<group>";
306
 			sourceTree = "<group>";
318
 		};
307
 		};
319
-		CCCF22601C9379AF00455574 /* Products */ = {
320
-			isa = PBXGroup;
321
-			children = (
322
-				CCCF226E1C9379B000455574 /* libReactNativeControllers.a */,
323
-			);
324
-			name = Products;
325
-			sourceTree = "<group>";
326
-		};
327
 /* End PBXGroup section */
308
 /* End PBXGroup section */
328
 
309
 
329
 /* Begin PBXNativeTarget section */
310
 /* Begin PBXNativeTarget section */
430
 					ProductGroup = 146834001AC3E56700842450 /* Products */;
411
 					ProductGroup = 146834001AC3E56700842450 /* Products */;
431
 					ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
412
 					ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
432
 				},
413
 				},
433
-				{
434
-					ProductGroup = CCCF22601C9379AF00455574 /* Products */;
435
-					ProjectRef = CCCF225F1C9379AF00455574 /* ReactNativeControllers.xcodeproj */;
436
-				},
437
 			);
414
 			);
438
 			projectRoot = "";
415
 			projectRoot = "";
439
 			targets = (
416
 			targets = (
514
 			remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
491
 			remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
515
 			sourceTree = BUILT_PRODUCTS_DIR;
492
 			sourceTree = BUILT_PRODUCTS_DIR;
516
 		};
493
 		};
517
-		CCCF226E1C9379B000455574 /* libReactNativeControllers.a */ = {
518
-			isa = PBXReferenceProxy;
519
-			fileType = archive.ar;
520
-			path = libReactNativeControllers.a;
521
-			remoteRef = CCCF226D1C9379B000455574 /* PBXContainerItemProxy */;
522
-			sourceTree = BUILT_PRODUCTS_DIR;
523
-		};
524
 /* End PBXReferenceProxy section */
494
 /* End PBXReferenceProxy section */
525
 
495
 
526
 /* Begin PBXResourcesBuildPhase section */
496
 /* Begin PBXResourcesBuildPhase section */
646
 					"$(inherited)",
616
 					"$(inherited)",
647
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
617
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
648
 					"$(SRCROOT)/../node_modules/react-native/React/**",
618
 					"$(SRCROOT)/../node_modules/react-native/React/**",
649
-					"$(SRCROOT)/../node_modules/react-native-controllers/ios/**",
619
+					"$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
650
 				);
620
 				);
651
 				INFOPLIST_FILE = example/Info.plist;
621
 				INFOPLIST_FILE = example/Info.plist;
652
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
622
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
667
 					"$(inherited)",
637
 					"$(inherited)",
668
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
638
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
669
 					"$(SRCROOT)/../node_modules/react-native/React/**",
639
 					"$(SRCROOT)/../node_modules/react-native/React/**",
670
-					"$(SRCROOT)/../node_modules/react-native-controllers/ios/**",
640
+					"$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
671
 				);
641
 				);
672
 				INFOPLIST_FILE = example/Info.plist;
642
 				INFOPLIST_FILE = example/Info.plist;
673
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
643
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;