Skip to content

Commit 6cb3c75

Browse files
authored
fix: Cocoa version from release registry (#844)
1 parent d7b5f44 commit 6cb3c75

File tree

1 file changed

+2
-2
lines changed
  • src/collections/_documentation/clients/cocoa

1 file changed

+2
-2
lines changed

src/collections/_documentation/clients/cocoa/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ platform :ios, '8.0'
2828
use_frameworks!
2929

3030
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 %}'
3232
end
3333
```
3434

@@ -37,7 +37,7 @@ Afterwards run `pod install`. In case you encounter problems with dependencies a
3737
To integrate Sentry into your Xcode project using Carthage, specify it in your _Cartfile_:
3838

3939
```ruby
40-
github "getsentry/sentry-cocoa" "4.1.0"
40+
github "getsentry/sentry-cocoa" "{% sdk_version sentry.cocoa %}"
4141
```
4242

4343
Run `carthage update` to download the framework and drag the built _Sentry.framework_ into your Xcode project.

0 commit comments

Comments
 (0)