-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfo.plist
84 lines (84 loc) · 2.3 KB
/
Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>de</string>
<string>ar</string>
<string>bg</string>
<string>zh-Hans</string>
<string>zh-Hant</string>
<string>hr</string>
<string>cs</string>
<string>da</string>
<string>nl</string>
<string>fi</string>
<string>fr</string>
<string>el</string>
<string>hi</string>
<string>hu</string>
<string>is</string>
<string>id</string>
<string>it</string>
<string>ja</string>
<string>ko</string>
<string>lt</string>
<string>nb</string>
<string>pl</string>
<string>pt</string>
<string>pt-BR</string>
<string>ro</string>
<string>ru</string>
<string>sr</string>
<string>sk</string>
<string>sl</string>
<string>es</string>
<string>sv</string>
<string>tr</string>
</array>
<key>CFBundleDisplayName</key>
<string>Docutain_SDK_Example_Xamarin_iOS</string>
<key>CFBundleIdentifier</key>
<string>de.docutain.Docutain_SDK_Example_Xamarin_iOS</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>MinimumOSVersion</key>
<string>11.0</string>
<key>NSCameraUsageDescription</key>
<string>In order to scan documents, the app needs access to the camera.</string>
</dict>
</plist>