I know there are a few questions pertaining to this, but they\'re in Objective-C.
How can I access a .txt file included in my app using Swift on
.txt
Get File From Bundle in Swift 5.1
//For Video File let stringPath = Bundle.main.path(forResource: "(Your video file name)", ofType: "mov") let urlVideo = Bundle.main.url(forResource: "Your video file name", withExtension: "mov")