wireguard-apple
wireguard-apple copied to clipboard
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-apple
Make Go library build correctly on iPhone Simulator and Mac Catalyst. Script adjustments might appear inelegant, but the generated library has worked 100% on these targets. Tested in my production...
error: 'v12' is unavailable .macOS(.v12), packageDescription.SupportedPlatform:15:27: note: 'v12' was introduced in PackageDescription 5.5
This change makes it possible to configure tunnels created by the App Store Wireguard UI using `wg` and `wgctrl-go`. It's an implementation of this suggestion: https://github.com/WireGuard/wgctrl-go/issues/96#issuecomment-1216933842 Because the app is...
In the current macOS and iOS apps, keys are visible in the UI if a translation is missing: This PR implements support for incomplete locales. Translations no longer need to...
One thing that bugs me about the WireGuard macOS app is that clicking on its Dock icon does not open the Tunnel Manager window. This is non macOS-like, and limits...
I am using the `1.0.15-26` version & Xcode 15 (same as Xcode 14.3), tried diff versions, and usually the same result: When I try to `import WireGuardKit` I receive this...
Only the core package was modified. For this to work with the app, TunnelConfiguration+WgQuickConfig.swift must be updated too.
The "Edit" button on TunnelDetailView did not show right and bottom borders. **Before:** **After:**
Fix small error in RU localisation
My App's Network Extension causes the following error, depends on public remote SwiftPM package. ``` Invalid manifest /(path_to)/TemporaryFile.hzdchM.swift:9:17: error: 'v12' is unavailable .macOS(.v12), ^~~ PackageDescription.SupportedPlatform:18:27: note: 'v12' was introduced in...