|
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
12 | 12 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; }; |
13 | 13 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
| 14 | + D97E4649F137287B38656E21 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; }; |
14 | 15 | /* End PBXBuildFile section */ |
15 | 16 |
|
16 | | -/* Begin PBXContainerItemProxy section */ |
17 | | - 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { |
18 | | - isa = PBXContainerItemProxy; |
19 | | - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; |
20 | | - proxyType = 1; |
21 | | - remoteGlobalIDString = 13B07F861A680F5B00A75B9A; |
22 | | - remoteInfo = NostrSdkReactNativeExample; |
23 | | - }; |
24 | | -/* End PBXContainerItemProxy section */ |
25 | | - |
26 | 17 | /* Begin PBXFileReference section */ |
27 | | - 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
28 | 18 | 13B07F961A680F5B00A75B9A /* NostrSdkReactNativeExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NostrSdkReactNativeExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
29 | 19 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NostrSdkReactNativeExample/Images.xcassets; sourceTree = "<group>"; }; |
30 | 20 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NostrSdkReactNativeExample/Info.plist; sourceTree = "<group>"; }; |
|
49 | 39 | /* End PBXFrameworksBuildPhase section */ |
50 | 40 |
|
51 | 41 | /* Begin PBXGroup section */ |
52 | | - 00E356F01AD99517003FC87E /* Supporting Files */ = { |
53 | | - isa = PBXGroup; |
54 | | - children = ( |
55 | | - 00E356F11AD99517003FC87E /* Info.plist */, |
56 | | - ); |
57 | | - name = "Supporting Files"; |
58 | | - sourceTree = "<group>"; |
59 | | - }; |
60 | 42 | 13B07FAE1A68108700A75B9A /* NostrSdkReactNativeExample */ = { |
61 | 43 | isa = PBXGroup; |
62 | 44 | children = ( |
|
172 | 154 | /* End PBXProject section */ |
173 | 155 |
|
174 | 156 | /* Begin PBXResourcesBuildPhase section */ |
175 | | - 00E356EC1AD99517003FC87E /* Resources */ = { |
176 | | - isa = PBXResourcesBuildPhase; |
177 | | - buildActionMask = 2147483647; |
178 | | - files = ( |
179 | | - ); |
180 | | - runOnlyForDeploymentPostprocessing = 0; |
181 | | - }; |
182 | 157 | 13B07F8E1A680F5B00A75B9A /* Resources */ = { |
183 | 158 | isa = PBXResourcesBuildPhase; |
184 | 159 | buildActionMask = 2147483647; |
185 | 160 | files = ( |
186 | 161 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
187 | 162 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
| 163 | + D97E4649F137287B38656E21 /* PrivacyInfo.xcprivacy in Resources */, |
188 | 164 | ); |
189 | 165 | runOnlyForDeploymentPostprocessing = 0; |
190 | 166 | }; |
|
276 | 252 | }; |
277 | 253 | /* End PBXSourcesBuildPhase section */ |
278 | 254 |
|
279 | | -/* Begin PBXTargetDependency section */ |
280 | | - 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { |
281 | | - isa = PBXTargetDependency; |
282 | | - target = 13B07F861A680F5B00A75B9A /* NostrSdkReactNativeExample */; |
283 | | - targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; |
284 | | - }; |
285 | | -/* End PBXTargetDependency section */ |
286 | | - |
287 | 255 | /* Begin XCBuildConfiguration section */ |
288 | 256 | 13B07F941A680F5B00A75B9A /* Debug */ = { |
289 | 257 | isa = XCBuildConfiguration; |
|
305 | 273 | "-ObjC", |
306 | 274 | "-lc++", |
307 | 275 | ); |
308 | | - PRODUCT_BUNDLE_IDENTIFIER = "nostrsdkreactnative.example"; |
| 276 | + PRODUCT_BUNDLE_IDENTIFIER = nostrsdkreactnative.example; |
309 | 277 | PRODUCT_NAME = NostrSdkReactNativeExample; |
310 | 278 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
311 | 279 | SWIFT_VERSION = 5.0; |
|
332 | 300 | "-ObjC", |
333 | 301 | "-lc++", |
334 | 302 | ); |
335 | | - PRODUCT_BUNDLE_IDENTIFIER = "nostrsdkreactnative.example"; |
| 303 | + PRODUCT_BUNDLE_IDENTIFIER = nostrsdkreactnative.example; |
336 | 304 | PRODUCT_NAME = NostrSdkReactNativeExample; |
337 | 305 | SWIFT_VERSION = 5.0; |
338 | 306 | VERSIONING_SYSTEM = "apple-generic"; |
|
408 | 376 | "-DFOLLY_CFG_NO_COROUTINES=1", |
409 | 377 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
410 | 378 | ); |
| 379 | + OTHER_LDFLAGS = ( |
| 380 | + "$(inherited)", |
| 381 | + " ", |
| 382 | + ); |
| 383 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
411 | 384 | SDKROOT = iphoneos; |
| 385 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
| 386 | + USE_HERMES = true; |
412 | 387 | }; |
413 | 388 | name = Debug; |
414 | 389 | }; |
|
473 | 448 | "-DFOLLY_CFG_NO_COROUTINES=1", |
474 | 449 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
475 | 450 | ); |
| 451 | + OTHER_LDFLAGS = ( |
| 452 | + "$(inherited)", |
| 453 | + " ", |
| 454 | + ); |
| 455 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
476 | 456 | SDKROOT = iphoneos; |
| 457 | + USE_HERMES = true; |
477 | 458 | VALIDATE_PRODUCT = YES; |
478 | 459 | }; |
479 | 460 | name = Release; |
|
0 commit comments