Skip to content

fix: Cocoa version from release registry #844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/collections/_documentation/clients/cocoa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ platform :ios, '8.0'
use_frameworks!

target 'YourApp' do
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '4.1.0'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '{% sdk_version sentry.cocoa %}'
end
```

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

```ruby
github "getsentry/sentry-cocoa" "4.1.0"
github "getsentry/sentry-cocoa" "{% sdk_version sentry.cocoa %}"
```

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