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">
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>
13 <key>CFBundleName</key>
14 <string>$(PRODUCT_NAME)</string>
15 <key>CFBundlePackageType</key>
17 <key>CFBundleShortVersionString</key>
19 <key>CFBundleURLTypes</key>
22 <key>CFBundleTypeRole</key>
23 <string>Editor</string>
24 <key>CFBundleURLSchemes</key>
26 <string>wolnelekturyapp</string>
30 <key>CFBundleVersion</key>
35 <string>67296ed66bf2e7658d0e3c71701e4fa0db8a85b0</string>
42 <string>Crashlytics</string>
46 <key>LSRequiresIPhoneOS</key>
48 <key>NSAppTransportSecurity</key>
50 <key>NSAllowsArbitraryLoads</key>
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>
61 <key>UIBackgroundModes</key>
63 <string>audio</string>
65 <key>UILaunchStoryboardName</key>
66 <string>LaunchScreen</string>
67 <key>UIMainStoryboardFile</key>
69 <key>UIRequiredDeviceCapabilities</key>
71 <string>armv7</string>
73 <key>UISupportedInterfaceOrientations</key>
75 <string>UIInterfaceOrientationPortrait</string>
76 <string>UIInterfaceOrientationLandscapeLeft</string>
77 <string>UIInterfaceOrientationLandscapeRight</string>
79 <key>UISupportedInterfaceOrientations~ipad</key>
81 <string>UIInterfaceOrientationPortrait</string>
82 <string>UIInterfaceOrientationPortraitUpsideDown</string>
83 <string>UIInterfaceOrientationLandscapeLeft</string>
84 <string>UIInterfaceOrientationLandscapeRight</string>