root / platforms / ios / ClicAlbum / ClicAlbum-Info.plist @ c3974e6b
Historique | Voir | Annoter | Télécharger (2,31 ko)
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>CFBundleDevelopmentRegion</key> |
6 |
<string>fr_FR</string> |
7 |
<key>CFBundleDisplayName</key> |
8 |
<string>${PRODUCT_NAME}</string> |
9 |
<key>CFBundleExecutable</key> |
10 |
<string>${EXECUTABLE_NAME}</string> |
11 |
<key>CFBundleIdentifier</key> |
12 |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
13 |
<key>CFBundleInfoDictionaryVersion</key> |
14 |
<string>6.0</string> |
15 |
<key>CFBundleName</key> |
16 |
<string>${PRODUCT_NAME}</string> |
17 |
<key>CFBundlePackageType</key> |
18 |
<string>APPL</string> |
19 |
<key>CFBundleShortVersionString</key> |
20 |
<string>$(MARKETING_VERSION)</string> |
21 |
<key>CFBundleSignature</key> |
22 |
<string>????</string> |
23 |
<key>CFBundleURLTypes</key> |
24 |
<array> |
25 |
<dict> |
26 |
<key>CFBundleTypeRole</key> |
27 |
<string>Editor</string> |
28 |
<key>CFBundleURLSchemes</key> |
29 |
<array> |
30 |
<string>frcaprelclicalbum</string> |
31 |
</array> |
32 |
</dict> |
33 |
</array> |
34 |
<key>CFBundleVersion</key> |
35 |
<string>$(CURRENT_PROJECT_VERSION)</string> |
36 |
<key>LSRequiresIPhoneOS</key> |
37 |
<true/> |
38 |
<key>NSCameraUsageDescription</key> |
39 |
<string>Merci de prendre en photo ce que vous voulez partager avec votre classe ou la classe de votre enfant</string> |
40 |
<key>NSMicrophoneUsageDescription</key> |
41 |
<string>Requires access to microphone.</string> |
42 |
<key>NSPhotoLibraryUsageDescription</key> |
43 |
<string>Merci de choisir la photo de ce que vous voulez partager avec votre classe ou la classe de votre enfant</string> |
44 |
<key>UILaunchStoryboardName</key> |
45 |
<string>LaunchScreen</string> |
46 |
<key>UIRequiredDeviceCapabilities</key> |
47 |
<array> |
48 |
<string>armv7</string> |
49 |
</array> |
50 |
<key>UIRequiresFullScreen</key> |
51 |
<true/> |
52 |
<key>UIStatusBarStyle</key> |
53 |
<string>UIStatusBarStyleLightContent</string> |
54 |
<key>UISupportedInterfaceOrientations</key> |
55 |
<array> |
56 |
<string>UIInterfaceOrientationPortrait</string> |
57 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
58 |
<string>UIInterfaceOrientationLandscapeRight</string> |
59 |
</array> |
60 |
<key>UISupportedInterfaceOrientations~ipad</key> |
61 |
<array> |
62 |
<string>UIInterfaceOrientationPortrait</string> |
63 |
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
64 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
65 |
<string>UIInterfaceOrientationLandscapeRight</string> |
66 |
</array> |
67 |
<key>UIViewControllerBasedStatusBarAppearance</key> |
68 |
<false/> |
69 |
</dict> |
70 |
</plist> |