diff --git a/Package.swift b/Package.swift index 9655039..2300ded 100644 --- a/Package.swift +++ b/Package.swift @@ -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")] + }) +} diff --git a/Sources/SkipKeychain/Skip/skip.yml b/Sources/SkipKeychain/Skip/skip.yml index 57a4e41..9053cbe 100644 --- a/Sources/SkipKeychain/Skip/skip.yml +++ b/Sources/SkipKeychain/Skip/skip.yml @@ -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: