Skip to content

Commit e0424b9

Browse files
authored
fix: Remove linker flag no longer needed (#5559)
1 parent 409a607 commit e0424b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ if let env = env, String(cString: env, encoding: .utf8) == "1" {
6666
// We can either make more extensive changes to allow it to be backwards compatible, or release them as part of a V9 release.
6767
// For now we use this flag so that CI can compile the SPM version.
6868
.define("SENTRY_SWIFT_PACKAGE")
69-
],
70-
linkerSettings: [
71-
.unsafeFlags(["-Xlinker", "-application_extension"])
7269
]),
7370
.target(
7471
name: "SentryObjc",

0 commit comments

Comments
 (0)