Skip to content
Merged
Show file tree
Hide file tree
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
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
Loading