summaryrefslogtreecommitdiffstats
path: root/ios/Info.plist.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-01-27 21:41:59 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-01-27 22:26:28 +0100
commit06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55 (patch)
tree761f95994f0fe4d091a6822ff78a7f58957578ab /ios/Info.plist.xml
parente01fdfee49867fffb8db66964130915186b81cea (diff)
downloadRustAndDust-06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55.zip
RustAndDust-06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55.tar.gz
remove project ios
Diffstat (limited to 'ios/Info.plist.xml')
-rw-r--r--ios/Info.plist.xml59
1 files changed, 0 insertions, 59 deletions
diff --git a/ios/Info.plist.xml b/ios/Info.plist.xml
deleted file mode 100644
index 407bec7..0000000
--- a/ios/Info.plist.xml
+++ /dev/null
@@ -1,59 +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>en</string>
- <key>CFBundleDisplayName</key>
- <string>${app.name}</string>
- <key>CFBundleExecutable</key>
- <string>${app.executable}</string>
- <key>CFBundleIdentifier</key>
- <string>${app.id}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${app.name}</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>${app.version}</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${app.build}</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- <key>UIStatusBarHidden</key>
- <true/>
- <key>UIDeviceFamily</key>
- <array>
- <integer>1</integer>
- <integer>2</integer>
- </array>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- <string>opengles-2</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>CFBundleIcons</key>
- <dict>
- <key>CFBundlePrimaryIcon</key>
- <dict>
- <key>CFBundleIconFiles</key>
- <array>
- <string>Icon</string>
- <string>Icon-72</string>
- </array>
- </dict>
- </dict>
-</dict>
-</plist>