Skip to content

Commit c8dc7cc

Browse files
authored
Merge pull request #3 from ServerDriven/develop
Develop
2 parents 77075d9 + 4932936 commit c8dc7cc

File tree

7 files changed

+5
-39
lines changed

7 files changed

+5
-39
lines changed

.DS_Store

6 KB
Binary file not shown.

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.
Binary file not shown.

.swiftpm/xcode/xcuserdata/leif.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 27 deletions
This file was deleted.

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [
1919
// Dependencies declare other packages that this package depends on.
2020
// .package(url: /* package url */, from: "1.0.0"),
21-
.package(name: "ScreenData", url: "https://github.com/ServerDriven/ScreenData-swift", .branch("main"))
21+
.package(name: "ScreenData", url: "https://github.com/ServerDriven/ScreenData-swift", from: "0.2.1")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Sources/ScreenDataNavigation/ScreenDataNavigation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public struct URLScreenProvider: ScreenProviding {
6060
} catch {
6161
promise(.failure(error))
6262
}
63-
}
63+
}.resume()
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)