pwsafe icon indicating copy to clipboard operation
pwsafe copied to clipboard

MacOS build and NO_YUBI

Open paskino opened this issue 4 months ago • 2 comments

It seems that the flag NO_YUBI can be passed to avoid the Yubi token parts of the code.

Is it possible to add the same flag in the mac build? This is not discussed in the README for mac.

paskino avatar Aug 09 '25 14:08 paskino

If you're familiar with Xcode, the project file has a "Debug-no-yubi" configuration that adds NO_YUBI and excludes files named Yubi from the build. Since it's set-up as a debug build, it does require a debug build of wxWidgets. It wouldn't be hard to duplicate the Release configuration and add the settings. Look for "Excluded Source File Names" and "Preprocessor Macros"

nobugshere avatar Aug 09 '25 17:08 nobugshere

Can this be closed, or is there still an issue here?

nobugshere avatar Nov 12 '25 20:11 nobugshere