|
|
|
|
@@ -5,7 +5,6 @@
|
|
|
|
|
};
|
|
|
|
|
objectVersion = 46;
|
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
|
|
|
|
|
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
|
|
|
|
|
@@ -40,6 +39,7 @@
|
|
|
|
|
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
|
|
|
|
|
ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED297162215061F000B7C4FE /* JavaScriptCore.framework */; };
|
|
|
|
|
ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2971642150620600B7C4FE /* JavaScriptCore.framework */; };
|
|
|
|
|
DD926E073DA74446AF6937F8 /* libRNScreens.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B875DA35B2E04788994795BD /* libRNScreens.a */; };
|
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
|
|
@@ -347,6 +347,8 @@
|
|
|
|
|
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
|
|
|
|
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
|
|
|
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
|
|
|
|
|
602DA6A1F3074A6A9160870B /* RNScreens.xcodeproj */ = {isa = PBXFileReference; name = "RNScreens.xcodeproj"; path = "../node_modules/react-native-screens/ios/RNScreens.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
|
|
B875DA35B2E04788994795BD /* libRNScreens.a */ = {isa = PBXFileReference; name = "libRNScreens.a"; path = "libRNScreens.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
|
@@ -375,6 +377,7 @@
|
|
|
|
|
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
|
|
|
|
|
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
|
|
|
|
|
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
|
|
|
|
|
DD926E073DA74446AF6937F8 /* libRNScreens.a in Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
|
@@ -564,6 +567,7 @@
|
|
|
|
|
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
|
|
|
|
|
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
|
|
|
|
|
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
|
|
|
|
|
602DA6A1F3074A6A9160870B /* RNScreens.xcodeproj */,
|
|
|
|
|
);
|
|
|
|
|
name = Libraries;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
@@ -692,7 +696,7 @@
|
|
|
|
|
83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
|
|
|
|
isa = PBXProject;
|
|
|
|
|
attributes = {
|
|
|
|
|
LastUpgradeCheck = 0940;
|
|
|
|
|
LastUpgradeCheck = 940;
|
|
|
|
|
ORGANIZATIONNAME = Facebook;
|
|
|
|
|
TargetAttributes = {
|
|
|
|
|
00E356ED1AD99517003FC87E = {
|
|
|
|
|
@@ -1189,6 +1193,14 @@
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/touchThroughViewIssue.app/touchThroughViewIssue";
|
|
|
|
|
LIBRARY_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
|
|
);
|
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"$(SRCROOT)/../node_modules/react-native-screens/ios",
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
name = Debug;
|
|
|
|
|
};
|
|
|
|
|
@@ -1207,6 +1219,14 @@
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/touchThroughViewIssue.app/touchThroughViewIssue";
|
|
|
|
|
LIBRARY_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
|
|
);
|
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"$(SRCROOT)/../node_modules/react-native-screens/ios",
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
name = Release;
|
|
|
|
|
};
|
|
|
|
|
@@ -1226,6 +1246,10 @@
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
PRODUCT_NAME = touchThroughViewIssue;
|
|
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"$(SRCROOT)/../node_modules/react-native-screens/ios",
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
name = Debug;
|
|
|
|
|
};
|
|
|
|
|
@@ -1244,6 +1268,10 @@
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
PRODUCT_NAME = touchThroughViewIssue;
|
|
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"$(SRCROOT)/../node_modules/react-native-screens/ios",
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
name = Release;
|
|
|
|
|
};
|
|
|
|
|
@@ -1270,6 +1298,14 @@
|
|
|
|
|
SDKROOT = appletvos;
|
|
|
|
|
TARGETED_DEVICE_FAMILY = 3;
|
|
|
|
|
TVOS_DEPLOYMENT_TARGET = 9.2;
|
|
|
|
|
LIBRARY_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
|
|
);
|
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"$(SRCROOT)/../node_modules/react-native-screens/ios",
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
name = Debug;
|
|
|
|
|
};
|
|
|
|
|
@@ -1296,6 +1332,14 @@
|
|
|
|
|
SDKROOT = appletvos;
|
|
|
|
|
TARGETED_DEVICE_FAMILY = 3;
|
|
|
|
|
TVOS_DEPLOYMENT_TARGET = 9.2;
|
|
|
|
|
LIBRARY_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
|
|
);
|
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"$(SRCROOT)/../node_modules/react-native-screens/ios",
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
name = Release;
|
|
|
|
|
};
|
|
|
|
|
@@ -1321,6 +1365,14 @@
|
|
|
|
|
SDKROOT = appletvos;
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/touchThroughViewIssue-tvOS.app/touchThroughViewIssue-tvOS";
|
|
|
|
|
TVOS_DEPLOYMENT_TARGET = 10.1;
|
|
|
|
|
LIBRARY_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
|
|
);
|
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"$(SRCROOT)/../node_modules/react-native-screens/ios",
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
name = Debug;
|
|
|
|
|
};
|
|
|
|
|
@@ -1346,6 +1398,14 @@
|
|
|
|
|
SDKROOT = appletvos;
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/touchThroughViewIssue-tvOS.app/touchThroughViewIssue-tvOS";
|
|
|
|
|
TVOS_DEPLOYMENT_TARGET = 10.1;
|
|
|
|
|
LIBRARY_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
|
|
);
|
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"$(SRCROOT)/../node_modules/react-native-screens/ios",
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
name = Release;
|
|
|
|
|
};
|
|
|
|
|
|