I'm trying to send an app to app store,
setting OF_BUNDLE_DATA_FOLDER = 1
files are being rsynced to Resources folder,
how can I set this path as the data path for OF?
something like
ofDisableDataPath();
ofSetDataPathRoot("data");
?
or maybe
ofFilePath::getCurrentExePathFS().parent_path().parent_path() / "Resources"
?