Skip to content

Instantly share code, notes, and snippets.

@kgn
Created March 15, 2016 07:31
Show Gist options
  • Save kgn/cc30275f6828223a56e4 to your computer and use it in GitHub Desktop.
Save kgn/cc30275f6828223a56e4 to your computer and use it in GitHub Desktop.
let mainBundle = NSBundle.mainBundle()
let config = mainBundle.pathForResource(“Config”, ofType: “plist”)!
let configData = NSDictionary(contentsOfFile: config)!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment