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
### Install via [Carthage](https://github.com/Carthage/Carthage)
8
+
9
+
* Create a `Cartfile` with the following specification and run `carthage update`.
10
+
11
+
```
12
+
github "polydice/ICInputAccessory"
13
+
```
14
+
15
+
* On your application targets' **General** settings tab, in the **Linked Frameworks and Libraries** section, drag and drop `ICInputAccessory.framework` from the Carthage/Build directory.
16
+
17
+
* On your application targets’ **Build Phases** settings tab, click the **+** icon and choose **New Run Script Phase**. Create a Run Script with the following contents:
0 commit comments