I have a macos app bundle like this:
.
└── Contents
├── Frameworks
├── Info.plist
├── MacOS
└── Resources
├── icon.icns
└── sprites
└── car.png
I can't load files by calling
loadFromFile("sprites/car.png"), however I just tried in SDL using "sprites/*" just works. Now I can only use absolute path to make it work.