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:
parent
2467a93920
commit
670e485e7a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue