Skip to content

Commit

Permalink
Merge pull request #562 from igorescodro/less/cocoa
Browse files Browse the repository at this point in the history
🔥 Remove even more CocoaPods
  • Loading branch information
igorescodro authored Aug 31, 2023
2 parents 6d8eb55 + 6bebb53 commit 0dd67be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 63 deletions.
16 changes: 0 additions & 16 deletions ios-app/Podfile.lock

This file was deleted.

14 changes: 6 additions & 8 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ import extension.commonTestDependencies
plugins {
id("com.escodro.multiplatform")
alias(libs.plugins.compose)
kotlin("native.cocoapods")
}

kotlin {
iosX64()
iosArm64()
iosSimulatorArm64()

cocoapods {
version = "1.0.0"
summary = "Alkaa Multiplatform Module"
homepage = "https://github.com/igorescodro/alkaa"
ios.deploymentTarget = "14.1"
podfile = project.file("../ios-app/Podfile")
framework {
listOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach {
it.binaries.framework {
baseName = "shared"
isStatic = true
}
Expand Down
39 changes: 0 additions & 39 deletions shared/shared.podspec

This file was deleted.

0 comments on commit 0dd67be

Please sign in to comment.