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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ IFTTT SDK is a iOS library in Swift that allows your users to activate programma
33
33
34
34
35
35
### 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`.
37
38
38
39
### CocoaPods
39
40
@@ -63,10 +64,10 @@ github "IFTTT/ConnectSDK-iOS"
63
64
- 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.
64
65
- In the tab bar at the top of that window, open the “General” panel.
65
66
- 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.
67
68
- And that’s it!
68
69
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.
0 commit comments