diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-13 09:39:46 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-13 09:39:46 -0700 |
| commit | b1236c6de08ae4b1999c2a0f1164aa876793d86f (patch) | |
| tree | 8996773e5bcd58f3c2f6e74bad82ef811c27be9d /ios | |
| parent | 31a5dade193d4f02ea41d53659499a18a8db22b7 (diff) | |
relink react-native-config
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/AwesomeProject.xcodeproj/project.pbxproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ios/AwesomeProject.xcodeproj/project.pbxproj b/ios/AwesomeProject.xcodeproj/project.pbxproj index be900f1..a2b0b38 100644 --- a/ios/AwesomeProject.xcodeproj/project.pbxproj +++ b/ios/AwesomeProject.xcodeproj/project.pbxproj @@ -22,7 +22,7 @@ 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; - CEFF78B742934B2B8653706C /* libReactNativeConfig.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 205EDE5A387F44F7846EB204 /* libReactNativeConfig.a */; }; + E511531ACFBA400FBA9DF12B /* libReactNativeConfig.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BF6A0D72848944579EC0E3A3 /* libReactNativeConfig.a */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -127,8 +127,8 @@ 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = ../node_modules/react-native/React/React.xcodeproj; sourceTree = "<group>"; }; 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = ../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj; sourceTree = "<group>"; }; 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = ../node_modules/react-native/Libraries/Text/RCTText.xcodeproj; sourceTree = "<group>"; }; - D3B0BF8E27ED46F0ADF6F39B /* ReactNativeConfig.xcodeproj */ = {isa = PBXFileReference; name = "ReactNativeConfig.xcodeproj"; path = "../node_modules/react-native-config/ios/ReactNativeConfig.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 205EDE5A387F44F7846EB204 /* libReactNativeConfig.a */ = {isa = PBXFileReference; name = "libReactNativeConfig.a"; path = "libReactNativeConfig.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; + 7317F356E99046B085D0D417 /* ReactNativeConfig.xcodeproj */ = {isa = PBXFileReference; name = "ReactNativeConfig.xcodeproj"; path = "../node_modules/react-native-config/ios/ReactNativeConfig.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; + BF6A0D72848944579EC0E3A3 /* libReactNativeConfig.a */ = {isa = PBXFileReference; name = "libReactNativeConfig.a"; path = "libReactNativeConfig.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -154,7 +154,7 @@ 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */, 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */, 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, - CEFF78B742934B2B8653706C /* libReactNativeConfig.a in Frameworks */, + E511531ACFBA400FBA9DF12B /* libReactNativeConfig.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -277,7 +277,7 @@ 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */, 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, - D3B0BF8E27ED46F0ADF6F39B /* ReactNativeConfig.xcodeproj */, + 7317F356E99046B085D0D417 /* ReactNativeConfig.xcodeproj */, ); name = Libraries; sourceTree = "<group>"; |
