Skip to content

Commit

Permalink
chore(ios): bump SFSafeSymbols to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Jul 12, 2024
1 parent e4f035c commit c525b52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SFSafeSymbols/SFSafeSymbols.git",
"state" : {
"revision" : "afd0a1da4ed62bab1413caa6dd6b60a7a7089ed2",
"version" : "5.2.0"
"revision" : "e2e28f4e56e1769c2ec3c61c9355fc64eb7a535a",
"version" : "5.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion ios/Approach/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ let package = Package(
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.17.1"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", from: "1.1.2"),
.package(url: "https://github.com/RevenueCat/purchases-ios.git", from: "4.37.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", from: "5.2.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", from: "5.3.0"),
.package(url: "https://github.com/weichsel/ZIPFoundation.git", from: "0.9.18"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion ios/Approach/Package.swift.toml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ from = "4.37.0"

[dependencies.SFSafeSymbols]
url = "https://github.com/SFSafeSymbols/SFSafeSymbols.git"
from = "5.2.0"
from = "5.3.0"

[dependencies.Sentry]
url = "https://github.com/getsentry/sentry-cocoa.git"
Expand Down

0 comments on commit c525b52

Please sign in to comment.