|
! 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 ;
|