version bump
[ShaarliOS.git] / swift4 / ShaarliOS / Info.plist
blobe39d0ea21f59e74931d71de66989a09809e2ea75
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>CFBundleExecutable</key>
8 <string>$(EXECUTABLE_NAME)</string>
9 <key>CFBundleIdentifier</key>
10 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundleName</key>
14 <string>#Shaarli💫</string>
15 <key>CFBundlePackageType</key>
16 <string>APPL</string>
17 <key>CFBundleShortVersionString</key>
18 <string>$(MARKETING_VERSION)</string>
19 <key>CFBundleURLTypes</key>
20 <array>
21 <dict>
22 <key>CFBundleTypeRole</key>
23 <string>Viewer</string>
24 <key>CFBundleURLName</key>
25 <string>myself</string>
26 <key>CFBundleURLSchemes</key>
27 <array>
28 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
29 </array>
30 </dict>
31 </array>
32 <key>CFBundleVersion</key>
33 <string>$(CURRENT_PROJECT_VERSION)</string>
34 <key>CFBundleVersionGitSHA</key>
35 <string>abeef</string>
36 <key>ITSAppUsesNonExemptEncryption</key>
37 <false/>
38 <key>LSRequiresIPhoneOS</key>
39 <true/>
40 <key>NSAppTransportSecurity</key>
41 <dict>
42 <key>NSAllowsArbitraryLoads</key>
43 <true/>
44 </dict>
45 <key>UILaunchStoryboardName</key>
46 <string>LaunchScreen</string>
47 <key>UIMainStoryboardFile</key>
48 <string>Main</string>
49 <key>UIRequiredDeviceCapabilities</key>
50 <array>
51 <string>armv7</string>
52 </array>
53 <key>UISupportedInterfaceOrientations</key>
54 <array>
55 <string>UIInterfaceOrientationPortrait</string>
56 <string>UIInterfaceOrientationLandscapeLeft</string>
57 <string>UIInterfaceOrientationLandscapeRight</string>
58 </array>
59 <key>UISupportedInterfaceOrientations~ipad</key>
60 <array>
61 <string>UIInterfaceOrientationPortrait</string>
62 <string>UIInterfaceOrientationPortraitUpsideDown</string>
63 <string>UIInterfaceOrientationLandscapeLeft</string>
64 <string>UIInterfaceOrientationLandscapeRight</string>
65 </array>
66 </dict>
67 </plist>