You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix README errors
* fix per review
* fix doc links in README to beta doc
* fix cocoapods link and format errors
* recover old doc links until doc released
2. Run the following command: <pre>``` pod install ```</pre>
35
35
@@ -38,22 +38,18 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us
38
38
We haven't actually published to Cocoapods yet.
39
39
40
40
#### Carthage
41
-
1. Add the following lines to the _Cartfile_:<pre>
42
-
github "optimizely/swift-sdk" "master"
43
-
</pre>
41
+
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" "master"```</pre>
44
42
45
43
2. Run the following command:<pre>```carthage update```</pre>
46
44
47
-
3. Link the frameworks to your project. Go to your project target's **Link Binary With Libraries** and drag over the following from the _Carthage/Build/\<platform\>_ folder: <pre>
48
-
OptimizelySDK.framework
45
+
3. Link the frameworks to your project. Go to your project target's **Link Binary With Libraries** and drag over the following from the _Carthage/Build/\<platform\>_ folder: <pre>```OptimizelySDK.framework```</pre>
49
46
50
47
4. To ensure that proper bitcode-related files and dSYMs are copied when archiving your app, you will need to install a Carthage build script:
51
48
- Add a new **Run Script** phase in your target's **Build Phase**.</br>
0 commit comments