-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support macOS App? #18
Labels
Comments
This approach works there but the Dashboard won't as its UIKit based, we'd need someone that has macOS experience to just build the macOS variant of Dashboard UI. I'd be happy to accept PR with that |
krzysztofzablocki
pushed a commit
that referenced
this issue
Nov 22, 2019
* Fix SwiftPM support for iOS Including the iOS specific UI using the `#if os(iOS) ... #else ... #endif` doesn’t work as the manifest is compiled for the host platform (see https://forums.swift.org/t/exclude-directories-per-platform-not-working/29418). For now only iOS is supported with SwiftPM. * Update podspec for iOS and macOS support CocoaPods can now be used to integrate `LifetimeTracker` into iOS and macOS apps. The iOS specific UI is excluded for macOS. At some point there might be a macOS specific dashboard UI #18. * Update examples to use latest podspec
krzysztofzablocki
pushed a commit
that referenced
this issue
Nov 22, 2019
* Fix SwiftPM support for iOS Including the iOS specific UI using the `#if os(iOS) ... #else ... #endif` doesn’t work as the manifest is compiled for the host platform (see https://forums.swift.org/t/exclude-directories-per-platform-not-working/29418). For now only iOS is supported with SwiftPM. * Update podspec for iOS and macOS support CocoaPods can now be used to integrate `LifetimeTracker` into iOS and macOS apps. The iOS specific UI is excluded for macOS. At some point there might be a macOS specific dashboard UI #18. * Update examples to use latest podspec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plan to support macOS App?
The text was updated successfully, but these errors were encountered: