The Settings view includes an end user license agreement (EULA). You can customize this EULA.
Perform this task in the copy of the DeploymentKitApp in Xcode on your computer.
Procedure
In the project files, browse to the folder
Resources.
Open the file
legal-en.txt in your favorite text editor.
This folder contains four sample text files for localization purposes. By default all text is in English. You can localize each of these files to is specified language.
legal-de.txt
Specifies German
legal-es.txt
Specifies Spanish
legal-fr.txt
Specifies French
legal-en.txt
Specifies English
To provide legal text in another language, save the file with the convention
legal-langcode.txt, where
langcode specifies the two-letter international language code.
Replace the contents of the sample text with your license text.
Save the file.
Result
The edited license text appears in a simple scrolling text view in the app, displayed when the user taps the
Legal item in the
Settings view.