You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Andrew Senetar cf48ff3e54
Bump minor python and os versions
3 years ago
cocoa Fix issue with picture mode 3 years ago
cocoalib More Cleanups 3 years ago
dupeGuru.xcodeproj Fix issue with picture mode 3 years ago
dupeguru@c8cfa954d5 Rollback dupeguru submodule to before exclude list 3 years ago
.gitignore More Cleanups 3 years ago
.gitmodules More Cleanups 3 years ago
Makefile Bump minor python and os versions 3 years ago
README.md Bump minor python and os versions 3 years ago
build.py More Cleanups 3 years ago
package.py More Cleanups 3 years ago
requirements.txt Un-xibless-ified Preferences 7 years ago
run.py Make xcodebuild the last build step 7 years ago

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