Skip to content

Commit ebcf816

Browse files
committed
Update library dependency version
Signed-off-by: Andy Liu <[email protected]>
1 parent 5ebe06d commit ebcf816

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ playground.xcworkspace
3939
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
4040
# Packages/
4141
# Package.pins
42-
# Package.resolved
42+
Package.resolved
4343
# *.xcodeproj
4444
#
4545
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
@@ -88,3 +88,5 @@ fastlane/test_output
8888
# https://github.com/johnno1962/injectionforxcode
8989

9090
iOSInjectionProject/
91+
92+
.DS_Store

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
2222
// .package(url: /* package url */, from: "1.0.0"),
23-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1"))
23+
.package(url: "https://github.com/madmachineio/SwiftIO.git", from: "0.0.1")
2424
],
2525
targets: [
2626
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)