Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vincent-pradeilles/08ebe872c5ea0dac0452af10f1db0efd to your computer and use it in GitHub Desktop.
Save vincent-pradeilles/08ebe872c5ea0dac0452af10f1db0efd to your computer and use it in GitHub Desktop.
internal extension Bundle {
class func whiteLabelBundle() -> Bundle? {
return Bundle(identifier: Constants.frameworkBundleIdentifier)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment