share/Info.plist.in
changeset 8443 2debc9b9f917
parent 7933 223b3a195474
child 8711 053560e0075f
equal deleted inserted replaced
8442:535a00ca0d35 8443:2debc9b9f917
     1 <?xml version="1.0" encoding="UTF-8"?>
     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">
     2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     3 <plist version="1.0">
     3 <plist version="1.0">
     4 <dict>
     4 <dict>
     5 	<key>LSApplicationCategoryType</key>
     5     <key>LSApplicationCategoryType</key>
     6 	<string>public.app-category.strategy-games</string>
     6     <string>public.app-category.strategy-games</string>
     7 	<key>CFBundleName</key>
     7     <key>CFBundleName</key>
     8 	<string>Hedgewars</string>
     8     <string>Hedgewars</string>
     9 	<key>CFBundleExecutable</key>
     9     <key>CFBundleExecutable</key>
    10 	<string>hedgewars</string>
    10     <string>hedgewars</string>
    11 	<key>CFBundleGetInfoString</key>
    11     <key>CFBundleGetInfoString</key>
    12 	<string>http://www.hedgewars.org</string>
    12     <string>http://www.hedgewars.org</string>
    13 	<key>CFBundleIconFile</key>
    13     <key>CFBundleIconFile</key>
    14 	<string>Icon.icns</string>
    14     <string>Icon.icns</string>
    15 	<key>CFBundleIdentifier</key>
    15     <key>CFBundleIdentifier</key>
    16 	<string>org.hedgewars.desktop</string>
    16     <string>org.hedgewars.desktop</string>
    17 	<key>CFBundlePackageType</key>
    17     <key>CFBundlePackageType</key>
    18 	<string>APPL</string>
    18     <string>APPL</string>
    19 	<key>CFBundleSignature</key>
    19     <key>CFBundleSignature</key>
    20 	<string>Hedge</string>
    20     <string>Hedge</string>
    21 	<key>CFBundleVersion</key>
    21     <key>CFBundleVersion</key>
    22 	<string>${HEDGEWARS_REVISION}</string>
    22     <string>${HEDGEWARS_REVISION}</string>
    23 	<key>CFBundleShortVersionString</key>
    23     <key>CFBundleShortVersionString</key>
    24 	<string>${HEDGEWARS_VERSION}</string>
    24     <string>${HEDGEWARS_VERSION}</string>
    25 	<key>NSHumanReadableCopyright</key>
    25     <key>NSHumanReadableCopyright</key>
    26 	<string>Copyright © 2004-2012, Hedgewars Project</string>
    26     <string>Copyright © 2004-2012, Hedgewars Project</string>
    27 	<key>NSAppleScriptEnabled</key>
    27     <key>NSAppleScriptEnabled</key>
    28 	<false/>
    28     <false/>
    29 	<key>LSRequiresNativeExecution</key>
    29     <key>LSRequiresNativeExecution</key>
    30 	<true/>
    30     <true/>
    31 	<key>LSMinimumSystemVersionByArchitecture</key>
    31     <key>LSMinimumSystemVersionByArchitecture</key>
    32 	<dict>
    32     <dict>
    33 		<key>x86_64</key>
    33         <key>x86_64</key>
    34 		<string>10.6.0</string>
    34         <string>10.6.0</string>
    35 		<key>i386</key>
    35         <key>i386</key>
    36 		<string>10.4.0</string>
    36         <string>10.4.0</string>
    37 		<key>ppc</key>
    37         <key>ppc</key>
    38 		<string>10.4.0</string>
    38         <string>10.4.0</string>
    39 	</dict>
    39     </dict>
    40 	<key>LSArchitecturePriority</key>
    40     <key>LSArchitecturePriority</key>
    41 	<array>
    41     <array>
    42 		<string>x86_64</string>
    42         <string>x86_64</string>
    43 		<string>i386</string>
    43         <string>i386</string>
    44 		<string>ppc</string>
    44         <string>ppc</string>
    45 	</array>
    45     </array>
    46 	<key>LSMinimumSystemVersion</key>
    46     <key>LSMinimumSystemVersion</key>
    47 	<string>${minimum_macosx_version}</string>
    47     <string>${minimum_macosx_version}</string>
    48 	<key>SUPublicDSAKeyFile</key>
    48     <key>SUPublicDSAKeyFile</key>
    49 	<string>dsa_pub.pem</string>
    49     <string>dsa_pub.pem</string>
    50 	<key>SUFeedURL</key>
    50     <key>SUFeedURL</key>
    51 	<string>http://www.hedgewars.org/download/appcast.xml</string>
    51     <string>http://www.hedgewars.org/download/appcast.xml</string>
    52 	<key>CFBundleLocalizations</key>
    52     <key>CFBundleLocalizations</key>
    53 	<array>
    53     <array>
    54 		<string>ar</string>
    54         <string>ar</string>
    55 		<string>bg</string>
    55         <string>bg</string>
    56 		<string>cs</string>
    56         <string>cs</string>
    57 		<string>da</string>
    57         <string>da</string>
    58 		<string>de</string>
    58         <string>de</string>
    59 		<string>el</string>
    59         <string>el</string>
    60 		<string>en</string>
    60         <string>en</string>
    61 		<string>es</string>
    61         <string>es</string>
    62 		<string>fi</string>
    62         <string>fi</string>
    63 		<string>fr</string>
    63         <string>fr</string>
    64 		<string>gl</string>
    64         <string>gl</string>
    65 		<string>hu</string>
    65         <string>hu</string>
    66 		<string>it</string>
    66         <string>it</string>
    67 		<string>ja</string>
    67         <string>ja</string>
    68 		<string>ko</string>
    68         <string>ko</string>
    69 		<string>lt</string>
    69         <string>lt</string>
    70 		<string>nl</string>
    70         <string>nl</string>
    71 		<string>pl</string>
    71         <string>pl</string>
    72 		<string>pt_BR</string>
    72         <string>pt_BR</string>
    73 		<string>pt_PT</string>
    73         <string>pt_PT</string>
    74 		<string>ro</string>
    74         <string>ro</string>
    75 		<string>ru</string>
    75         <string>ru</string>
    76 		<string>sk</string>
    76         <string>sk</string>
    77 		<string>sv</string>
    77         <string>sv</string>
    78 		<string>tr_TR</string>
    78         <string>tr_TR</string>
    79 		<string>uk</string>
    79         <string>uk</string>
    80 		<string>zh_CN</string>
    80         <string>zh_CN</string>
    81 		<string>zh_TW</string>
    81         <string>zh_TW</string>
    82 	</array>
    82     </array>
    83 	<key>UTExportedTypeDeclarations</key>
    83     <key>UTExportedTypeDeclarations</key>
    84 	<array>
    84     <array>
    85 		<dict>
    85         <dict>
    86 			<key>UTTypeIdentifier</key>
    86             <key>UTTypeIdentifier</key>
    87 			<string>org.hedgewars.desktop.hws</string>
    87             <string>org.hedgewars.desktop.hws</string>
    88 			<key>UTTypeReferenceURL</key>
    88             <key>UTTypeReferenceURL</key>
    89 			<string>http://www.hedgewars.org/demos/</string>
    89             <string>http://www.hedgewars.org/demos/</string>
    90 			<key>UTTypeDescription</key>
    90             <key>UTTypeDescription</key>
    91 			<string>Hedgewars Save Game</string>
    91             <string>Hedgewars Save Game</string>
    92 			<key>UTTypeIconFile</key>
    92             <key>UTTypeIconFile</key>
    93 			<string>public.text.icns</string>
    93             <string>public.text.icns</string>
    94 			<key>UTTypeConformsTo</key>
    94             <key>UTTypeConformsTo</key>
    95 			<array>
    95             <array>
    96 				<string>public.data</string>
    96                 <string>public.data</string>
    97 			</array>
    97             </array>
    98 			<key>UTTypeTagSpecification</key>
    98             <key>UTTypeTagSpecification</key>
    99 			<dict>
    99             <dict>
   100 				<key>public.filename-extension</key>
   100                 <key>public.filename-extension</key>
   101 				<array>
   101                 <array>
   102 					<string>hws</string>
   102                     <string>hws</string>
   103 				</array>
   103                 </array>
   104 				<key>public.mime-type</key>
   104                 <key>public.mime-type</key>
   105 				<string>application/x-hedgewars-save</string>
   105                 <string>application/x-hedgewars-save</string>
   106 			</dict>
   106             </dict>
   107 		</dict>
   107         </dict>
   108 		<dict>
   108         <dict>
   109 			<key>UTTypeIdentifier</key>
   109             <key>UTTypeIdentifier</key>
   110 			<string>org.hedgewars.desktop.hwd</string>
   110             <string>org.hedgewars.desktop.hwd</string>
   111 			<key>UTTypeReferenceURL</key>
   111             <key>UTTypeReferenceURL</key>
   112 			<string>http://www.hedgewars.org/demos/</string>
   112             <string>http://www.hedgewars.org/demos/</string>
   113 			<key>UTTypeIconFile</key>
   113             <key>UTTypeIconFile</key>
   114 			<string>public.text.icns</string>
   114             <string>public.text.icns</string>
   115 			<key>UTTypeDescription</key>
   115             <key>UTTypeDescription</key>
   116 			<string>Hedgewars Demo Game</string>
   116             <string>Hedgewars Demo Game</string>
   117 			<key>UTTypeConformsTo</key>
   117             <key>UTTypeConformsTo</key>
   118 			<array>
   118             <array>
   119 				<string>public.data</string>
   119                 <string>public.data</string>
   120 			</array>
   120             </array>
   121 			<key>UTTypeTagSpecification</key>
   121             <key>UTTypeTagSpecification</key>
   122 			<dict>
   122             <dict>
   123 				<key>public.filename-extension</key>
   123                 <key>public.filename-extension</key>
   124 				<array>
   124                 <array>
   125 					<string>hwd</string>
   125                     <string>hwd</string>
   126 				</array>
   126                 </array>
   127 				<key>public.mime-type</key>
   127                 <key>public.mime-type</key>
   128 				<string>application/x-hedgewars-demo</string>
   128                 <string>application/x-hedgewars-demo</string>
   129 			</dict>
   129             </dict>
   130 		</dict>
   130         </dict>
   131 	</array>
   131     </array>
   132 	<key>CFBundleDocumentTypes</key>
   132     <key>CFBundleDocumentTypes</key>
   133 	<array>
   133     <array>
   134 		<dict>
   134         <dict>
   135 			<key>CFBundleTypeIconFile</key>
   135             <key>CFBundleTypeIconFile</key>
   136 			<string>hwico.icns</string>
   136             <string>hwico.icns</string>
   137 			<key>CFBundleTypeName</key>
   137             <key>CFBundleTypeName</key>
   138 			<string>Hedgewars Savefile</string>
   138             <string>Hedgewars Savefile</string>
   139 			<key>LSItemContentTypes</key>
   139             <key>LSItemContentTypes</key>
   140 			<array>
   140             <array>
   141 				<string>org.hedgewars.desktop.hws</string>
   141                 <string>org.hedgewars.desktop.hws</string>
   142 			</array>
   142             </array>
   143 			<key>CFBundleTypeRole</key>
   143             <key>CFBundleTypeRole</key>
   144 			<string>Editor</string>
   144             <string>Editor</string>
   145 		</dict>
   145         </dict>
   146 		<dict>
   146         <dict>
   147 			<key>CFBundleTypeIconFile</key>
   147             <key>CFBundleTypeIconFile</key>
   148 			<string>hwico.icns</string>
   148             <string>hwico.icns</string>
   149 			<key>CFBundleTypeName</key>
   149             <key>CFBundleTypeName</key>
   150 			<string>Hedgewars Demofile</string>
   150             <string>Hedgewars Demofile</string>
   151 			<key>LSItemContentTypes</key>
   151             <key>LSItemContentTypes</key>
   152 			<array>
   152             <array>
   153 				<string>org.hedgewars.desktop.hwd</string>
   153                 <string>org.hedgewars.desktop.hwd</string>
   154 			</array>
   154             </array>
   155 			<key>CFBundleTypeRole</key>
   155             <key>CFBundleTypeRole</key>
   156 			<string>Viewer</string>
   156             <string>Viewer</string>
   157 		</dict>
   157         </dict>
   158 	</array>
   158     </array>
   159 </dict>
   159 </dict>
   160 </plist>
   160 </plist>