1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

- change CFBundleIdentifier to the correct pysolfc UTI

git-svn-id: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@204 39dd0a4e-7c14-0410-91b3-c4f2d318f732
This commit is contained in:
brianl 2007-08-31 06:47:13 +00:00
parent 2467a93920
commit 670e485e7a

View file

@ -56,7 +56,7 @@ PLIST = dict(
CFBundleExecutable = PACKAGE,
CFBundleDisplayName = PACKAGE,
CFBundleGetInfoString = GETINFO_STRING,
CFBundleIdentifier = 'org.pysol.PySol',
CFBundleIdentifier = 'net.sourceforge.pysolfc',
CFBundleName = PACKAGE,
CFBundleVersion = '%s' % VERSION,
CFBundleShortVersionString = '%s' % VERSION,