summaryrefslogtreecommitdiff
path: root/MultiViewStoryTabBar/MultiViewStoryTabBar/MultiViewStoryTabBar-Info.plist
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-10 20:40:57 -0600
committermo khan <mo@mokhan.ca>2013-06-10 20:40:57 -0600
commit2d4a2ebf70ce7916da42f0f64f8298a214daa55d (patch)
tree4e1c9aca017cab2450ca5ccc9e631d7808518e36 /MultiViewStoryTabBar/MultiViewStoryTabBar/MultiViewStoryTabBar-Info.plist
parentef5554041c6015d9bd9b762ee0e23ec268486310 (diff)
add more examplesHEADmaster
Diffstat (limited to 'MultiViewStoryTabBar/MultiViewStoryTabBar/MultiViewStoryTabBar-Info.plist')
-rw-r--r--MultiViewStoryTabBar/MultiViewStoryTabBar/MultiViewStoryTabBar-Info.plist40
1 files changed, 40 insertions, 0 deletions
diff --git a/MultiViewStoryTabBar/MultiViewStoryTabBar/MultiViewStoryTabBar-Info.plist b/MultiViewStoryTabBar/MultiViewStoryTabBar/MultiViewStoryTabBar-Info.plist
new file mode 100644
index 0000000..d506e4a
--- /dev/null
+++ b/MultiViewStoryTabBar/MultiViewStoryTabBar/MultiViewStoryTabBar-Info.plist
@@ -0,0 +1,40 @@
+<?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>${PRODUCT_NAME}</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>mokhan.ca.${PRODUCT_NAME:rfc1034identifier}</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>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>UIMainStoryboardFile</key>
+ <string>MainStoryboard</string>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+</dict>
+</plist>