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
2. Copy the `SwiftEventHandler.xcodeproj` and `SwiftEventHandler` in your project;
13
+
3. Embed the `SwiftEventHandler.xcodeproj` in your Xcode project. [This tutorial](https://medium.com/flawless-app-stories/getting-started-with-reusable-frameworks-for-ios-development-f00d74827d11) can help you do that.
14
+
15
+
## With Swift Package Manager
16
+
1. Create a file `Package.swift` in the root folder of your project if it doesn't exist already;
17
+
2. In the `Package.swift` file, specify the `SwiftEventHandler` dependency. Here's what a new `Package.swift` file may contain:
0 commit comments