added iOS source code
[wl-app.git] / iOS / WolneLektury / Info.plist
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>$(PRODUCT_NAME)</string>
15         <key>CFBundlePackageType</key>
16         <string>APPL</string>
17         <key>CFBundleShortVersionString</key>
18         <string>1.0</string>
19         <key>CFBundleURLTypes</key>
20         <array>
21                 <dict>
22                         <key>CFBundleTypeRole</key>
23                         <string>Editor</string>
24                         <key>CFBundleURLSchemes</key>
25                         <array>
26                                 <string>wolnelekturyapp</string>
27                         </array>
28                 </dict>
29         </array>
30         <key>CFBundleVersion</key>
31         <string>10</string>
32         <key>Fabric</key>
33         <dict>
34                 <key>APIKey</key>
35                 <string>67296ed66bf2e7658d0e3c71701e4fa0db8a85b0</string>
36                 <key>Kits</key>
37                 <array>
38                         <dict>
39                                 <key>KitInfo</key>
40                                 <dict/>
41                                 <key>KitName</key>
42                                 <string>Crashlytics</string>
43                         </dict>
44                 </array>
45         </dict>
46         <key>LSRequiresIPhoneOS</key>
47         <true/>
48         <key>NSAppTransportSecurity</key>
49         <dict>
50                 <key>NSAllowsArbitraryLoads</key>
51                 <true/>
52         </dict>
53         <key>UIAppFonts</key>
54         <array>
55                 <string>Roboto-Bold.ttf</string>
56                 <string>Roboto-Light.ttf</string>
57                 <string>Roboto-Medium.ttf</string>
58                 <string>Roboto-Regular.ttf</string>
59                 <string>Roboto-Thin.ttf</string>
60         </array>
61         <key>UIBackgroundModes</key>
62         <array>
63                 <string>audio</string>
64         </array>
65         <key>UILaunchStoryboardName</key>
66         <string>LaunchScreen</string>
67         <key>UIMainStoryboardFile</key>
68         <string>Main</string>
69         <key>UIRequiredDeviceCapabilities</key>
70         <array>
71                 <string>armv7</string>
72         </array>
73         <key>UISupportedInterfaceOrientations</key>
74         <array>
75                 <string>UIInterfaceOrientationPortrait</string>
76                 <string>UIInterfaceOrientationLandscapeLeft</string>
77                 <string>UIInterfaceOrientationLandscapeRight</string>
78         </array>
79         <key>UISupportedInterfaceOrientations~ipad</key>
80         <array>
81                 <string>UIInterfaceOrientationPortrait</string>
82                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
83                 <string>UIInterfaceOrientationLandscapeLeft</string>
84                 <string>UIInterfaceOrientationLandscapeRight</string>
85         </array>
86 </dict>
87 </plist>