LandryNorris / MultiFactor

MultiFactor Authentication app
Apache License 2.0
5 stars 0 forks source link

Fix sync failing on non-Mac host #43

Closed LandryNorris closed 1 month ago

LandryNorris commented 1 month ago

Previously, swift-klib-plugin would always register a task to create cinterops. Since Linux doesn't have xcrun, the task would fail. The latest version of the plugin skips this on non-mac hosts.