Skip to content

Commit

Permalink
Updating readme for upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ssathy2 committed Apr 29, 2021
1 parent 4aa6f71 commit 3be0099
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ pod 'IFTTTConnectSDK'
github "IFTTT/ConnectSDK-iOS"
```

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.

#### Upgrading to 2.6.0

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.

### Manually

#### Embedded Framework
Expand Down

0 comments on commit 3be0099

Please sign in to comment.