Skip to content

Commit

Permalink
Merge pull request #5 from skiptools/enablebridging
Browse files Browse the repository at this point in the history
Re-enable bridging
  • Loading branch information
aabewhite authored Dec 23, 2024
2 parents 674914d + b042e87 commit cf8135d
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 cf8135d

Please sign in to comment.