All Projects → Kjuly → SLNTFS

Kjuly / SLNTFS

Licence: other
A preference Pane that allow you to enable writing on NTFS disks via the Apple driver.

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language

SL-NTFS

Description

SL-NTFS is a preference Pane that allow you to enable writing on NTFS disks via the Apple driver. A daemon is also available, it warns you when a NTFS disk is mounted and if writing is not enabled it asks you if you want to enable it, or can enable it automatically.

Requirement

Intel, Mac OS X 10.6 or later

Project Setup

  1. Edit Scheme;

  2. Set the "Executable" to "System Preferences.app";

  3. In "Arguments" tab, add $USER_LIBRARY_DIR/PreferencePanes/$FULL_PRODUCT_NAME on "Arguments Passed On Launch";

  4. Set SLNTFS as the "Expand Variables Based On"'s value;

  5. Expand the Run/Debug scheme (click the little triangle button on the left), click on "Pre-actions";

  6. Add "New Run Script Action":

     cp -a "$TARGET_BUILD_DIR/$FULL_PRODUCT_NAME" "$USER_LIBRARY_DIR/PreferencePanes/"
    
  7. Okay, build & run.

Change Log

v2.1.x @ Dev

  • ...

v2.0.5 @ 2013-01-06

  • Reactivate the project by Kjuly.

v2.0.4 @ 2010-05-16

  • Add : Italian localization;
  • Add : Spanish localization.

Feedback

Please email your comments, suggestions and questions to dev#kjuly.com.
Or you can just post a bug report or a feature request HERE.

Thank you! :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].