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
17
17
up an Optimizely X project and start using the SDK.
18
18
19
19
### Requirements
20
- * iOS 8 .0+ / tvOS 9.0+
20
+ * iOS 9 .0+ / tvOS 9.0+
21
21
22
22
### Installing the SDK
23
23
@@ -59,7 +59,7 @@ Futher installation instructions for Carthage: https://github.com/Carthage/Carth
59
59
```
60
60
let optimizely = OptimizelyClient(sdkKey:"somesdkkey")
61
61
62
- if let _ try? = optimizely.initializeSDK (datafile:json) {
62
+ if let _ try? = optimizely.start (datafile:json) {
63
63
let variation = optimizely.activate(experimentKey: "background_experiment", userId: "userId", attributes: ["doubleKey":5])
64
64
65
65
let basicVariation = optimizely.track(eventKey: "sample_conversion", userId: "userId")
@@ -69,4 +69,14 @@ Futher installation instructions for Carthage: https://github.com/Carthage/Carth
69
69
### Contributing
70
70
Please see [ CONTRIBUTING] ( CONTRIBUTING.md ) .
71
71
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.
72
82
You can’t perform that action at this time.
0 commit comments