forked from mayoita/AOTutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfig.plist
50 lines (50 loc) · 1.35 KB
/
Config.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Tutorial</key>
<dict>
<key>Images</key>
<array>
<string>bg_1.jpg</string>
<string>bg_2.jpg</string>
<string>bg_3.jpg</string>
<string>bg_4.jpg</string>
<string>bg_5.jpg</string>
</array>
<key>Labels</key>
<array>
<dict>
<key>Header</key>
<string></string>
<key>Label</key>
<string>Tell users your application purpose</string>
</dict>
<dict>
<key>Header</key>
<string>Killer feature</string>
<key>Label</key>
<string>This application provide you a feature no other give you</string>
</dict>
<dict>
<key>Header</key>
<string>Credit author</string>
<key>Label</key>
<string>You can always credit author if you use an open source component.</string>
</dict>
<dict>
<key>Header</key>
<string>Feedback</string>
<key>Label</key>
<string>It's always a good thing to give some feedback about a control. Author will be happy to hear from you.</string>
</dict>
<dict>
<key>Header</key>
<string>Get in touch</string>
<key>Label</key>
<string>If you want to get in touch, feel free to send an email to contact@appsido.com</string>
</dict>
</array>
</dict>
</dict>
</plist>