share/Info.plist.in
author Zorg <zorgiepoo@gmail.com>
Wed, 08 Jun 2011 03:36:54 -0400
changeset 5229 148d581b17ab
parent 5188 d0461bd6d45b
child 5250 ebde40ba67fa
permissions -rw-r--r--
Attempt to fix issue #125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     3
<plist version="1.0">
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     4
<dict>
5188
d0461bd6d45b some updates to the crossbuild system for mac
koda
parents: 4976
diff changeset
     5
	<key>LSApplicationCategoryType</key>
d0461bd6d45b some updates to the crossbuild system for mac
koda
parents: 4976
diff changeset
     6
	<string>public.app-category.strategy-games</string>
2401
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
     7
	<key>CFBundleName</key>
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
     8
	<string>Hedgewars</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     9
	<key>CFBundleExecutable</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    10
	<string>hedgewars</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    11
	<key>CFBundleGetInfoString</key>
2008
fc2fb5c938c3 Patch by koda:
unc0rr
parents: 2003
diff changeset
    12
	<string>http://www.hedgewars.org</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    13
	<key>CFBundleIconFile</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    14
	<string>Icon.icns</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    15
	<key>CFBundleIdentifier</key>
3373
c1ff724a5c34 use a proper bundle identifier
koda
parents: 2663
diff changeset
    16
	<string>org.hedgewars.desktop</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    17
	<key>CFBundlePackageType</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    18
	<string>APPL</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    19
	<key>CFBundleSignature</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    20
	<string>Hedge</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    21
	<key>CFBundleVersion</key>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    22
	<string>${HEDGEWARS_REVISION}</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    23
	<key>CFBundleShortVersionString</key>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    24
	<string>${HEDGEWARS_VERSION}</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    25
	<key>NSHumanReadableCopyright</key>
5188
d0461bd6d45b some updates to the crossbuild system for mac
koda
parents: 4976
diff changeset
    26
	<string>Copyright © 2004-2011, Hedgewars Project</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    27
	<key>NSAppleScriptEnabled</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    28
	<false/>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    29
	<key>LSRequiresNativeExecution</key>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    30
	<true/>
2663
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    31
	<key>LSMinimumSystemVersionByArchitecture</key>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    32
	<dict>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    33
		<key>x86_64</key>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    34
		<string>10.6.0</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    35
		<key>i386</key>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    36
		<string>10.4.0</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    37
		<key>ppc</key>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    38
		<string>10.4.0</string>
2663
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    39
	</dict>
2641
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    40
	<key>LSArchitecturePriority</key>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    41
	<array>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    42
		<string>x86_64</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    43
		<string>i386</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    44
		<string>ppc</string>
2641
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    45
	</array>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    46
	<key>LSMinimumSystemVersion</key>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    47
	<string>${minimum_macosx}</string>
2401
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
    48
	<key>SUPublicDSAKeyFile</key>
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
    49
	<string>dsa_pub.pem</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    50
</dict>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    51
</plist>