2011-10-30 18:13:50 -04:00
|
|
|
! Copyright (C) 2011 Doug Coleman.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
|
|
USING: io.standard-paths io.standard-paths.macosx tools.test ;
|
|
|
|
IN: io.standard-paths.macosx.tests
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ "/System/Library/CoreServices/Finder.app" }
|
2011-10-30 18:13:50 -04:00
|
|
|
[ "com.apple.finder" find-native-bundle ] unit-test
|