Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Dec 4, 2024
1 parent f6d6a27 commit 290d3e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sentry-samples/kmp-app-cocoapods/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ kotlin {
ios.deploymentTarget = "14.1"
podfile = project.file("../iosApp/Podfile")

pod("Sentry") {
version = Config.Libs.sentryCocoaVersion
extraOpts += listOf("-compiler-option", "-fmodules")
}

framework {
baseName = "shared"
export(project(":sentry-kotlin-multiplatform"))
Expand Down

0 comments on commit 290d3e1

Please sign in to comment.