Skip to content

Commit 4aa6f71

Browse files
committed
Manual installation readme update
1 parent df2f435 commit 4aa6f71

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ IFTTT SDK is a iOS library in Swift that allows your users to activate programma
3333

3434

3535
### Swift Package Manager
36-
In Xcode select File > Swift Packages > Add Package Dependency and enter the repository URL `https://github.com/IFTTT/ConnectSDK-iOS`.
36+
37+
In Xcode, select File > Swift Packages > Add Package Dependency and enter the repository URL `https://github.com/IFTTT/ConnectSDK-iOS`.
3738

3839
### CocoaPods
3940

@@ -63,10 +64,10 @@ github "IFTTT/ConnectSDK-iOS"
6364
- Next, select your application project in the Project Navigator (blue project icon) to navigate to the target configuration window and select the application target under the “Targets” heading in the sidebar.
6465
- In the tab bar at the top of that window, open the “General” panel.
6566
- Click on the `+` button under the “Embedded Binaries” section.
66-
- Select the top `IFTTT SDK.framework` for iOS.
67+
- Select the top `IFTTTConnectSDK.framework` for iOS.
6768
- And that’s it!
6869

69-
The `IFTTT SDK.framework` is automatically added as a target dependency, linked framework and embedded framework in a “Copy Files” build phase which is all you need to build on the simulator and a device.
70+
The `IFTTTConnectSDK.framework` is automatically added as a target dependency, linked framework and embedded framework in a “Copy Files” build phase which is all you need to build on the simulator and a device.
7071

7172
## Setup
7273
### Configure redirect

0 commit comments

Comments
 (0)