Update macos Info.plist: CFBundleName value is project's name

This commit is contained in:
TheEthicalBoy 2025-03-12 16:09:09 +01:00 committed by GitHub
parent af83c563d8
commit a38c1baae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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>