Update macos Info.plist: CFBundleName value is project's name
This commit is contained in:
parent
af83c563d8
commit
a38c1baae6
|
|
@ -13,7 +13,7 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<string>{{ cookiecutter.project_name }}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
@ -59,4 +59,4 @@
|
|||
{% endmacro -%}
|
||||
{{ render_dict(cookiecutter.options.info_plist) }}
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Reference in New Issue