fix(ui): links to ios
This commit is contained in:
parent
fd62c18e11
commit
a97bb50106
1 changed files with 2 additions and 2 deletions
|
|
@ -7,11 +7,11 @@ import { CopyButton } from 'UI';
|
|||
|
||||
const installationCommand = `
|
||||
// Cocoapods
|
||||
pod 'OpenReplay', '~> 1.0.0'
|
||||
pod 'Openreplay', '~> 1.0.5'
|
||||
|
||||
// Swift Package Manager
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/openreplay/ios.git", from: "1.0.0"),
|
||||
.package(url: "https://github.com/openreplay/ios-tracker.git", from: "1.0.5"),
|
||||
]
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue