forked from hselasky/midipp
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmidipp_ios.plist
50 lines (50 loc) · 1.56 KB
/
midipp_ios.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
<?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>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>midipp</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleIconFile</key>
<string>midipp_ios.png</string>
<key>CFBundleIconFiles</key>
<array>
<string>midipp_ios.png</string>
<string>midipp_ios_retina.png</string>
<string>midipp_76x76.png</string>
<string>midipp_152x152.png</string>
</array>
<key>CFBundleIdentifier</key>
<string>org.selasky.midipp</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<key>CFBundleSignature</key>
<string></string>
<key>CFBundleVersion</key>
<string>2.0.4</string>
<key>LSRequiresIPhoneOS</key>
<string>YES</string>
<key>MinimumOSVersion</key>
<string>9.2</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>${PRODUCT_NAME} load and save files.</string>
<key>UIRequiresFullScreen</key>
<true/>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
</dict>
</plist>