File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,21 @@ compose.desktop {
5252 packageVersion = " 8.4.6"
5353 description = " Note app with encryption"
5454 copyright = " © 2023 SoftArtDev"
55- macOS.iconFile.set(project.file(" src/jvmMain/resources/app_icon.icns" ))
55+ macOS {
56+ bundleID = " com.softartdev.notedelight.desktop"
57+ signing {
58+ sign.set(true )
59+ identity.set(" Artur Babichev" )
60+ keychain.set(" ${System .getProperty(" user.home" )} /Library/Keychains/app-signing-db" )
61+ }
62+ notarization {
63+ val providers = project.providers
64+ appleID.set(providers.environmentVariable(" NOTARIZATION_APPLE_ID" ))
65+ password.set(providers.environmentVariable(" NOTARIZATION_PASSWORD" ))
66+ teamID.set(providers.environmentVariable(" NOTARIZATION_TEAM_ID" ))
67+ }
68+ iconFile.set(project.file(" src/jvmMain/resources/app_icon.icns" ))
69+ }
5670 windows.iconFile.set(project.file(" src/jvmMain/resources/app_icon.ico" ))
5771 linux.iconFile.set(project.file(" src/jvmMain/resources/app_icon.png" ))
5872 modules(" java.sql" )
You can’t perform that action at this time.
0 commit comments