Skip to content

Commit

Permalink
Merge pull request #45 from tykus160/master
Browse files Browse the repository at this point in the history
Add tvOS target
  • Loading branch information
pradeep1991singh authored May 8, 2019
2 parents e4ff153 + 7615681 commit 667a72c
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions ios/RNSecureKeyStore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@
objects = {

/* Begin PBXBuildFile section */
465057AF2107394900FD399B /* RNSecureKeyStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNSecureKeyStore.m */; };
B3E7B58A1CC2AC0600A0062D /* RNSecureKeyStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNSecureKeyStore.m */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
465057B12107394900FD399B /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "include/$(PRODUCT_NAME)";
dstSubfolderSpec = 16;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
58B511D91A9E6C8500147676 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -24,11 +34,19 @@

/* Begin PBXFileReference section */
134814201AA4EA6300B7C361 /* libRNSecureKeyStore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNSecureKeyStore.a; sourceTree = BUILT_PRODUCTS_DIR; };
465057B52107394900FD399B /* libRNSecureKeyStore-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libRNSecureKeyStore-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
B3E7B5881CC2AC0600A0062D /* RNSecureKeyStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNSecureKeyStore.h; sourceTree = "<group>"; };
B3E7B5891CC2AC0600A0062D /* RNSecureKeyStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNSecureKeyStore.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
465057B02107394900FD399B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
58B511D81A9E6C8500147676 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -53,12 +71,30 @@
B3E7B5881CC2AC0600A0062D /* RNSecureKeyStore.h */,
B3E7B5891CC2AC0600A0062D /* RNSecureKeyStore.m */,
134814211AA4EA7D00B7C361 /* Products */,
465057B52107394900FD399B /* libRNSecureKeyStore-tvOS.a */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
465057AD2107394900FD399B /* RNSecureKeyStore-tvOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 465057B22107394900FD399B /* Build configuration list for PBXNativeTarget "RNSecureKeyStore-tvOS" */;
buildPhases = (
465057AE2107394900FD399B /* Sources */,
465057B02107394900FD399B /* Frameworks */,
465057B12107394900FD399B /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = "RNSecureKeyStore-tvOS";
productName = RCTDataManager;
productReference = 465057B52107394900FD399B /* libRNSecureKeyStore-tvOS.a */;
productType = "com.apple.product-type.library.static";
};
58B511DA1A9E6C8500147676 /* RNSecureKeyStore */ = {
isa = PBXNativeTarget;
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNSecureKeyStore" */;
Expand Down Expand Up @@ -103,11 +139,20 @@
projectRoot = "";
targets = (
58B511DA1A9E6C8500147676 /* RNSecureKeyStore */,
465057AD2107394900FD399B /* RNSecureKeyStore-tvOS */,
);
};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
465057AE2107394900FD399B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
465057AF2107394900FD399B /* RNSecureKeyStore.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
58B511D71A9E6C8500147676 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -119,6 +164,40 @@
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
465057B32107394900FD399B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SKIP_INSTALL = YES;
};
name = Debug;
};
465057B42107394900FD399B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SKIP_INSTALL = YES;
};
name = Release;
};
58B511ED1A9E6C8500147676 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -228,6 +307,15 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
465057B22107394900FD399B /* Build configuration list for PBXNativeTarget "RNSecureKeyStore-tvOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
465057B32107394900FD399B /* Debug */,
465057B42107394900FD399B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNSecureKeyStore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down

0 comments on commit 667a72c

Please sign in to comment.