Skip to content

Commit 3be0099

Browse files
committed
Updating readme for upgrade guide
1 parent 4aa6f71 commit 3be0099

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ pod 'IFTTTConnectSDK'
5252
github "IFTTT/ConnectSDK-iOS"
5353
```
5454

55+
After generating the framework using Carthage, drag and drop the library or framework to the "Frameworks, Libraries, and Embedded Content" section of the target within the XCode project settings.
56+
57+
#### Upgrading to 2.6.0
58+
59+
When using Carthage with SDK versions prior to 2.6.0, the outputted build artifiact had the name `IFTTT_SDK.*`. However, starting with 2.6.0, the outputted Carthage build artifact will have the name `IFTTTConnectSDK.*`. You will need to remove the existing `IFTTT_SDK.*` file and replace it with the newly generated `IFTTTConnectSDK.*` file.
60+
5561
### Manually
5662

5763
#### Embedded Framework

0 commit comments

Comments
 (0)