Mirror only. Official repository is at https://git.zx2c4.com/wireguard-apple
Go to file
Roopesh Chander 0043233872 macOS: Log view: Fix autoscroll to end of log
Looks like the tableview doesn't know how much to scroll to get to the
end when we use usesAutomaticRowHeights. So we wait for the tableview
to realize its frame has changed and then scroll to the bottom of the
frame explicitly.

Also, we keep track of whether the scroll view is scrolled to the end or
not every time scrolling happens, not just when we add log entries to
the table.

Signed-off-by: Roopesh Chander <roop@roopc.net>
2019-04-01 23:07:48 +05:30
WireGuard macOS: Log view: Fix autoscroll to end of log 2019-04-01 23:07:48 +05:30
wireguard-go-bridge wireguard-go-bridge: update deps 2019-03-28 15:55:53 +01:00
.gitignore macOS: WireGuardNetworkExtensionmacOS depends on WireGuardGoBridgemacOS 2019-01-14 14:52:27 +05:30
COPYING Update copyright 2019-01-07 19:23:39 -05:00
MOBILECONFIG.md .mobileconfig: fix lists 2019-02-15 14:05:15 +05:30
README.md wireguard-go-bridge: use system go installation 2019-03-08 05:56:00 +01:00

README.md

WireGuard for iOS and macOS

Building

  • Clone this repo recursively:
$ git clone --recursive https://git.zx2c4.com/wireguard-ios
$ cd wireguard-ios
  • Rename and populate developer team ID file:
$ cp WireGuard/WireGuard/Config/Developer.xcconfig.template WireGuard/WireGuard/Config/Developer.xcconfig
$ vim WireGuard/WireGuard/Config/Developer.xcconfig
  • Install swiftlint and go:
$ brew install swiftlint go
  • Open project in Xcode:
$ open ./WireGuard/WireGuard.xcodeproj
  • Flip switches, press buttons, and make whirling noises until Xcode builds it.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.