mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
osx: generate plist file
This commit is contained in:
parent
83bf77f4d0
commit
a1f01aca0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,6 +37,7 @@ po/Makefile.in.in
|
|||||||
po/POTFILES
|
po/POTFILES
|
||||||
po/remove-potcdate.sed
|
po/remove-potcdate.sed
|
||||||
po/stamp-*
|
po/stamp-*
|
||||||
|
osx/Info.plist
|
||||||
data/pkgconfig/hexchat-plugin.pc
|
data/pkgconfig/hexchat-plugin.pc
|
||||||
data/misc/hexchat.appdata.xml
|
data/misc/hexchat.appdata.xml
|
||||||
src/common/dbus/example
|
src/common/dbus/example
|
||||||
|
@ -838,6 +838,7 @@ src/fe-text/Makefile
|
|||||||
src/fe-gtk/Makefile
|
src/fe-gtk/Makefile
|
||||||
src/htm/Makefile
|
src/htm/Makefile
|
||||||
src/htm/thememan
|
src/htm/thememan
|
||||||
|
osx/Info.plist
|
||||||
plugins/Makefile
|
plugins/Makefile
|
||||||
plugins/python/Makefile
|
plugins/python/Makefile
|
||||||
plugins/perl/Makefile
|
plugins/perl/Makefile
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>HexChat</string>
|
<string>HexChat</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>2.9.6</string>
|
<string>@VERSION@</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>hexchat.icns</string>
|
<string>hexchat.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
@ -17,11 +17,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.9.6</string>
|
<string>@VERSION@</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2.9.6</string>
|
<string>@VERSION@</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
Loading…
Reference in New Issue
Block a user