|
Bogdan Timofte
authored
2 weeks ago
|
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>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
7
|
<key>CFBundleDisplayName</key>
|
|
|
8
|
<string></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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
19
|
<key>CFBundleShortVersionString</key>
|
|
|
20
|
<string>1.0</string>
|
|
|
21
|
<key>CFBundleURLTypes</key>
|
|
|
22
|
<array>
|
|
|
23
|
<dict>
|
|
|
24
|
<key>CFBundleTypeRole</key>
|
|
|
25
|
<string>Editor</string>
|
|
|
26
|
<key>CFBundleURLName</key>
|
|
|
27
|
<string>@ro.xdev.USB-Meter</string>
|
|
|
28
|
<key>CFBundleURLSchemes</key>
|
|
|
29
|
<array>
|
|
|
30
|
<string>USB-Meter</string>
|
|
|
31
|
</array>
|
|
|
32
|
</dict>
|
|
|
33
|
</array>
|
|
|
34
|
<key>CFBundleVersion</key>
|
|
|
35
|
<string>1</string>
|
|
|
36
|
<key>LSApplicationCategoryType</key>
|
|
|
37
|
<string>public.app-category.utilities</string>
|
|
|
38
|
<key>LSRequiresIPhoneOS</key>
|
|
|
39
|
<true/>
|
|
|
40
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
|
41
|
<string>This app needs to use Bluetooth to connect with USB Meter</string>
|
|
|
42
|
<key>UIApplicationSceneManifest</key>
|
|
|
43
|
<dict>
|
|
|
44
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
|
45
|
<false/>
|
|
|
46
|
<key>UISceneConfigurations</key>
|
|
|
47
|
<dict>
|
|
|
48
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
|
49
|
<array>
|
|
|
50
|
<dict>
|
|
|
51
|
<key>UISceneConfigurationName</key>
|
|
|
52
|
<string>Default Configuration</string>
|
|
|
53
|
<key>UISceneDelegateClassName</key>
|
|
|
54
|
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
|
|
|
55
|
</dict>
|
|
|
56
|
</array>
|
|
|
57
|
</dict>
|
|
|
58
|
</dict>
|
|
|
59
|
<key>UILaunchStoryboardName</key>
|
|
|
60
|
<string>LaunchScreen</string>
|
|
|
61
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
62
|
<array>
|
|
|
63
|
<string>armv7</string>
|
|
|
64
|
</array>
|
|
|
65
|
<key>UIRequiresFullScreen</key>
|
|
|
66
|
<false/>
|
|
|
67
|
<key>UIStatusBarHidden</key>
|
|
|
68
|
<false/>
|
|
|
69
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
70
|
<array>
|
|
|
71
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
72
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
73
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
74
|
</array>
|
|
|
75
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
76
|
<array>
|
|
|
77
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
78
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
79
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
80
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
81
|
</array>
|
|
|
82
|
</dict>
|
|
|
83
|
</plist>
|