Skip to content

Instantly share code, notes, and snippets.

@yoxisem544
Created November 6, 2019 13:18
Show Gist options
  • Save yoxisem544/ece64eb50b15b947fa5fac604db7a3dc to your computer and use it in GitHub Desktop.
Save yoxisem544/ece64eb50b15b947fa5fac604db7a3dc to your computer and use it in GitHub Desktop.
fileprivate class ThisClass {}
public struct Resources {
public static var testBundle: Bundle {
let path = Bundle(for: ThisClass.self).resourcePath! + "/ThisIsATestBundle.bundle"
return Bundle(path: path)!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment