Skip to content

Commit 8e36a0d

Browse files
re-adds MinimumOSVersion since it is required for 64-bit only binaries for iOS > 8.0
1 parent 1bda308 commit 8e36a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/WireGuardKitGo/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@
2424
</array>
2525
<key>CFBundleVersion</key>
2626
<string>1</string>
27+
<key>MinimumOSVersion</key>
28+
<string>15.0</string>
2729
</dict>
2830
</plist>

0 commit comments

Comments
 (0)