aboutsummaryrefslogtreecommitdiff
path: root/Taler
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-02-01 00:17:38 +0100
committerMarc Stibane <marc@taler.net>2023-02-01 00:20:03 +0100
commit19512704b7bc748dab68793347b9426a49aedc56 (patch)
tree43da390f17949c10731f2530e2af760a434f1aff /Taler
parentcdb39075695f2d981f64985833a22ce25e187732 (diff)
downloadtaler-ios-19512704b7bc748dab68793347b9426a49aedc56.tar.gz
taler-ios-19512704b7bc748dab68793347b9426a49aedc56.tar.bz2
taler-ios-19512704b7bc748dab68793347b9426a49aedc56.zip
most of Info.plist moved into the project
Diffstat (limited to 'Taler')
-rw-r--r--Taler/Info.plist51
1 files changed, 0 insertions, 51 deletions
diff --git a/Taler/Info.plist b/Taler/Info.plist
deleted file mode 100644
index 14a59ff..0000000
--- a/Taler/Info.plist
+++ /dev/null
@@ -1,51 +0,0 @@
-<?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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>UIApplicationSceneManifest</key>
- <dict>
- <key>UIApplicationSupportsMultipleScenes</key>
- <true/>
- </dict>
- <key>UILaunchScreen</key>
- <dict>
- <key>UIImageName</key>
- <string></string>
- </dict>
- <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>