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>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>$(PRODUCT_NAME)</string>
|
<string>{{ cookiecutter.project_name }}</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
|
|
@ -59,4 +59,4 @@
|
||||||
{% endmacro -%}
|
{% endmacro -%}
|
||||||
{{ render_dict(cookiecutter.options.info_plist) }}
|
{{ render_dict(cookiecutter.options.info_plist) }}
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue