Skip to content

Commit aae8752

Browse files
Updated the README to reflect the new name for User Profile.
1 parent 5423876 commit aae8752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on JSONModel master branch unnecessary.
5555
OptimizelySDKDatafileManager.framework
5656
OptimizelySDKEventDispatcher.framework
5757
OptimizelySDKShared.framework
58-
OptimizelySDKUserProfile.framework<
58+
OptimizelySDKUserProfileService.framework<
5959
OptimizelySDK\<platform\>.framework</pre>
6060

6161
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:
@@ -69,7 +69,7 @@ on JSONModel master branch unnecessary.
6969
```$(SRCROOT)/Carthage/Build/<platform>/OptimizelySDKDatafileManager.framework```
7070
```$(SRCROOT)/Carthage/Build/<platform>/OptimizelySDKEventDispatcher.framework```
7171
```$(SRCROOT)/Carthage/Build/<platform>/OptimizelySDKShared.framework```
72-
```$(SRCROOT)/Carthage/Build/<platform>/OptimizelySDKUserProfile.framework```
72+
```$(SRCROOT)/Carthage/Build/<platform>/OptimizelySDKUserProfileService.framework```
7373
```$(SRCROOT)/Carthage/Build/<platform>/OptimizelySDK<platform>.framework```</pre>
7474

7575
Futher installation instructions for Carthage: https://github.com/Carthage/Carthage
@@ -81,7 +81,7 @@ The universal framework can be used in an application without the need for a thi
8181
```OptimizelySDKShared```
8282
```OptimizelySDKDatafileManager```
8383
```OptimizelySDKEventDispatcher```
84-
```OptimzielySDKUserProfile```</pre>
84+
```OptimzielySDKUserProfileService```</pre>
8585

8686
The framework also embeds its third-party dependencies:<pre>
8787
```FMDB```

0 commit comments

Comments
 (0)