Skip to content

Commit a8a30eb

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

File tree

2 files changed

+19
-38
lines changed

2 files changed

+19
-38
lines changed

RustNostrNostrSdkReactNativeFramework.xcframework/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>BinaryPath</key>
99
<string>libnostr_sdk_ffi.a</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>libnostr_sdk_ffi.a</string>
1414
<key>SupportedArchitectures</key>
@@ -17,14 +17,12 @@
1717
</array>
1818
<key>SupportedPlatform</key>
1919
<string>ios</string>
20-
<key>SupportedPlatformVariant</key>
21-
<string>simulator</string>
2220
</dict>
2321
<dict>
2422
<key>BinaryPath</key>
2523
<string>libnostr_sdk_ffi.a</string>
2624
<key>LibraryIdentifier</key>
27-
<string>ios-arm64</string>
25+
<string>ios-arm64-simulator</string>
2826
<key>LibraryPath</key>
2927
<string>libnostr_sdk_ffi.a</string>
3028
<key>SupportedArchitectures</key>
@@ -33,6 +31,8 @@
3331
</array>
3432
<key>SupportedPlatform</key>
3533
<string>ios</string>
34+
<key>SupportedPlatformVariant</key>
35+
<string>simulator</string>
3636
</dict>
3737
</array>
3838
<key>CFBundlePackageType</key>

example/ios/NostrSdkReactNativeExample.xcodeproj/project.pbxproj

Lines changed: 15 additions & 34 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;
@@ -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)