added iOS source code
[wl-app.git] / iOS / WolneLektury / Info.plist
diff --git a/iOS/WolneLektury/Info.plist b/iOS/WolneLektury/Info.plist
new file mode 100644 (file)
index 0000000..6e0c406
--- /dev/null
@@ -0,0 +1,87 @@
+<?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>CFBundleDevelopmentRegion</key>
+       <string>$(DEVELOPMENT_LANGUAGE)</string>
+       <key>CFBundleExecutable</key>
+       <string>$(EXECUTABLE_NAME)</string>
+       <key>CFBundleIdentifier</key>
+       <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>$(PRODUCT_NAME)</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>1.0</string>
+       <key>CFBundleURLTypes</key>
+       <array>
+               <dict>
+                       <key>CFBundleTypeRole</key>
+                       <string>Editor</string>
+                       <key>CFBundleURLSchemes</key>
+                       <array>
+                               <string>wolnelekturyapp</string>
+                       </array>
+               </dict>
+       </array>
+       <key>CFBundleVersion</key>
+       <string>10</string>
+       <key>Fabric</key>
+       <dict>
+               <key>APIKey</key>
+               <string>67296ed66bf2e7658d0e3c71701e4fa0db8a85b0</string>
+               <key>Kits</key>
+               <array>
+                       <dict>
+                               <key>KitInfo</key>
+                               <dict/>
+                               <key>KitName</key>
+                               <string>Crashlytics</string>
+                       </dict>
+               </array>
+       </dict>
+       <key>LSRequiresIPhoneOS</key>
+       <true/>
+       <key>NSAppTransportSecurity</key>
+       <dict>
+               <key>NSAllowsArbitraryLoads</key>
+               <true/>
+       </dict>
+       <key>UIAppFonts</key>
+       <array>
+               <string>Roboto-Bold.ttf</string>
+               <string>Roboto-Light.ttf</string>
+               <string>Roboto-Medium.ttf</string>
+               <string>Roboto-Regular.ttf</string>
+               <string>Roboto-Thin.ttf</string>
+       </array>
+       <key>UIBackgroundModes</key>
+       <array>
+               <string>audio</string>
+       </array>
+       <key>UILaunchStoryboardName</key>
+       <string>LaunchScreen</string>
+       <key>UIMainStoryboardFile</key>
+       <string>Main</string>
+       <key>UIRequiredDeviceCapabilities</key>
+       <array>
+               <string>armv7</string>
+       </array>
+       <key>UISupportedInterfaceOrientations</key>
+       <array>
+               <string>UIInterfaceOrientationPortrait</string>
+               <string>UIInterfaceOrientationLandscapeLeft</string>
+               <string>UIInterfaceOrientationLandscapeRight</string>
+       </array>
+       <key>UISupportedInterfaceOrientations~ipad</key>
+       <array>
+               <string>UIInterfaceOrientationPortrait</string>
+               <string>UIInterfaceOrientationPortraitUpsideDown</string>
+               <string>UIInterfaceOrientationLandscapeLeft</string>
+               <string>UIInterfaceOrientationLandscapeRight</string>
+       </array>
+</dict>
+</plist>