Skip to content

Commit 6fe432f

Browse files
committed
clean code
- Deleted the `Expected-Info.plist` which verified now-removed properties. - Removed `extraInfoPlistKeys` and file association configurations from the test's `build.gradle.kts`.
1 parent 67ec86b commit 6fe432f

File tree

2 files changed

+0
-139
lines changed

2 files changed

+0
-139
lines changed

gradle-plugins/compose/src/test/test-projects/application/macLayeredIcon/Expected-Info.plist

Lines changed: 0 additions & 123 deletions
This file was deleted.

gradle-plugins/compose/src/test/test-projects/application/macLayeredIcon/build.gradle.kts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ plugins {
88
id("org.jetbrains.compose")
99
}
1010

11-
val extraInfoPlistKeys = """
12-
<key>CFBundleURLTypes</key>
13-
<array>
14-
<dict>
15-
<key>CFBundleURLName</key>
16-
<string>Example URL</string>
17-
<key>CFBundleURLSchemes</key>
18-
<array>
19-
<string>exampleUrl</string>
20-
</array>
21-
</dict>
22-
</array>"""
23-
2411
kotlin {
2512

2613
jvm()
@@ -70,9 +57,6 @@ compose.desktop {
7057
macOS {
7158
dockName = "CustomDockName"
7259
minimumSystemVersion = "12.0"
73-
infoPlist {
74-
extraKeysRawXml = extraInfoPlistKeys
75-
}
7660
iconFile.set(project.file("subdir/Kotlin_icon_big.icns"))
7761
layeredIconDir.set(project.file("subdir/kotlin_icon_big.icon"))
7862
}

0 commit comments

Comments
 (0)