Merge pull request #3 from Deadpikle/patch-1

Fix CFBundlePackageType (AAPL to APPL)
This commit is contained in:
Dariusz Komosiński 2021-05-16 18:44:43 +02:00 коммит произвёл GitHub
Родитель 8e60a2357e 8bdfffed39
Коммит a3a6db0dc7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -107,7 +107,7 @@ Instead of specifying `CFBundleDisplayName`, etc., on the command line, you can
<CFBundleDisplayName>MyBestThingEver</CFBundleDisplayName>
<CFBundleIdentifier>com.example</CFBundleIdentifier>
<CFBundleVersion>1.0.0</CFBundleVersion>
<CFBundlePackageType>AAPL</CFBundlePackageType>
<CFBundlePackageType>APPL</CFBundlePackageType>
<CFBundleSignature>????</CFBundleSignature>
<CFBundleExecutable>AppName</CFBundleExecutable>
<CFBundleIconFile>AppName.icns</CFBundleIconFile> <!-- Will be copied from output directory -->