aboutsummaryrefslogtreecommitdiffstats
path: root/Wireguard.xcodeproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish casing fix from Wireguard to WireGuardEli Young2018-06-223-918/+0
| | | | | | | | | | | This also removes from the project various duplicate file entries that differed only in casing. Note that, if working with a case-insensitive filesystem (as are generally used on macOS systems), it is recommended to destroy the affected files in the working tree and check them out again. Failure to do this will result in XCode recreating duplicate file entries in the project. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Change absolute paths to relative pathsEli Young2018-06-221-4/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Objective-C wrapper around WireguardGo.Jeroen Leenarts2018-06-221-4/+209
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Some casing trouble in WireGuard strings.Jeroen Leenarts2018-05-261-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Everything is a tunnel.Jeroen Leenarts2018-05-261-16/+16
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add bare bones `ProfileConfigurationTableViewController`.Jeroen Leenarts2018-05-241-1/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Basic setup of ConnectionsTableViewController.Jeroen Leenarts2018-05-241-8/+12
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Fix casing from Wireguard to WireGuard.Jeroen Leenarts2018-05-241-36/+42
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add wg-quick related model properties.Jeroen Leenarts2018-05-241-0/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add data model.Jeroen Leenarts2018-05-231-0/+16
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Initial project setup.Jeroen Leenarts2018-05-233-0/+675
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>