]> gitweb.factorcode.org Git - factor.git/blob - basis/io/standard-paths/macosx/macosx.factor
factor: trim more using lists.
[factor.git] / basis / io / standard-paths / macosx / macosx.factor
1 ! Copyright (C) 2011 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: core-foundation.launch-services io.standard-paths
4 system ;
5 IN: io.standard-paths.macosx
6
7 M: macosx find-native-bundle launch-services-path ;