Skip to content

Commit 564e596

Browse files
authored
Apply suggestion from @ncooke3
1 parent 20aca1b commit 564e596

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

Package.swift

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,17 +1667,3 @@ func isFoundationModelsSupportedPlatformSwiftSetting() -> SwiftSetting {
16671667
.when(platforms: [.iOS, .macCatalyst, .macOS, .visionOS])
16681668
)
16691669
}
1670-
1671-
func appCheckDependency() -> Package.Dependency {
1672-
let appCheckURL = "https://github.com/google/app-check.git"
1673-
1674-
if let localPath = Context.environment["FIREBASE_APP_CHECK_LOCAL_PATH"] {
1675-
return .package(path: localPath)
1676-
}
1677-
1678-
if let branch = Context.environment["FIREBASE_APP_CHECK_BRANCH"] {
1679-
return .package(url: appCheckURL, branch: branch)
1680-
}
1681-
1682-
return .package(url: appCheckURL, "11.0.1" ..< "12.0.0")
1683-
}

0 commit comments

Comments
 (0)