We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb92cf4 commit e127a94Copy full SHA for e127a94
Package.swift
@@ -6,8 +6,8 @@ let package = Package(
6
name: "GIO",
7
products: [ .library(name: "GIO", targets: ["GIO"]) ],
8
dependencies: [
9
- .package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
10
- .package(url: "https://github.com/rhx/SwiftGObject.git", branch: "development"),
+ .package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
+ .package(url: "https://github.com/rhx/SwiftGObject.git", branch: "main"),
11
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
12
],
13
targets: [
0 commit comments