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:
parent
fe8ef7be3d
commit
1cf2e73101
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