1
0
Форкнуть 0
Перейти к файлу
Andrew Senetar 401023eb7b
Update submodule
2022-03-26 16:56:18 -05:00
cocoa Update to work with latest changes in dupeguru 2021-08-25 21:40:58 -05:00
cocoalib Update to work with latest changes in dupeguru 2021-08-25 21:40:58 -05:00
dupeGuru.xcodeproj Fix issue with picture mode 2020-12-30 19:12:03 -06:00
dupeguru@c408873d20 Update submodule 2022-03-26 16:56:18 -05:00
.gitignore More Cleanups 2020-12-29 21:36:05 -06:00
.gitmodules More Cleanups 2020-12-29 21:36:05 -06:00
Makefile Bump minor python and os versions 2020-12-30 19:15:07 -06:00
README.md Bump minor python and os versions 2020-12-30 19:15:07 -06:00
build.py Update to work with latest changes in dupeguru 2021-08-25 21:40:58 -05:00
package.py More Cleanups 2020-12-29 21:36:05 -06:00
patch-for-dupeguru.patch Add patch for dupeguru submodule to fix one error 2021-08-25 21:53:39 -05:00
requirements.txt Un-xibless-ified Preferences 2017-04-05 22:17:28 -04:00
run.py Make xcodebuild the last build step 2017-03-12 22:53:10 -04:00

README.md

dupeguru-cocoa

This is the Cocoa UI for dupeGuru. This code was previously directly in the main repo, but since I'm not planning on supporting MacOS myself any longer, I'm splitting it out.

Also, to make the job easier on a would-be maintainer for the Cocoa UI of dupeGuru, I'm planning on restoring the XCode/XIB version of the UI from the grave.

OS X maintainer wanted

My Mac Mini is already a couple of years old and is likely to be my last Apple purchase. When it dies, I will be unable maintain the OS X version of moneyGuru. I've already stopped paying for the Mac Developer membership so I can't sign the apps anymore (in the "official way" I mean. The download is still PGP signed) If you're a Mac developer and are interested in taking this task, don't hesitate to let me know.

How to build dupeGuru from source

Prerequisites

  • Python 3.6+ compiled in "framework mode".
  • MacOS 10.12+ with XCode command line tools.

make

You can build the app with make:

$ make
$ make run

pyenv

pyenv is a popular way to manage multiple python versions. However, be aware that dupeGuru will not compile with a pyenv's python unless it's been built with --enable-framework. You can do this with:

$ env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.4.3