|
@@ -255,13 +255,11 @@ app = UMBUNDLE(
|
|
'CFBundleExecutable': '{{ name }}',
|
|
'CFBundleExecutable': '{{ name }}',
|
|
'CFBundleInfoDictionaryVersion': '6.0',
|
|
'CFBundleInfoDictionaryVersion': '6.0',
|
|
'CFBundlePackageType': 'APPL',
|
|
'CFBundlePackageType': 'APPL',
|
|
- 'CFBundleShortVersionString': '{{ short_version }}',
|
|
|
|
|
|
+ 'CFBundleShortVersionString': {{ short_version }},
|
|
'CFBundleDocumentTypes': [{
|
|
'CFBundleDocumentTypes': [{
|
|
'CFBundleTypeRole': 'Viewer',
|
|
'CFBundleTypeRole': 'Viewer',
|
|
'CFBundleTypeExtensions': ['*'],
|
|
'CFBundleTypeExtensions': ['*'],
|
|
'CFBundleTypeName': 'Model Files',
|
|
'CFBundleTypeName': 'Model Files',
|
|
- 'LSItemContentTypes': ['com.example.myformat'],
|
|
|
|
- 'LSHandlerRank': 'Owner'
|
|
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
){% endif %}
|
|
){% endif %}
|