Fix CFBundleShortVersionString and CFBundleVersion values

This commit is contained in:
Wojtek Mach 2022-01-23 20:23:52 +01:00
parent 4bc264e154
commit 88a92f8b2d

View file

@ -244,9 +244,9 @@ defmodule AppBuilder.MacOS do
<key>CFBundleDisplayName</key>
<string><%= app_name %></string>
<key>CFBundleShortVersionString</key>
<string><%= app_version %>on}</string>
<string><%= app_version %></string>
<key>CFBundleVersion</key>
<string><%= app_version %>on}</string>
<string><%= app_version %></string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIconName</key>