Skip to content

Commit d9a3d06

Browse files
committed
Compile new version
1 parent a503b1e commit d9a3d06

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

Frameworks/wg-go.xcframework/Info.plist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>libwg-go.a</string>
810
<key>HeadersPath</key>
911
<string>Headers</string>
1012
<key>LibraryIdentifier</key>
@@ -19,6 +21,8 @@
1921
<string>ios</string>
2022
</dict>
2123
<dict>
24+
<key>BinaryPath</key>
25+
<string>libwg-go.a</string>
2226
<key>HeadersPath</key>
2327
<string>Headers</string>
2428
<key>LibraryIdentifier</key>
@@ -36,6 +40,8 @@
3640
<string>simulator</string>
3741
</dict>
3842
<dict>
43+
<key>BinaryPath</key>
44+
<string>libwg-go.a</string>
3945
<key>HeadersPath</key>
4046
<string>Headers</string>
4147
<key>LibraryIdentifier</key>
146 KB
Binary file not shown.
Binary file not shown.
326 KB
Binary file not shown.

WireGuardKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "WireGuardKit"
3-
spec.version = "0.4"
3+
spec.version = "0.5"
44
spec.summary = "WireGuard for iOS and macOS"
55

66
spec.description = <<-DESC

0 commit comments

Comments
 (0)