From 1cf2e73101c06772ebf6a750fffd9469ac7833de Mon Sep 17 00:00:00 2001 From: brianl Date: Fri, 31 Aug 2007 06:47:13 +0000 Subject: [PATCH] - 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 --- setup_osx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_osx.py b/setup_osx.py index afe737fb..c0266675 100644 --- a/setup_osx.py +++ b/setup_osx.py @@ -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,