8 lines
263 B
Factor
8 lines
263 B
Factor
|
! Copyright (C) 2011 Doug Coleman.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: core-foundation.launch-services io.standard-paths
|
||
|
io.standard-paths.unix system ;
|
||
|
IN: io.standard-paths.macosx
|
||
|
|
||
|
M: macosx find-native-bundle launch-services-path ;
|