From 241fe5ffd1a3eb506b7298e423d0f1598d8cccb1 Mon Sep 17 00:00:00 2001 From: Jeroen Leenarts Date: Sun, 15 Jul 2018 11:56:24 +0200 Subject: Add acknowledgement to derivation from Apple sample code. Signed-off-by: Jason A. Donenfeld --- Resources/Settings.bundle/Root.plist | 2 ++ Resources/Settings.bundle/en.lproj/Root.strings | 3 ++- Resources/Settings.bundle/nl.lproj/Root.strings | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Resources') 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 @@ Type PSGroupSpecifier + FooterText + Apple Acknowledgement Type 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"; -- cgit v1.2.3-59-g8ed1b