minesweeper/Info.plist.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 22 Apr 2016 05:56:47 +0200
branchNewChat
changeset 238 a0f15cb8c730
parent 197 197472ca59d4
permissions -rw-r--r--
Switching to newer version of the libraries
jaroslav@190
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@238
     2
<!--
jaroslav@238
     3
jaroslav@238
     4
    The MIT License (MIT)
jaroslav@238
     5
jaroslav@238
     6
    Copyright (C) 2013 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@238
     7
jaroslav@238
     8
    Permission is hereby granted, free of charge, to any person obtaining a copy
jaroslav@238
     9
    of this software and associated documentation files (the "Software"), to deal
jaroslav@238
    10
    in the Software without restriction, including without limitation the rights
jaroslav@238
    11
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
jaroslav@238
    12
    copies of the Software, and to permit persons to whom the Software is
jaroslav@238
    13
    furnished to do so, subject to the following conditions:
jaroslav@238
    14
jaroslav@238
    15
    The above copyright notice and this permission notice shall be included in
jaroslav@238
    16
    all copies or substantial portions of the Software.
jaroslav@238
    17
jaroslav@238
    18
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
jaroslav@238
    19
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
jaroslav@238
    20
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
jaroslav@238
    21
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
jaroslav@238
    22
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
jaroslav@238
    23
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
jaroslav@238
    24
    THE SOFTWARE.
jaroslav@238
    25
jaroslav@238
    26
-->
jaroslav@190
    27
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
jaroslav@190
    28
<plist version="1.0">
jaroslav@190
    29
    <dict>
jaroslav@190
    30
        <key>CFBundleDevelopmentRegion</key>
jaroslav@190
    31
        <string>en</string>
jaroslav@190
    32
        <key>CFBundleDisplayName</key>
jaroslav@190
    33
        <string>Fair Mines</string>
jaroslav@190
    34
        <key>CFBundleExecutable</key>
jaroslav@190
    35
        <string>MineSweeper</string>
jaroslav@190
    36
        <key>CFBundleIdentifier</key>
jaroslav@192
    37
        <string>jst</string>
jaroslav@190
    38
        <key>CFBundleInfoDictionaryVersion</key>
jaroslav@190
    39
        <string>6.0</string>
jaroslav@190
    40
        <key>CFBundleName</key>
jaroslav@190
    41
        <string>Fair Mines</string>
jaroslav@190
    42
        <key>CFBundlePackageType</key>
jaroslav@190
    43
        <string>APPL</string>
jaroslav@190
    44
        <key>CFBundleShortVersionString</key>
jaroslav@192
    45
        <string>2.3</string>
jaroslav@190
    46
        <key>CFBundleSignature</key>
jaroslav@190
    47
        <string>????</string>
jaroslav@190
    48
        <key>CFBundleVersion</key>
jaroslav@197
    49
        <string>2</string>
jaroslav@190
    50
        <key>NSHumanReadableCopyright</key>
jaroslav@190
    51
        <string>Copyright © 2014 Jaroslav Tulach. All rights reserved.</string>
jaroslav@190
    52
        <key>LSRequiresIPhoneOS</key>
jaroslav@190
    53
        <true/>
jaroslav@190
    54
        <key>UIDeviceFamily</key>
jaroslav@190
    55
        <array>
jaroslav@190
    56
            <integer>1</integer>
jaroslav@190
    57
            <integer>2</integer>
jaroslav@190
    58
        </array>
jaroslav@190
    59
        <key>UIRequiredDeviceCapabilities</key>
jaroslav@190
    60
        <array>
jaroslav@190
    61
            <string>armv7</string>
jaroslav@190
    62
        </array>
jaroslav@190
    63
        <key>UISupportedInterfaceOrientations</key>
jaroslav@190
    64
        <array>
jaroslav@190
    65
            <string>UIInterfaceOrientationPortrait</string>
jaroslav@190
    66
            <string>UIInterfaceOrientationLandscapeLeft</string>
jaroslav@190
    67
            <string>UIInterfaceOrientationLandscapeRight</string>
jaroslav@190
    68
            <string>UIInterfaceOrientationPortraitUpsideDown</string>
jaroslav@190
    69
        </array>
jaroslav@190
    70
    </dict>
jaroslav@190
    71
</plist>