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: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@204 efabe8c0-fbe8-4139-b769-b5e6d273206e
This commit is contained in:
brianl 2007-08-31 06:47:13 +00:00
parent fe8ef7be3d
commit 1cf2e73101

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,