Skip to content

Commit 59e099f

Browse files
committed
Upgrade Sentry version
1 parent 527c695 commit 59e099f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Podfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ target "SelfControl" do
1414
pod 'TransformerKit', '~> 1.1.1'
1515
pod 'FormatterKit/TimeIntervalFormatter', '~> 1.8.0'
1616
pod 'LetsMove', '~> 1.24'
17-
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.2.10'
17+
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.3.0'
1818

1919
# Add test target
2020
target 'SelfControlTests' do
@@ -24,19 +24,19 @@ end
2424

2525
target "SelfControl Killer" do
2626
use_frameworks! :linkage => :static
27-
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.2.10'
27+
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.3.0'
2828
end
2929

3030
# we can't use_frameworks on these because they're command-line tools
3131
# Sentry says we need use_frameworks, but they seem to work OK anyway?
3232
target "SCKillerHelper" do
33-
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.2.10'
33+
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.3.0'
3434
end
3535
target "selfcontrol-cli" do
36-
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.2.10'
36+
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.3.0'
3737
end
3838
target "org.eyebeam.selfcontrold" do
39-
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.2.10'
39+
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.3.0'
4040
end
4141

4242
post_install do |pi|

0 commit comments

Comments
 (0)