To create the Acknowledgment file
-
Download script.
-
Change permission to 755 (chmod 755 MVAckGenerator.sh)
-
Place all license files in same folder.
-
Name each file as "PackageName.license"
-
Run the script ./MVAckGenerator.sh
-
Ack.plist will be created.
Adding to IOS Setting bundle
-
Open Settings Bundle in IOS
-
Drag and drop, "Ack.plist" under settings.bundle
-
Right click on Root.plist and open as source.
Paste following code at bottom of file just before inside valid section
Type <string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>Acknowledgements</string>
<key>File</key>
<string>Ack</string>
<key>Key</key>
<string>Acks</string>
</dict>
- Build and Run.