expemintal samples: add forgotten isStatic=true to cocoapods.framework configuration (#2634)

This commit is contained in:
Nikita Lipsky
2023-01-13 22:05:29 +02:00
committed by GitHub
parent eba6b45df7
commit fe3284aeb5
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ kotlin {
podfile = project.file("../iosApp/Podfile")
framework {
baseName = "shared"
isStatic = true
}
extraSpecAttributes["resources"] = "['src/commonMain/resources/**', 'src/iosMain/resources/**']"
}

View File

@@ -22,6 +22,7 @@ kotlin {
podfile = project.file("../iosApp/Podfile")
framework {
baseName = "shared"
isStatic = true
}
}