~mike-mayo/openstack-ipad/trunk

« back to all changes in this revision

Viewing changes to build/Debug-iphonesimulator/OpenStack.app/Settings.bundle/Root.plist

  • Committer: Mike Mayo
  • Date: 2010-07-26 18:36:20 UTC
  • mfrom: (2.1.5 openstack-ipad)
  • Revision ID: mike.mayo@rackspace.com-20100726183620-j4l25sg9keytcm7y
merging deletes from Joseph Heck

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
 
<plist version="1.0">
4
 
<dict>
5
 
        <key>StringsTable</key>
6
 
        <string>Root</string>
7
 
        <key>PreferenceSpecifiers</key>
8
 
        <array>
9
 
                <dict>
10
 
                        <key>Type</key>
11
 
                        <string>PSGroupSpecifier</string>
12
 
                        <key>Title</key>
13
 
                        <string>Authentication</string>
14
 
                </dict>
15
 
                <dict>
16
 
                        <key>Type</key>
17
 
                        <string>PSTextFieldSpecifier</string>
18
 
                        <key>Title</key>
19
 
                        <string>User Name</string>
20
 
                        <key>Key</key>
21
 
                        <string>username_preference</string>
22
 
                        <key>DefaultValue</key>
23
 
                        <string></string>
24
 
                        <key>IsSecure</key>
25
 
                        <false/>
26
 
                        <key>KeyboardType</key>
27
 
                        <string>Alphabet</string>
28
 
                        <key>AutocapitalizationType</key>
29
 
                        <string>None</string>
30
 
                        <key>AutocorrectionType</key>
31
 
                        <string>No</string>
32
 
                </dict>
33
 
                <dict>
34
 
                        <key>Type</key>
35
 
                        <string>PSTextFieldSpecifier</string>
36
 
                        <key>Title</key>
37
 
                        <string>API Key</string>
38
 
                        <key>Key</key>
39
 
                        <string>api_key_preference</string>
40
 
                        <key>DefaultValue</key>
41
 
                        <string></string>
42
 
                        <key>IsSecure</key>
43
 
                        <true/>
44
 
                        <key>KeyboardType</key>
45
 
                        <string>Alphabet</string>
46
 
                        <key>AutocapitalizationType</key>
47
 
                        <string>None</string>
48
 
                        <key>AutocorrectionType</key>
49
 
                        <string>No</string>
50
 
                </dict>
51
 
        </array>
52
 
</dict>
53
 
</plist>