mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -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,
|
CFBundleExecutable = PACKAGE,
|
||||||
CFBundleDisplayName = PACKAGE,
|
CFBundleDisplayName = PACKAGE,
|
||||||
CFBundleGetInfoString = GETINFO_STRING,
|
CFBundleGetInfoString = GETINFO_STRING,
|
||||||
CFBundleIdentifier = 'org.pysol.PySol',
|
CFBundleIdentifier = 'net.sourceforge.pysolfc',
|
||||||
CFBundleName = PACKAGE,
|
CFBundleName = PACKAGE,
|
||||||
CFBundleVersion = '%s' % VERSION,
|
CFBundleVersion = '%s' % VERSION,
|
||||||
CFBundleShortVersionString = '%s' % VERSION,
|
CFBundleShortVersionString = '%s' % VERSION,
|
||||||
|
|
Loading…
Add table
Reference in a new issue