Skip to content

Commit

Permalink
removed unsafe flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ketanshikharebsft committed Dec 10, 2021
1 parent d082df0 commit 48e706f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ let package = Package(
name: "BlueShift_iOS_Extension_SDK",
dependencies: [],
path: "BlueShift-iOS-Extension-SDK",
publicHeadersPath: "include",
linkerSettings: [
.unsafeFlags(["-Xlinker", "-no_application_extension"])
]
publicHeadersPath: "include"
)
]
)

0 comments on commit 48e706f

Please sign in to comment.