|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 465057AF2107394900FD399B /* RNSecureKeyStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNSecureKeyStore.m */; }; |
10 | 11 | B3E7B58A1CC2AC0600A0062D /* RNSecureKeyStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNSecureKeyStore.m */; }; |
11 | 12 | /* End PBXBuildFile section */ |
12 | 13 |
|
13 | 14 | /* Begin PBXCopyFilesBuildPhase section */ |
| 15 | + 465057B12107394900FD399B /* CopyFiles */ = { |
| 16 | + isa = PBXCopyFilesBuildPhase; |
| 17 | + buildActionMask = 2147483647; |
| 18 | + dstPath = "include/$(PRODUCT_NAME)"; |
| 19 | + dstSubfolderSpec = 16; |
| 20 | + files = ( |
| 21 | + ); |
| 22 | + runOnlyForDeploymentPostprocessing = 0; |
| 23 | + }; |
14 | 24 | 58B511D91A9E6C8500147676 /* CopyFiles */ = { |
15 | 25 | isa = PBXCopyFilesBuildPhase; |
16 | 26 | buildActionMask = 2147483647; |
|
24 | 34 |
|
25 | 35 | /* Begin PBXFileReference section */ |
26 | 36 | 134814201AA4EA6300B7C361 /* libRNSecureKeyStore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNSecureKeyStore.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 37 | + 465057B52107394900FD399B /* libRNSecureKeyStore-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libRNSecureKeyStore-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 | 38 | B3E7B5881CC2AC0600A0062D /* RNSecureKeyStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNSecureKeyStore.h; sourceTree = "<group>"; }; |
28 | 39 | B3E7B5891CC2AC0600A0062D /* RNSecureKeyStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNSecureKeyStore.m; sourceTree = "<group>"; }; |
29 | 40 | /* End PBXFileReference section */ |
30 | 41 |
|
31 | 42 | /* Begin PBXFrameworksBuildPhase section */ |
| 43 | + 465057B02107394900FD399B /* Frameworks */ = { |
| 44 | + isa = PBXFrameworksBuildPhase; |
| 45 | + buildActionMask = 2147483647; |
| 46 | + files = ( |
| 47 | + ); |
| 48 | + runOnlyForDeploymentPostprocessing = 0; |
| 49 | + }; |
32 | 50 | 58B511D81A9E6C8500147676 /* Frameworks */ = { |
33 | 51 | isa = PBXFrameworksBuildPhase; |
34 | 52 | buildActionMask = 2147483647; |
|
53 | 71 | B3E7B5881CC2AC0600A0062D /* RNSecureKeyStore.h */, |
54 | 72 | B3E7B5891CC2AC0600A0062D /* RNSecureKeyStore.m */, |
55 | 73 | 134814211AA4EA7D00B7C361 /* Products */, |
| 74 | + 465057B52107394900FD399B /* libRNSecureKeyStore-tvOS.a */, |
56 | 75 | ); |
57 | 76 | sourceTree = "<group>"; |
58 | 77 | }; |
59 | 78 | /* End PBXGroup section */ |
60 | 79 |
|
61 | 80 | /* Begin PBXNativeTarget section */ |
| 81 | + 465057AD2107394900FD399B /* RNSecureKeyStore-tvOS */ = { |
| 82 | + isa = PBXNativeTarget; |
| 83 | + buildConfigurationList = 465057B22107394900FD399B /* Build configuration list for PBXNativeTarget "RNSecureKeyStore-tvOS" */; |
| 84 | + buildPhases = ( |
| 85 | + 465057AE2107394900FD399B /* Sources */, |
| 86 | + 465057B02107394900FD399B /* Frameworks */, |
| 87 | + 465057B12107394900FD399B /* CopyFiles */, |
| 88 | + ); |
| 89 | + buildRules = ( |
| 90 | + ); |
| 91 | + dependencies = ( |
| 92 | + ); |
| 93 | + name = "RNSecureKeyStore-tvOS"; |
| 94 | + productName = RCTDataManager; |
| 95 | + productReference = 465057B52107394900FD399B /* libRNSecureKeyStore-tvOS.a */; |
| 96 | + productType = "com.apple.product-type.library.static"; |
| 97 | + }; |
62 | 98 | 58B511DA1A9E6C8500147676 /* RNSecureKeyStore */ = { |
63 | 99 | isa = PBXNativeTarget; |
64 | 100 | buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNSecureKeyStore" */; |
|
103 | 139 | projectRoot = ""; |
104 | 140 | targets = ( |
105 | 141 | 58B511DA1A9E6C8500147676 /* RNSecureKeyStore */, |
| 142 | + 465057AD2107394900FD399B /* RNSecureKeyStore-tvOS */, |
106 | 143 | ); |
107 | 144 | }; |
108 | 145 | /* End PBXProject section */ |
109 | 146 |
|
110 | 147 | /* Begin PBXSourcesBuildPhase section */ |
| 148 | + 465057AE2107394900FD399B /* Sources */ = { |
| 149 | + isa = PBXSourcesBuildPhase; |
| 150 | + buildActionMask = 2147483647; |
| 151 | + files = ( |
| 152 | + 465057AF2107394900FD399B /* RNSecureKeyStore.m in Sources */, |
| 153 | + ); |
| 154 | + runOnlyForDeploymentPostprocessing = 0; |
| 155 | + }; |
111 | 156 | 58B511D71A9E6C8500147676 /* Sources */ = { |
112 | 157 | isa = PBXSourcesBuildPhase; |
113 | 158 | buildActionMask = 2147483647; |
|
119 | 164 | /* End PBXSourcesBuildPhase section */ |
120 | 165 |
|
121 | 166 | /* Begin XCBuildConfiguration section */ |
| 167 | + 465057B32107394900FD399B /* Debug */ = { |
| 168 | + isa = XCBuildConfiguration; |
| 169 | + buildSettings = { |
| 170 | + HEADER_SEARCH_PATHS = ( |
| 171 | + "$(inherited)", |
| 172 | + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
| 173 | + "$(SRCROOT)/../../../React/**", |
| 174 | + "$(SRCROOT)/../../react-native/React/**", |
| 175 | + ); |
| 176 | + LIBRARY_SEARCH_PATHS = "$(inherited)"; |
| 177 | + OTHER_LDFLAGS = "-ObjC"; |
| 178 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 179 | + SDKROOT = appletvos; |
| 180 | + SKIP_INSTALL = YES; |
| 181 | + }; |
| 182 | + name = Debug; |
| 183 | + }; |
| 184 | + 465057B42107394900FD399B /* Release */ = { |
| 185 | + isa = XCBuildConfiguration; |
| 186 | + buildSettings = { |
| 187 | + HEADER_SEARCH_PATHS = ( |
| 188 | + "$(inherited)", |
| 189 | + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
| 190 | + "$(SRCROOT)/../../../React/**", |
| 191 | + "$(SRCROOT)/../../react-native/React/**", |
| 192 | + ); |
| 193 | + LIBRARY_SEARCH_PATHS = "$(inherited)"; |
| 194 | + OTHER_LDFLAGS = "-ObjC"; |
| 195 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 196 | + SDKROOT = appletvos; |
| 197 | + SKIP_INSTALL = YES; |
| 198 | + }; |
| 199 | + name = Release; |
| 200 | + }; |
122 | 201 | 58B511ED1A9E6C8500147676 /* Debug */ = { |
123 | 202 | isa = XCBuildConfiguration; |
124 | 203 | buildSettings = { |
|
228 | 307 | /* End XCBuildConfiguration section */ |
229 | 308 |
|
230 | 309 | /* Begin XCConfigurationList section */ |
| 310 | + 465057B22107394900FD399B /* Build configuration list for PBXNativeTarget "RNSecureKeyStore-tvOS" */ = { |
| 311 | + isa = XCConfigurationList; |
| 312 | + buildConfigurations = ( |
| 313 | + 465057B32107394900FD399B /* Debug */, |
| 314 | + 465057B42107394900FD399B /* Release */, |
| 315 | + ); |
| 316 | + defaultConfigurationIsVisible = 0; |
| 317 | + defaultConfigurationName = Release; |
| 318 | + }; |
231 | 319 | 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNSecureKeyStore" */ = { |
232 | 320 | isa = XCConfigurationList; |
233 | 321 | buildConfigurations = ( |
|
0 commit comments