Skip to content

Commit 6dec002

Browse files
committed
Fix Swift builds
1 parent c418c7d commit 6dec002

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

bindings/swift/LDKNodeFFI.xcframework/Info.plist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
</array>
1717
<key>SupportedPlatform</key>
1818
<string>macos</string>
19+
<key>LSMinimumSystemVersion</key>
20+
<string>12.0</string>
1921
</dict>
2022
<dict>
2123
<key>LibraryIdentifier</key>
@@ -31,6 +33,8 @@
3133
<string>ios</string>
3234
<key>SupportedPlatformVariant</key>
3335
<string>simulator</string>
36+
<key>MinimumOSVersion</key>
37+
<string>15.0</string>
3438
</dict>
3539
<dict>
3640
<key>LibraryIdentifier</key>
@@ -43,6 +47,8 @@
4347
</array>
4448
<key>SupportedPlatform</key>
4549
<string>ios</string>
50+
<key>MinimumOSVersion</key>
51+
<string>15.0</string>
4652
</dict>
4753
</array>
4854
<key>CFBundlePackageType</key>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleIdentifier</key>
6+
<string>org.lightningdevkit.LDKNodeFFI</string>
7+
<key>CFBundleName</key>
8+
<string>LDKNodeFFI</string>
9+
<key>CFBundleVersion</key>
10+
<string>0.3.0</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>0.3.0</string>
13+
<key>CFBundleExecutable</key>
14+
<string>LDKNodeFFI</string>
15+
<key>MinimumOSVersion</key>
16+
<string>100.0</string>
17+
</dict>
18+
</plist>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleIdentifier</key>
6+
<string>org.lightningdevkit.LDKNodeFFI</string>
7+
<key>CFBundleName</key>
8+
<string>LDKNodeFFI</string>
9+
<key>CFBundleVersion</key>
10+
<string>0.3.0</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>0.3.0</string>
13+
<key>CFBundleExecutable</key>
14+
<string>LDKNodeFFI</string>
15+
<key>MinimumOSVersion</key>
16+
<string>15.0</string>
17+
</dict>
18+
</plist>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleIdentifier</key>
6+
<string>org.lightningdevkit.LDKNodeFFI</string>
7+
<key>CFBundleName</key>
8+
<string>LDKNodeFFI</string>
9+
<key>CFBundleVersion</key>
10+
<string>0.3.0</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>0.3.0</string>
13+
<key>CFBundleExecutable</key>
14+
<string>LDKNodeFFI</string>
15+
<key>LSMinimumSystemVersion</key>
16+
<string>12.0</string>
17+
</dict>
18+
</plist>

0 commit comments

Comments
 (0)