Merge pull request #3 from Deadpikle/patch-1
Fix CFBundlePackageType (AAPL to APPL)
This commit is contained in:
Коммит
a3a6db0dc7
|
@ -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 -->
|
||||
|
|
Загрузка…
Ссылка в новой задаче