Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ if let env = env, String(cString: env, encoding: .utf8) == "1" {
// We can either make more extensive changes to allow it to be backwards compatible, or release them as part of a V9 release.
// For now we use this flag so that CI can compile the SPM version.
.define("SENTRY_SWIFT_PACKAGE")
],
linkerSettings: [
.unsafeFlags(["-Xlinker", "-application_extension"])
]),
.target(
name: "SentryObjc",
Expand Down
Loading