Skip to content

Commit 2a5d403

Browse files
committed
Regenerate ios files using the CI output diff
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 234a8a9 commit 2a5d403

File tree

2 files changed

+18
-37
lines changed

2 files changed

+18
-37
lines changed

RustNostrNostrSdkReactNativeFramework.xcframework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<key>SupportedPlatform</key>
1919
<string>ios</string>
2020
<key>SupportedPlatformVariant</key>
21-
<string>simulator</string>
21+
<string>simulator</string>
2222
</dict>
2323
<dict>
2424
<key>BinaryPath</key>

example/ios/NostrSdkReactNativeExample.xcodeproj/project.pbxproj

Lines changed: 17 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,10 @@
1111
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1212
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
1313
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
14+
D97E4649F137287B38656E21 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
1415
/* End PBXBuildFile section */
1516

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-
2617
/* Begin PBXFileReference section */
27-
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2818
13B07F961A680F5B00A75B9A /* NostrSdkReactNativeExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NostrSdkReactNativeExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
2919
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NostrSdkReactNativeExample/Images.xcassets; sourceTree = "<group>"; };
3020
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NostrSdkReactNativeExample/Info.plist; sourceTree = "<group>"; };
@@ -49,14 +39,6 @@
4939
/* End PBXFrameworksBuildPhase section */
5040

5141
/* 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-
};
6042
13B07FAE1A68108700A75B9A /* NostrSdkReactNativeExample */ = {
6143
isa = PBXGroup;
6244
children = (
@@ -172,19 +154,13 @@
172154
/* End PBXProject section */
173155

174156
/* Begin PBXResourcesBuildPhase section */
175-
00E356EC1AD99517003FC87E /* Resources */ = {
176-
isa = PBXResourcesBuildPhase;
177-
buildActionMask = 2147483647;
178-
files = (
179-
);
180-
runOnlyForDeploymentPostprocessing = 0;
181-
};
182157
13B07F8E1A680F5B00A75B9A /* Resources */ = {
183158
isa = PBXResourcesBuildPhase;
184159
buildActionMask = 2147483647;
185160
files = (
186161
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
187162
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
163+
D97E4649F137287B38656E21 /* PrivacyInfo.xcprivacy in Resources */,
188164
);
189165
runOnlyForDeploymentPostprocessing = 0;
190166
};
@@ -276,14 +252,6 @@
276252
};
277253
/* End PBXSourcesBuildPhase section */
278254

279-
/* Begin PBXTargetDependency section */
280-
00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
281-
isa = PBXTargetDependency;
282-
target = 13B07F861A680F5B00A75B9A /* NostrSdkReactNativeExample */;
283-
targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
284-
};
285-
/* End PBXTargetDependency section */
286-
287255
/* Begin XCBuildConfiguration section */
288256
13B07F941A680F5B00A75B9A /* Debug */ = {
289257
isa = XCBuildConfiguration;
@@ -305,7 +273,7 @@
305273
"-ObjC",
306274
"-lc++",
307275
);
308-
PRODUCT_BUNDLE_IDENTIFIER = "nostrsdkreactnative.example";
276+
PRODUCT_BUNDLE_IDENTIFIER = nostrsdkreactnative.example;
309277
PRODUCT_NAME = NostrSdkReactNativeExample;
310278
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
311279
SWIFT_VERSION = 5.0;
@@ -332,7 +300,7 @@
332300
"-ObjC",
333301
"-lc++",
334302
);
335-
PRODUCT_BUNDLE_IDENTIFIER = "nostrsdkreactnative.example";
303+
PRODUCT_BUNDLE_IDENTIFIER = nostrsdkreactnative.example;
336304
PRODUCT_NAME = NostrSdkReactNativeExample;
337305
SWIFT_VERSION = 5.0;
338306
VERSIONING_SYSTEM = "apple-generic";
@@ -408,7 +376,14 @@
408376
"-DFOLLY_CFG_NO_COROUTINES=1",
409377
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
410378
);
379+
OTHER_LDFLAGS = (
380+
"$(inherited)",
381+
" ",
382+
);
383+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
411384
SDKROOT = iphoneos;
385+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
386+
USE_HERMES = true;
412387
};
413388
name = Debug;
414389
};
@@ -473,7 +448,13 @@
473448
"-DFOLLY_CFG_NO_COROUTINES=1",
474449
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
475450
);
451+
OTHER_LDFLAGS = (
452+
"$(inherited)",
453+
" ",
454+
);
455+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
476456
SDKROOT = iphoneos;
457+
USE_HERMES = true;
477458
VALIDATE_PRODUCT = YES;
478459
};
479460
name = Release;

0 commit comments

Comments
 (0)