Skip to content

Instantly share code, notes, and snippets.

@mlaster
Created June 9, 2014 04:47
Show Gist options
  • Save mlaster/21a79887d98a736d81ad to your computer and use it in GitHub Desktop.
Save mlaster/21a79887d98a736d81ad to your computer and use it in GitHub Desktop.
let mainBundle = NSBundle.mainBundle()
let bundle = mainBundle.pathForResource("Bundle", ofType: "bundle", inDirectory: "PlugIns")
println("mainBundle: \(mainBundle)")
println("bundle: \(bundle)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment