Projet

Général

Profil

Révision 70db786f

Voir les différences:

platforms/ios/ClicAlbum/ClicAlbum-Info.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>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>UIMainStoryboardFile</key>
47
	<string>LaunchScreen</string>
48
	<key>UIRequiredDeviceCapabilities</key>
49
	<array>
50
		<string>armv7</string>
51
	</array>
52
	<key>UIRequiresFullScreen</key>
53
	<true/>
54
	<key>UIStatusBarStyle</key>
55
	<string>UIStatusBarStyleLightContent</string>
56
	<key>UISupportedInterfaceOrientations</key>
57
	<array>
58
		<string>UIInterfaceOrientationPortrait</string>
59
		<string>UIInterfaceOrientationLandscapeLeft</string>
60
		<string>UIInterfaceOrientationLandscapeRight</string>
61
	</array>
62
	<key>UISupportedInterfaceOrientations~ipad</key>
63
	<array>
64
		<string>UIInterfaceOrientationPortrait</string>
65
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
66
		<string>UIInterfaceOrientationLandscapeLeft</string>
67
		<string>UIInterfaceOrientationLandscapeRight</string>
68
	</array>
69
	<key>UIViewControllerBasedStatusBarAppearance</key>
70
	<false/>
71
</dict>
72
</plist>

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux