Created
November 6, 2019 13:18
-
-
Save yoxisem544/ece64eb50b15b947fa5fac604db7a3dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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