File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/collections/_documentation/clients/cocoa Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ platform :ios, '8.0'
28
28
use_frameworks!
29
29
30
30
target ' YourApp' do
31
- pod ' Sentry' , :git => ' https://github.com/getsentry/sentry-cocoa.git' , :tag => ' 4.1.0 '
31
+ pod ' Sentry' , :git => ' https://github.com/getsentry/sentry-cocoa.git' , :tag => ' {% sdk_version sentry.cocoa %} '
32
32
end
33
33
```
34
34
@@ -37,7 +37,7 @@ Afterwards run `pod install`. In case you encounter problems with dependencies a
37
37
To integrate Sentry into your Xcode project using Carthage, specify it in your _ Cartfile_ :
38
38
39
39
``` ruby
40
- github " getsentry/sentry-cocoa" " 4.1.0 "
40
+ github " getsentry/sentry-cocoa" " {% sdk_version sentry.cocoa %} "
41
41
```
42
42
43
43
Run ` carthage update ` to download the framework and drag the built _ Sentry.framework_ into your Xcode project.
You can’t perform that action at this time.
0 commit comments