Skip to content

Commit

Permalink
Merge pull request #4 from skiptools/nobridge
Browse files Browse the repository at this point in the history
Disable bridging in Keychain
  • Loading branch information
aabewhite authored Dec 13, 2024
2 parents 7287e5b + a4111ea commit 674914d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ let package = Package(
]
)

if ProcessInfo.processInfo.environment["SKIP_BRIDGE"] ?? "0" != "0" {
package.dependencies += [.package(url: "https://source.skip.tools/skip-bridge.git", "0.0.0"..<"2.0.0")]
package.targets.forEach({ target in
target.dependencies += [.product(name: "SkipBridge", package: "skip-bridge")]
})
}
//if ProcessInfo.processInfo.environment["SKIP_BRIDGE"] ?? "0" != "0" {
// package.dependencies += [.package(url: "https://source.skip.tools/skip-bridge.git", "0.0.0"..<"2.0.0")]
// package.targets.forEach({ target in
// target.dependencies += [.product(name: "SkipBridge", package: "skip-bridge")]
// })
//}
4 changes: 2 additions & 2 deletions Sources/SkipKeychain/Skip/skip.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Configuration file for https://skip.tools project
#
# Kotlin dependencies and Gradle build options for this module can be configured here
skip:
bridging: true
#skip:
# bridging: true

build:
contents:
Expand Down

0 comments on commit 674914d

Please sign in to comment.