Skip to content

Commit

Permalink
Down network version
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Oct 2, 2023
1 parent 0f9c8fc commit 7630469
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>OversizeAdsKit.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
<key>OversizeCalendarKit.xcscheme_^#shared#^_</key>
<dict>
Expand All @@ -22,7 +22,7 @@
<key>OversizeKit-Package.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
<key>OversizeKit.xcscheme_^#shared#^_</key>
<dict>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let productionDependencies: [PackageDescription.Package.Dependency] = { [
.package(url: "https://github.com/oversizedev/OversizeResources.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/hmlongco/Factory.git", .upToNextMajor(from: "2.1.3")),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image.git", .upToNextMajor(from: "2.1.1")),
.package(url: "https://github.com/oversizedev/OversizeNetwork.git", .upToNextMajor(from: "0.6.0"))
.package(url: "https://github.com/oversizedev/OversizeNetwork.git", .upToNextMajor(from: "0.4.0"))
] }()

let developmentDependencies: [PackageDescription.Package.Dependency] = { [
Expand Down

0 comments on commit 7630469

Please sign in to comment.