aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-10-02 21:03:44 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-10-02 21:14:18 +0200
commiteadb09eda8dab95febb955fe2dd9819f1e4c4212 (patch)
tree57ab2abe65f95bc2c6f8b8cc9afceb1eeb3f09f0 /Resources
parentDeal with type body length warning. (diff)
downloadwireguard-apple-eadb09eda8dab95febb955fe2dd9819f1e4c4212.tar.xz
wireguard-apple-eadb09eda8dab95febb955fe2dd9819f1e4c4212.zip
Extract WireGuardGo version at build time.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Resources')
-rw-r--r--Resources/Settings.bundle/Root.plist14
1 files changed, 13 insertions, 1 deletions
diff --git a/Resources/Settings.bundle/Root.plist b/Resources/Settings.bundle/Root.plist
index a2355f1..5bac309 100644
--- a/Resources/Settings.bundle/Root.plist
+++ b/Resources/Settings.bundle/Root.plist
@@ -7,6 +7,8 @@
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
+ <key>Title</key>
+ <string>Version Info</string>
</dict>
<dict>
<key>DefaultValue</key>
@@ -14,7 +16,17 @@
<key>Key</key>
<string>version_preference</string>
<key>Title</key>
- <string>Version Info</string>
+ <string>WireGuard iOS</string>
+ <key>Type</key>
+ <string>PSTitleValueSpecifier</string>
+ </dict>
+ <dict>
+ <key>DefaultValue</key>
+ <string>Set at build time.</string>
+ <key>Key</key>
+ <string>wireguard_version_preference</string>
+ <key>Title</key>
+ <string>WireGuard Go</string>
<key>Type</key>
<string>PSTitleValueSpecifier</string>
</dict>