minesweeper/Info.plist.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 29 Aug 2014 16:32:03 +0200
changeset 201 0be5bc600566
parent 192 99669e0e8248
permissions -rw-r--r--
Adding missing license
jaroslav@190
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@201
     2
<!--
jaroslav@201
     3
jaroslav@201
     4
    The MIT License (MIT)
jaroslav@201
     5
jaroslav@201
     6
    Copyright (C) 2013 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@201
     7
jaroslav@201
     8
    Permission is hereby granted, free of charge, to any person obtaining a copy
jaroslav@201
     9
    of this software and associated documentation files (the "Software"), to deal
jaroslav@201
    10
    in the Software without restriction, including without limitation the rights
jaroslav@201
    11
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
jaroslav@201
    12
    copies of the Software, and to permit persons to whom the Software is
jaroslav@201
    13
    furnished to do so, subject to the following conditions:
jaroslav@201
    14
jaroslav@201
    15
    The above copyright notice and this permission notice shall be included in
jaroslav@201
    16
    all copies or substantial portions of the Software.
jaroslav@201
    17
jaroslav@201
    18
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
jaroslav@201
    19
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
jaroslav@201
    20
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
jaroslav@201
    21
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
jaroslav@201
    22
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
jaroslav@201
    23
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
jaroslav@201
    24
    THE SOFTWARE.
jaroslav@201
    25
jaroslav@201
    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@190
    49
        <string>1</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>