Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created March 13, 2018 09:16
Show Gist options
  • Save vialyx/c9b4b89966737dbbcf4e8641b0595691 to your computer and use it in GitHub Desktop.
Save vialyx/c9b4b89966737dbbcf4e8641b0595691 to your computer and use it in GitHub Desktop.
let identifierExample = "com.apple.dt.playground.stub.iOS_Simulator.Bundle-FF59A7A5-B1B5-4AEB-AE77-2334AF184375"
let identifiedBundle = Bundle(identifier: identifierExample)
print("identifier bundle: \(String(describing: identifiedBundle))")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment