Created
December 21, 2020 16:06
-
-
Save ArtSabintsev/a5afba7c099ea30450c0b0de7f375ed4 to your computer and use it in GitHub Desktop.
Example of Bundle.module
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
// Source: https://developer.apple.com/forums/thread/650158?answerId=614513022#614513022 | |
import Foundation | |
extension Bundle { | |
static let module = Bundle(path: "\(Bundle.main.bundlePath)/path/to/this/targets/resource/bundle") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment