I've added the release framework to my project, included the import as this:
Saw on #5 that you've mentioned macOSThemeKit but this does not appear to exists. Anyway the code compiles, so ThemeKit it is.
Then just included the sample code of the dark theme, but the project fails to load due to some Swift libraries not found, like libswiftAppKit.dylib.
Importing the ThemeKit project in my project and compiling it works, since then my app included all the Swift related frameworks. Just pointing it so Objective-c projects that do not yet use Swift code should not use the release framework, or must check all the Swift related frameworks will be added as well.
I've added the release framework to my project, included the import as this:
Saw on #5 that you've mentioned
macOSThemeKitbut this does not appear to exists. Anyway the code compiles, soThemeKitit is.Then just included the sample code of the dark theme, but the project fails to load due to some Swift libraries not found, like
libswiftAppKit.dylib.Importing the ThemeKit project in my project and compiling it works, since then my app included all the Swift related frameworks. Just pointing it so Objective-c projects that do not yet use Swift code should not use the release framework, or must check all the Swift related frameworks will be added as well.