Skip to content

Commit

Permalink
fix: update package.swift checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
jiananMars committed Oct 23, 2022
1 parent 5b5355f commit ecd47ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Authing/Authing/Util/Util.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public enum ErrorCode: Int {
case .socialLogin:
return "Social login failed"
case .user:
return "user is nil"
return "User is nil"
case .exchangeToken:
return "exchangeToken is nil"
return "ExchangeToken is nil"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.binaryTarget(
name: "Authing",
url: "https://github.com/Authing/authing-ios-sdk-v3/releases/download/1.0.0/Authing.xcframework.zip",
checksum: "55e87251a8affdf0bb81dc2b33070c53fb0c8149c3661d00ffdb2402749d7f23"
checksum: "a5606e64d470eef06771fae771892e44de0e1dd589039411caaa600fc9ec8e57"
)
]
)
Expand Down

0 comments on commit ecd47ed

Please sign in to comment.