Skip to content

OlegKetrar/EventMonitor

Repository files navigation

EventMonitor

Installation

Carthage

add to your Cartfile

github "OlegKetrar/EventMonitor" "master"

then run

carthage update --use-xcframeworks

and drag & drop Carthage/Build/EventMonitor.xcframework to your project.

Import EventMonitor (Notice the different name)

import EventMonitor

Exclusing from Release builds

Swift Package Manager

In Xcode, navigate to Build Settings > Build Options > Excluded Source File Names. For your Release configuration, set it to MonitorCore.o MonitoreCore.o Monitor.o.

excluded_spm

Carthage

In Xcode, navigate to Build Settings > Build Options > Excluded Source File Names. For your Release configuration, set it to EventMonitor*.

excluded_carthage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published