Add acknowledgement to derivation from Apple sample code.

This commit is contained in:
Jeroen Leenarts 2018-07-15 11:56:24 +02:00
parent 0f1aa701df
commit c51c49f354
3 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,8 @@
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>FooterText</key>
<string>Apple Acknowledgement</string>
</dict>
<dict>
<key>Type</key>

View File

@ -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";

View File

@ -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";