Add acknowledgement to derivation from Apple sample code.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts
2018-07-15 11:56:24 +02:00
parent f3bccfb5cc
commit 241fe5ffd1
3 changed files with 6 additions and 2 deletions
@@ -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";