File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ See the [Mobile developer documentation](https://developers.optimizely.com/x/sol
1717up an Optimizely X project and start using the SDK.
1818
1919### Requirements
20- * iOS 8 .0+ / tvOS 9.0+
20+ * iOS 9 .0+ / tvOS 9.0+
2121
2222### Installing the SDK
2323
@@ -59,7 +59,7 @@ Futher installation instructions for Carthage: https://github.com/Carthage/Carth
5959```
6060 let optimizely = OptimizelyClient(sdkKey:"somesdkkey")
6161
62- if let _ try? = optimizely.initializeSDK (datafile:json) {
62+ if let _ try? = optimizely.start (datafile:json) {
6363 let variation = optimizely.activate(experimentKey: "background_experiment", userId: "userId", attributes: ["doubleKey":5])
6464
6565 let basicVariation = optimizely.track(eventKey: "sample_conversion", userId: "userId")
@@ -69,4 +69,14 @@ Futher installation instructions for Carthage: https://github.com/Carthage/Carth
6969### Contributing
7070Please see [ CONTRIBUTING] ( CONTRIBUTING.md ) .
7171
72+ ### Credits
73+
74+ First-party code (under OptimizelySwiftSDK is copyright Optimizely, Inc. and contributors, licensed under Apache 2.0.
75+
76+ ### Additional Code
77+
78+ This software incorporates code from the following open source repo:
79+
80+ MurmurHash3:https://github.com/jpedrosa/sua/blob/master/Sources/murmurhash3.swift License (Apache 2.0):https://github.com/jpedrosa/sua/blob/master/LICENSE.txt
81+ Ported to Swift4.
7282
You can’t perform that action at this time.
0 commit comments