minesweeper/Info.plist.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 06 Aug 2014 07:46:18 +0200
branchAppStore
changeset 192 99669e0e8248
parent 190 5d4452c6ae1a
child 197 197472ca59d4
child 201 0be5bc600566
permissions -rw-r--r--
Upload to AppStore successful
     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">
     3 <plist version="1.0">
     4     <dict>
     5         <key>CFBundleDevelopmentRegion</key>
     6         <string>en</string>
     7         <key>CFBundleDisplayName</key>
     8         <string>Fair Mines</string>
     9         <key>CFBundleExecutable</key>
    10         <string>MineSweeper</string>
    11         <key>CFBundleIdentifier</key>
    12         <string>jst</string>
    13         <key>CFBundleInfoDictionaryVersion</key>
    14         <string>6.0</string>
    15         <key>CFBundleName</key>
    16         <string>Fair Mines</string>
    17         <key>CFBundlePackageType</key>
    18         <string>APPL</string>
    19         <key>CFBundleShortVersionString</key>
    20         <string>2.3</string>
    21         <key>CFBundleSignature</key>
    22         <string>????</string>
    23         <key>CFBundleVersion</key>
    24         <string>1</string>
    25         <key>NSHumanReadableCopyright</key>
    26         <string>Copyright © 2014 Jaroslav Tulach. All rights reserved.</string>
    27         <key>LSRequiresIPhoneOS</key>
    28         <true/>
    29         <key>UIDeviceFamily</key>
    30         <array>
    31             <integer>1</integer>
    32             <integer>2</integer>
    33         </array>
    34         <key>UIRequiredDeviceCapabilities</key>
    35         <array>
    36             <string>armv7</string>
    37         </array>
    38         <key>UISupportedInterfaceOrientations</key>
    39         <array>
    40             <string>UIInterfaceOrientationPortrait</string>
    41             <string>UIInterfaceOrientationLandscapeLeft</string>
    42             <string>UIInterfaceOrientationLandscapeRight</string>
    43             <string>UIInterfaceOrientationPortraitUpsideDown</string>
    44         </array>
    45     </dict>
    46 </plist>