source: extensions/piwigo_mobile/ios/Piwigo/PhoneGap.plist @ 16453

Last change on this file since 16453 was 12411, checked in by patdenice, 13 years ago

Add piwigo mobile for iOS

File size: 1.2 KB
Line 
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        <true/>
7        <key>TopActivityIndicator</key>
8        <string>gray</string>
9        <key>EnableLocation</key>
10        <false/>
11        <key>EnableAcceleration</key>
12        <true/>
13        <key>EnableViewportScale</key>
14        <false/>
15        <key>AutoHideSplashScreen</key>
16        <true/>
17        <key>ShowSplashScreenSpinner</key>
18        <false/>
19        <key>MediaPlaybackRequiresUserAction</key>
20        <false/>
21        <key>AllowInlineMediaPlayback</key>
22        <false/>
23        <key>ExternalHosts</key>
24        <array>
25                <string>*</string>
26        </array>
27        <key>Plugins</key>
28        <dict>
29                <key>com.phonegap.cameraExtended</key>
30                <string>PGCameraExtended</string>
31                <key>com.phonegap.camera</key>
32                <string>PGCamera</string>
33                <key>com.phonegap.connection</key>
34                <string>PGConnection</string>
35                <key>com.phonegap.debugconsole</key>
36                <string>PGDebugConsole</string>
37                <key>com.phonegap.file</key>
38                <string>PGFile</string>
39                <key>com.phonegap.filetransfer</key>
40                <string>PGFileTransfer</string>
41                <key>com.phonegap.splashscreen</key>
42                <string>PGSplashScreen</string>
43                <key>com.phonegap.notification</key>
44                <string>PGNotification</string>
45        </dict>
46</dict>
47</plist>
Note: See TracBrowser for help on using the repository browser.