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.
Intel, Mac OS X 10.6 or later
-
Edit Scheme;
-
Set the "Executable" to "System Preferences.app";
-
In "Arguments" tab, add
$USER_LIBRARY_DIR/PreferencePanes/$FULL_PRODUCT_NAME
on "Arguments Passed On Launch"; -
Set
SLNTFS
as the "Expand Variables Based On"'s value; -
Expand the Run/Debug scheme (click the little triangle button on the left), click on "Pre-actions";
-
Add "New Run Script Action":
cp -a "$TARGET_BUILD_DIR/$FULL_PRODUCT_NAME" "$USER_LIBRARY_DIR/PreferencePanes/"
-
Okay, build & run.
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.
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! :)