File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Sources/SkipKeychain/Skip Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ let package = Package(
2424 ]
2525)
2626
27- // if ProcessInfo.processInfo.environment["SKIP_BRIDGE"] ?? "0" != "0" {
28- // package.dependencies += [.package(url: "https://source.skip.tools/skip-bridge.git", "0.0.0"..<"2.0.0")]
29- // package.targets.forEach({ target in
30- // target.dependencies += [.product(name: "SkipBridge", package: "skip-bridge")]
31- // })
32- // }
27+ if ProcessInfo . processInfo. environment [ " SKIP_BRIDGE " ] ?? " 0 " != " 0 " {
28+ package . dependencies += [ . package ( url: " https://source.skip.tools/skip-bridge.git " , " 0.0.0 " ..< " 2.0.0 " ) ]
29+ package . targets. forEach ( { target in
30+ target. dependencies += [ . product( name: " SkipBridge " , package : " skip-bridge " ) ]
31+ } )
32+ }
Original file line number Diff line number Diff line change 11# Configuration file for https://skip.tools project
22#
33# Kotlin dependencies and Gradle build options for this module can be configured here
4- # skip:
5- # bridging: true
4+ skip :
5+ bridging : true
66
77build :
88 contents :
You can’t perform that action at this time.
0 commit comments