-
Notifications
You must be signed in to change notification settings - Fork 3
Support macOS #5
Comments
This would be a very welcome addition! I've never done anything with macOS native targets so I'm not quite sure what all would be required to get this enabled, but I would gladly accept a PR to get it set up. This project is set up already to use HMPP, so is there a sourceSet that would be able to service both iOS and native macOS targets, or would it just need a new one specifically for macOS? |
Looking at the Kermit lib they managed to define a single I think it should be easy for you to add the macOS target. Implementation can be the same. |
Cool, yeah I was hoping it would be pretty easy for that. Do you mind pushing that branch up somewhere so I can take a look? It should be pretty easy for me to get that integrated and released (probably sometime this weekend) |
Change the build.gradle.kts like this: https://github.com/AshStefanOltmann/clog/commit/46ccbd0e6a5615240ad13a0555f36e06d5af8e44 And copy That should be all that's needed. |
In addition to the iOS target I would also need logging support on macOS (macosX64 target).
The text was updated successfully, but these errors were encountered: