Add BIZCARD support and a little refactoring
[zxing.git] / iphone / Settings.bundle / Root.plist
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>Title</key>
6         <string>YOUR_PROJECT_NAME</string>
7         <key>StringsTable</key>
8         <string>Root</string>
9         <key>PreferenceSpecifiers</key>
10         <array>
11                 <dict>
12                         <key>Title</key>
13                         <string>Automatic Actions</string>
14                         <key>Type</key>
15                         <string>PSGroupSpecifier</string>
16                 </dict>
17                 <dict>
18                         <key>Type</key>
19                         <string>PSToggleSwitchSpecifier</string>
20                         <key>Title</key>
21                         <string>Take Picture</string>
22                         <key>Key</key>
23                         <string>autoChoosePicture</string>
24                         <key>DefaultValue</key>
25                         <true/>
26                 </dict>
27                 <dict>
28                         <key>Title</key>
29                         <string>Taking Pictures</string>
30                         <key>Type</key>
31                         <string>PSGroupSpecifier</string>
32                 </dict>
33                 <dict>
34                         <key>Type</key>
35                         <string>PSToggleSwitchSpecifier</string>
36                         <key>Title</key>
37                         <string>Allow Editing</string>
38                         <key>Key</key>
39                         <string>allowEditing</string>
40                         <key>DefaultValue</key>
41                         <true/>
42                 </dict>
43         </array>
44 </dict>
45 </plist>