some changes
[wl-mobile.git] / PhoneGap.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>DetectPhoneNumber</key>
6         <false/>
7         <key>TopActivityIndicator</key>
8         <string>gray</string>
9         <key>EnableLocation</key>
10         <false/>
11         <key>EnableAcceleration</key>
12         <false/>
13         <key>EnableViewportScale</key>
14         <false/>
15         <key>AutoHideSplashScreen</key>
16         <true/>
17         <key>ShowSplashScreenSpinner</key>
18         <true/>
19         <key>MediaPlaybackRequiresUserAction</key>
20         <false/>
21         <key>AllowInlineMediaPlayback</key>
22         <false/>
23         <key>ExternalHosts</key>
24         <array>
25                 <string>wolnelektury.pl</string>
26                 <string>www.wolnelektury.pl</string>
27                 <string>static.wolnelektury.pl</string>
28         </array>
29         <key>Plugins</key>
30         <dict>
31                 <key>NativeControls</key>
32                 <string>NativeControls</string>
33                 <key>com.phonegap.accelerometer</key>
34                 <string>PGAccelerometer</string>
35                 <key>com.phonegap.camera</key>
36                 <string>PGCamera</string>
37                 <key>com.phonegap.connection</key>
38                 <string>PGConnection</string>
39                 <key>com.phonegap.contacts</key>
40                 <string>PGContacts</string>
41                 <key>com.phonegap.debugconsole</key>
42                 <string>PGDebugConsole</string>
43                 <key>com.phonegap.file</key>
44                 <string>PGFile</string>
45                 <key>com.phonegap.filetransfer</key>
46                 <string>PGFileTransfer</string>
47                 <key>com.phonegap.geolocation</key>
48                 <string>PGLocation</string>
49                 <key>com.phonegap.notification</key>
50                 <string>PGNotification</string>
51                 <key>com.phonegap.media</key>
52                 <string>PGSound</string>
53                 <key>com.phonegap.mediacapture</key>
54                 <string>PGCapture</string>
55                 <key>com.phonegap.splashscreen</key>
56                 <string>PGSplashScreen</string>
57         </dict>
58 </dict>
59 </plist>