Skip to content

Commit 29d30e3

Browse files
committed
Add CFBundlePackageType="BNDL" to the Info.plist of built components ACI0105955
so that notarized components work correctly
1 parent b6670c5 commit 29d30e3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Build4D/Project/Sources/Classes/Component.4dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Function _setAppOptions() : Boolean
4848

4949
$appInfo.NSHumanReadableCopyright:=This.settings.versioning.copyright
5050

51+
$appInfo.CFBundlePackageType:="BNDL"
52+
5153
$infoFile.setAppInfo($appInfo)
5254

5355

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"version": 2100,
3+
"dependencies": {}
4+
}

0 commit comments

Comments
 (0)