From 670e485e7a70247c664e530be6b0375c398c71eb 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: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@204 39dd0a4e-7c14-0410-91b3-c4f2d318f732 --- 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,