1+
12# SettingsKit
23
34[ ![ CI Status] ( http://img.shields.io/travis/dtrenz/SettingsKit.svg?style=flat )] ( https://travis-ci.org/dtrenz/SettingsKit )
@@ -21,7 +22,7 @@ settings.
2122
2223Here is a Settings screen w/ generated enum and sample implementation code:
2324
24- [ ![ Settings Example] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Docs/ Screenshots/how-it-works.png )] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Docs /Screenshots/how-it-works.png )
25+ [ ![ Settings Example] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Screenshots/how-it-works.png )] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Screenshots/how-it-works.png )
2526
2627
2728## When would I want to use SettingKit?
@@ -91,7 +92,7 @@ add the settings you would like to use to the "Preference Items" array in your
9192
9293> Example:
9394>
94- > ![ Settings.bundle/Root.plist] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Docs/ Screenshots/setup-root-plist.png )
95+ > ![ Settings.bundle/Root.plist] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Screenshots/setup-root-plist.png )
9596
9697Once you have added one or more preference items, build your project to have
9798` SettingsKit ` generate a ` Settings.swift ` file from your ` Settings.bundle/Root.plist ` .
@@ -117,19 +118,19 @@ $PODS_ROOT/SettingsKit/build -p $PROJECT_FILE_PATH -s $SCRIPT_INPUT_FILE_0 -o $S
117118
118119> Example:
119120>
120- > ![ Run script: Input files example] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Docs/ Screenshots/setup-input-file.png )
121+ > ![ Run script: Input files example] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Screenshots/setup-input-file.png )
121122
122123** Step 3:** Add the path to where you would like the generated ` Settings.swift `
123124file to be live (i.e. where you put your app's source files).
124125
125126> Example:
126127>
127- > ![ Run script: Output files example] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Docs/ Screenshots/setup-output-file.png )
128+ > ![ Run script: Output files example] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Screenshots/setup-output-file.png )
128129
129130When you are done with all of the above steps, your ` SettingsKit ` run script
130131phase should look something like this:
131132
132- ![ Run script phase example] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Docs/ Screenshots/setup-run-script.png )
133+ ![ Run script phase example] ( https://raw.githubusercontent.com/dtrenz/SettingsKit/develop/Screenshots/setup-run-script.png )
133134
134135Finally, build (⌘B) your project. If the project builds successfully, you should
135136now see a new ` Settings.swift ` file in your project. Feel free to move it to any
0 commit comments