jgoodsen (owner)

Fork Of

Revisions

gist: 110207 Download_button fork
public
Public Clone URL: git://gist.github.com/110207.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
if (Dir.exist?(NSBundle.mainBundle.privateFrameworksPath))
  $:.map! { |x| x.sub(/^\/Library\/Frameworks/, NSBundle.mainBundle.privateFrameworksPath) }
  $:.unshift NSBundle.mainBundle.resourcePath.fileSystemRepresentation
end