Skip to content

Commit 8467fe0

Browse files
chore: change repo references (#131)
1 parent 050a68f commit 8467fe0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ This gives you warnings in the console when you have any data races.
416416

417417
## Installation
418418

419-
Follow the following steps in order to install the unleash-proxy-client-swift:
419+
Follow the following steps in order to install the unleash-ios-sdk:
420420

421421
1. In your Xcode project go to File -> Swift Packages -> Add Package Dependency
422422
2. Supply the link to this repository
@@ -427,7 +427,7 @@ Once you're done, you should see SwiftEventBus and UnleashProxyClientSwift liste
427427

428428

429429
## Upgrade guide from 1.x -> 2.x
430-
In 2.0.0 the StorageProvider public interface [was changed](https://github.com/Unleash/unleash-proxy-client-swift/pull/113) to be more in line with other SDKs. Specifically the set method was changed to accept all flags at once. It now has the following interface:
430+
In 2.0.0 the StorageProvider public interface [was changed](https://github.com/Unleash/unleash-ios-sdk/pull/113) to be more in line with other SDKs. Specifically the set method was changed to accept all flags at once. It now has the following interface:
431431
```
432432
func set(values: [String: Toggle])
433433
```

UnleashProxyClientSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec.author = { "author" => "fredrik@getunleash.io" }
88
spec.documentation_url = "https://docs.getunleash.io/sdks/proxy-ios"
99
spec.platforms = { :ios => "12.0", :osx => "10.15" }
1010
spec.swift_version = "5.1"
11-
spec.source = { :git => "https://github.com/Unleash/unleash-proxy-client-swift.git", :tag => "#{spec.version}" }
11+
spec.source = { :git => "https://github.com/Unleash/unleash-ios-sdk.git", :tag => "#{spec.version}" }
1212
spec.source_files = "Sources/UnleashProxyClientSwift/**/*.swift"
1313
spec.xcconfig = { "SWIFT_VERSION" => "$(inherited)" }
1414
spec.dependency 'SwiftEventBus'

0 commit comments

Comments
 (0)