|
@@ -48,6 +48,7 @@
|
|
|
D3F60855D8FF4C4A9C5D4ACA /* RCTWeChatTests.xctest in Resources */ = {isa = PBXBuildFile; fileRef = 7411A64812B4434AAAD1DBB5 /* RCTWeChatTests.xctest */; };
|
|
|
12BDF20DBE4141F8A990F8D7 /* libRNDeviceInfo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F9FCB46EDB7F456AB88EF68C /* libRNDeviceInfo.a */; };
|
|
|
5C6A0716F9C849D2B67AE09E /* libRNDeviceInfo-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 505D2A7DD9E64E7B82EC655D /* libRNDeviceInfo-tvOS.a */; };
|
|
|
+ 5ABEAAADCD024F01B438B689 /* libSplashScreen.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D337E77E80D430CB4D8DF4B /* libSplashScreen.a */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -370,6 +371,8 @@
|
|
|
18F4C7BFE3EB4947A8A72EB4 /* RNDeviceInfo.xcodeproj */ = {isa = PBXFileReference; name = "RNDeviceInfo.xcodeproj"; path = "../node_modules/react-native-device-info/ios/RNDeviceInfo.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
F9FCB46EDB7F456AB88EF68C /* libRNDeviceInfo.a */ = {isa = PBXFileReference; name = "libRNDeviceInfo.a"; path = "libRNDeviceInfo.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
505D2A7DD9E64E7B82EC655D /* libRNDeviceInfo-tvOS.a */ = {isa = PBXFileReference; name = "libRNDeviceInfo-tvOS.a"; path = "libRNDeviceInfo-tvOS.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
+ 2CB189F11F9C4B5B8D057FFC /* SplashScreen.xcodeproj */ = {isa = PBXFileReference; name = "SplashScreen.xcodeproj"; path = "../node_modules/react-native-splash-screen/ios/SplashScreen.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
+ 1D337E77E80D430CB4D8DF4B /* libSplashScreen.a */ = {isa = PBXFileReference; name = "libSplashScreen.a"; path = "libSplashScreen.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -405,6 +408,7 @@
|
|
|
EBD8BAD03DF74C0E96E4D170 /* libRCTWeChat.a in Frameworks */,
|
|
|
D3F60855D8FF4C4A9C5D4ACA /* RCTWeChatTests.xctest in Resources */,
|
|
|
12BDF20DBE4141F8A990F8D7 /* libRNDeviceInfo.a in Frameworks */,
|
|
|
+ 5ABEAAADCD024F01B438B689 /* libSplashScreen.a in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
@@ -602,6 +606,7 @@
|
|
|
B11B05F3205C483583EB7421 /* RNImagePicker.xcodeproj */,
|
|
|
593F0F0596BC4EB7996A9D21 /* RCTWeChat.xcodeproj */,
|
|
|
18F4C7BFE3EB4947A8A72EB4 /* RNDeviceInfo.xcodeproj */,
|
|
|
+ 2CB189F11F9C4B5B8D057FFC /* SplashScreen.xcodeproj */,
|
|
|
);
|
|
|
name = Libraries;
|
|
|
sourceTree = "<group>";
|
|
@@ -1238,6 +1243,7 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -1247,6 +1253,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-wechat\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-splash-screen\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1277,6 +1284,7 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -1286,6 +1294,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-wechat\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-splash-screen\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1314,6 +1323,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-wechat\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-splash-screen\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1341,6 +1351,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-wechat\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-splash-screen\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1379,6 +1390,7 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -1388,6 +1400,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-wechat\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-splash-screen\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1426,6 +1439,7 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -1435,6 +1449,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-wechat\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-splash-screen\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1472,6 +1487,7 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -1481,6 +1497,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-wechat\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-splash-screen\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1518,6 +1535,7 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -1527,6 +1545,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-wechat\ios",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-splash-screen\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|