aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard.xcodeproj (follow)
Commit message (Expand)AuthorAgeFilesLines
* App: bump copyrightJason A. Donenfeld2023-02-151-1/+1
* App: bump minimum OS versionsJason A. Donenfeld2023-02-151-9/+9
* build: Include 'swiftlint' location in the PATH before invoking itRoopesh Chander2021-09-221-4/+4
* Global: bump copyright yearJason A. Donenfeld2021-06-171-1/+1
* project: sync translations and improve id generation againJason A. Donenfeld2020-12-231-34/+36
* UI: use NotificationToken to properly clean up observersAndrej Mihajlov2020-12-221-18/+24
* project: generate more stable locale IDsJason A. Donenfeld2020-12-171-38/+38
* build: disable hardened runtime on iOS but keep it enabled on macOSAndrej Mihajlov2020-12-171-2/+4
* UI: add missing translations to incomplete localesJason A. Donenfeld2020-12-171-36/+36
* WireGuardApp: modify xcodeproj when syncing translationsJason A. Donenfeld2020-12-111-8/+53
* global: bump year in headerJason A. Donenfeld2020-12-041-1/+1
* WireGuardApp: Update target membership to exclude sources that are only used in network extensionsAndrej Mihajlov2020-12-041-16/+0
* WireGuardApp: Remove backend version call in Logger.swift & extract wireguard-go version script from network extension targetsAndrej Mihajlov2020-12-041-38/+0
* WireGuardApp: Disable SWIFT_PRECOMPILE_BRIDGING_HEADERAndrej Mihajlov2020-12-041-0/+2
* WireGuardApp: Update swift version from 4.2 to 5.0Andrej Mihajlov2020-12-041-2/+2
* WireGuardApp: Remove WireGuardKit.swift from Xcode source treeAndrej Mihajlov2020-12-041-10/+0
* WireGuardApp: Add back the wireguard-go version extraction script and use WIREGUARD_GO_VERSION directlyAndrej Mihajlov2020-12-041-4/+82
* WireGuardApp: integrate WireGuardKit sources directlyAndrej Mihajlov2020-12-032-64/+175
* Remove Sources/ in project folder namesAndrej Mihajlov2020-12-031-6/+9
* Linter: Fix all linter issues across the codebaseAndrej Mihajlov2020-12-032-3/+3
* WireGuardApp: Fix build working dir for go-bridge targetsAndrej Mihajlov2020-12-031-2/+2
* Move all source files to `Sources/` and rename WireGuardKit targetsAndrej Mihajlov2020-12-035-0/+1819
* Prepare for rewrite: Remove Xcode project and workspaceRoopesh Chander2018-10-273-1120/+0
* Extract WireGuardGo version at build time.Jeroen Leenarts2018-10-021-0/+19
* Copy public key through context menu.Jeroen Leenarts2018-10-021-0/+12
* Rewrite bridge build systemJason A. Donenfeld2018-10-021-28/+12
* Add missing file and fix hard path.Jeroen Leenarts2018-09-271-1/+1
* Xcode build wireguard go bridge.Jeroen Leenarts2018-09-261-4/+63
* Use message to extension to obtain version info.Jeroen Leenarts2018-09-261-4/+6
* Fixe file/function related warnings.Jeroen Leenarts2018-09-261-0/+20
* Set a date based version number for now.Jeroen Leenarts2018-09-261-1/+1
* Disable bitcode to allow reporting of GO version in App settings.Jeroen Leenarts2018-09-201-0/+2
* Add settings screen. Move export as zip to settings screen.Jeroen Leenarts2018-09-181-0/+14
* Give team to releaseJason A. Donenfeld2018-09-171-5/+5
* Add intermediate "Info" screen.Jeroen Leenarts2018-09-151-0/+4
* Fix provisioning.Jeroen Leenarts2018-09-151-10/+10
* Let XCode mess with stuffJason A. Donenfeld2018-09-151-6/+14
* Update bundle namesJason A. Donenfeld2018-09-151-4/+4
* Set correct teamJason A. Donenfeld2018-09-151-3/+3
* Switch copyright assignment from Jason to WireGuard LLC.Jeroen Leenarts2018-09-061-1/+1
* Zip export.Jeroen Leenarts2018-09-021-0/+2
* Add import and export logic.Jeroen Leenarts2018-09-011-0/+10
* Initial merge of rc's work.Jeroen Leenarts2018-08-271-6/+0
* Move, modify and add key generation functions to project.Jeroen Leenarts2018-08-271-0/+25
* Added ability to add tunnels with a QR code scan. Logic in place to parse conf files as well.Eric Kuck2018-08-211-0/+8
* Use `commaSeparatedToArray` utility everywhere.Jeroen Leenarts2018-08-161-0/+2
* Added validation before saving any tunnelsEric Kuck2018-08-151-0/+24
* Improve validator for IPv6.Jeroen Leenarts2018-08-151-4/+0
* Assign correct copyright.Jeroen Leenarts2018-08-151-1/+1
* Add Validator for Endpoints.Jeroen Leenarts2018-08-151-0/+10