Skip to content

Commit

Permalink
Compile new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldz committed Nov 20, 2024
1 parent a503b1e commit d9a3d06
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Frameworks/wg-go.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>libwg-go.a</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
Expand All @@ -19,6 +21,8 @@
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libwg-go.a</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
Expand All @@ -36,6 +40,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libwg-go.a</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
Expand Down
Binary file modified Frameworks/wg-go.xcframework/ios-arm64/libwg-go.a
Binary file not shown.
Binary file not shown.
Binary file modified Frameworks/wg-go.xcframework/macos-arm64_x86_64/libwg-go.a
Binary file not shown.
2 changes: 1 addition & 1 deletion WireGuardKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "WireGuardKit"
spec.version = "0.4"
spec.version = "0.5"
spec.summary = "WireGuard for iOS and macOS"

spec.description = <<-DESC
Expand Down

0 comments on commit d9a3d06

Please sign in to comment.