https://github.com/binaryage/asepsis
a solution for .DS_Store pollution
https://github.com/binaryage/asepsis
obsolete
Last synced: 11 months ago
JSON representation
a solution for .DS_Store pollution
- Host: GitHub
- URL: https://github.com/binaryage/asepsis
- Owner: binaryage
- License: other
- Created: 2011-08-08T21:02:33.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T11:42:51.000Z (about 4 years ago)
- Last Synced: 2025-03-30T13:09:01.064Z (12 months ago)
- Topics: obsolete
- Language: C
- Homepage: http://asepsis.binaryage.com
- Size: 1.9 MB
- Stars: 354
- Watchers: 15
- Forks: 40
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
## Asepsis == solution for .DS_Store pollution.
### WARNING: No longer supported under macOS 10.11 (El Capitan) and higher
If you are interested in updated version maintained by others, please check out these repos:
* [https://github.com/JK3Y/asepsis](https://github.com/JK3Y/asepsis)
* [https://github.com/fnesveda/asepsis](https://github.com/fnesveda/asepsis)
---
---
---
#### For end-user info please visit [http://asepsis.binaryage.com](http://asepsis.binaryage.com)
### Installation from sources
You will need Xcode5 for building it from sources:
git clone https://github.com/binaryage/asepsis
cd asepsis
git submodule update --init
rake build
rake install
sudo reboot
Note: for installing debug version which is more verbose in Console.app use `rake build_debug` instead of `rake build`. Also you may then run `rake debug_test` to check if asepsis works as expected.
Note: before `rake build` you might need to `open Asepsis.xcodeproj` once in Xcode. For some reason the xcodebuild hangs without that.
### Uninstallation
asepsisctl uninstall
#### License: [MIT-Style](license.txt)