mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 16:05:59 +08:00
Change display now to include enterprise for MacOS
Add CFBundleVersionString, this might fix the app not showing up in search. CURA-6867
This commit is contained in:
parent
50c4f777ab
commit
ca34fe2d2d
@ -253,7 +253,7 @@ class UMBUNDLE(BUNDLE):
|
|||||||
|
|
||||||
app = UMBUNDLE(
|
app = UMBUNDLE(
|
||||||
coll,
|
coll,
|
||||||
name='{{ name }}.app',
|
name='{{ display_name }}.app'.replace(" ", "-"),
|
||||||
icon={{ icon }},
|
icon={{ icon }},
|
||||||
bundle_identifier={{ osx_bundle_identifier }},
|
bundle_identifier={{ osx_bundle_identifier }},
|
||||||
version={{ version }},
|
version={{ version }},
|
||||||
@ -264,6 +264,7 @@ app = UMBUNDLE(
|
|||||||
'CFBundleExecutable': '{{ name }}',
|
'CFBundleExecutable': '{{ name }}',
|
||||||
'CFBundleInfoDictionaryVersion': '6.0',
|
'CFBundleInfoDictionaryVersion': '6.0',
|
||||||
'CFBundlePackageType': 'APPL',
|
'CFBundlePackageType': 'APPL',
|
||||||
|
'CFBundleVersionString': {{ version }},
|
||||||
'CFBundleShortVersionString': {{ short_version }},
|
'CFBundleShortVersionString': {{ short_version }},
|
||||||
'CFBundleDocumentTypes': [{
|
'CFBundleDocumentTypes': [{
|
||||||
'CFBundleTypeRole': 'Viewer',
|
'CFBundleTypeRole': 'Viewer',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user