aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Settings.bundle
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-07-15 11:56:24 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-07-15 11:56:24 +0200
commit241fe5ffd1a3eb506b7298e423d0f1598d8cccb1 (patch)
tree93ac64e8840ea5bc7bfd5dee9bcc956a502cce18 /Resources/Settings.bundle
parentChange copyright notice. (diff)
downloadwireguard-apple-241fe5ffd1a3eb506b7298e423d0f1598d8cccb1.tar.xz
wireguard-apple-241fe5ffd1a3eb506b7298e423d0f1598d8cccb1.zip
Add acknowledgement to derivation from Apple sample code.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Resources/Settings.bundle')
-rw-r--r--Resources/Settings.bundle/Root.plist2
-rw-r--r--Resources/Settings.bundle/en.lproj/Root.strings3
-rw-r--r--Resources/Settings.bundle/nl.lproj/Root.strings3
3 files changed, 6 insertions, 2 deletions
diff --git a/Resources/Settings.bundle/Root.plist b/Resources/Settings.bundle/Root.plist
index cb169f8..a2355f1 100644
--- a/Resources/Settings.bundle/Root.plist
+++ b/Resources/Settings.bundle/Root.plist
@@ -21,6 +21,8 @@
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
+ <key>FooterText</key>
+ <string>Apple Acknowledgement</string>
</dict>
<dict>
<key>Type</key>
diff --git a/Resources/Settings.bundle/en.lproj/Root.strings b/Resources/Settings.bundle/en.lproj/Root.strings
index 89eed99..11ce8e4 100644
--- a/Resources/Settings.bundle/en.lproj/Root.strings
+++ b/Resources/Settings.bundle/en.lproj/Root.strings
@@ -1,4 +1,5 @@
-/* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */
+/* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */
"Version Info" = "Version Info";
"Acknowledgements" = "Acknowledgements";
+"Apple Acknowledgement" = "This app contains code derived from Apple sample code: https://developer.apple.com/library/archive/samplecode/SimpleTunnel/Introduction/Intro.html";
diff --git a/Resources/Settings.bundle/nl.lproj/Root.strings b/Resources/Settings.bundle/nl.lproj/Root.strings
index c805216..306b7d1 100644
--- a/Resources/Settings.bundle/nl.lproj/Root.strings
+++ b/Resources/Settings.bundle/nl.lproj/Root.strings
@@ -1,5 +1,6 @@
-/* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */
+/* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */
"Version Info" = "Versie informatie";
"Acknowledgements" = "Licenties";
+"Apple Acknowledgement" = "Deze app bevat code afgeleid van Apple voorbeeld code: https://developer.apple.com/library/archive/samplecode/SimpleTunnel/Introduction/Intro.html";