@@ -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
2424
2525target "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 '
2828end
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?
3232target "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 '
3434end
3535target "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 '
3737end
3838target "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 '
4040end
4141
4242post_install do |pi |
0 commit comments