Skip to content
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

Open
fancymax opened this issue Oct 17, 2017 · 1 comment
Open

Support macOS App? #18

fancymax opened this issue Oct 17, 2017 · 1 comment

Comments

@fancymax
Copy link

fancymax commented Oct 17, 2017

plan to support macOS App?

@fancymax fancymax changed the title Support macOS? Support macOS App? Oct 17, 2017
@krzysztofzablocki
Copy link
Owner

krzysztofzablocki commented Oct 17, 2017

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
Projects
None yet
Development

No branches or pull requests

2 participants