From 4d98ba3540dd74ba9dacaecac4e83d6157d55243 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 7 Jul 2022 07:07:32 +0200 Subject: Fixed missing qoutes Contributes to CURA-9365 --- Ultimaker-Cura.spec.jinja | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Ultimaker-Cura.spec.jinja') diff --git a/Ultimaker-Cura.spec.jinja b/Ultimaker-Cura.spec.jinja index 12b5b8d2c2..7609a64672 100644 --- a/Ultimaker-Cura.spec.jinja +++ b/Ultimaker-Cura.spec.jinja @@ -255,13 +255,11 @@ app = UMBUNDLE( 'CFBundleExecutable': '{{ name }}', 'CFBundleInfoDictionaryVersion': '6.0', 'CFBundlePackageType': 'APPL', - 'CFBundleShortVersionString': '{{ short_version }}', + 'CFBundleShortVersionString': {{ short_version }}, 'CFBundleDocumentTypes': [{ 'CFBundleTypeRole': 'Viewer', 'CFBundleTypeExtensions': ['*'], 'CFBundleTypeName': 'Model Files', - 'LSItemContentTypes': ['com.example.myformat'], - 'LSHandlerRank': 'Owner' }] }, ){% endif %} -- cgit v1.2.3