-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo-Production.plist
More file actions
100 lines (100 loc) · 2.96 KB
/
Info-Production.plist
File metadata and controls
100 lines (100 loc) · 2.96 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?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>CFBundleDisplayName</key>
<string>Shop Floor</string>
<key>CFBundleIdentifier</key>
<string>it.extra.Electrolux.ShopFloor.iOS</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>9.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>2</integer>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIMainStoryboardFile~ipad</key>
<string>iPadMain</string>
<key>CFBundleName</key>
<string>Electrolux.ShopFloor.iOS</string>
<key>UIAppFonts</key>
<array>
<string>ElectroluxSans_1_Thin.otf</string>
<string>ElectroluxSans_2_Light.otf</string>
<string>ElectroluxSans_3_Regular.otf</string>
<string>ElectroluxSans_4_Semibold.otf</string>
<string>ElectroluxSans_5_Bold.otf</string>
<string>ElectroluxSans_Oblique_1_Thin.otf</string>
<string>ElectroluxSans_Oblique_2_Light.otf</string>
<string>ElectroluxSans_Oblique_3_Regular.otf</string>
<string>ElectroluxSans_Oblique_4_Semibold.otf</string>
<string>ElectroluxSans_Oblique_5_Bold.otf</string>
</array>
<key>UIMainStoryboardFile</key>
<string>iPadMain</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIStatusBarHidden~ipad</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CFBundleIconFiles</key>
<array>
<string>Icon-76@2x.png</string>
<string>Icon-76.png</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>wsportal-r.electrolux.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.1</string>
</dict>
<key>extravisitreport.electrolux.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.1</string>
</dict>
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>Pictures</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
<key>UIRequiresFullScreen</key>
<true/>
<key>XSAppIconAssets</key>
<string>Resources/Media.xcassets/AppIcon.appiconset</string>
<key>CFBundleShortVersionString</key>
<string>1.80</string>
<key>CFBundleVersion</key>
<string>1.80</string>
</dict>
</plist>