With proj_api.h being removed (#837) in the future, are there plans for an alternative file access API to replace projFileAPI, pj_ctx_set_fileapi and pj_ctx_get_fileapi? For my particular use case, I'm bundling the normal data files into a framework for iOS/macOS, and providing an alternative open file function that searches in the bundle resources for those files.
With proj_api.h being removed (#837) in the future, are there plans for an alternative file access API to replace
projFileAPI,pj_ctx_set_fileapiandpj_ctx_get_fileapi? For my particular use case, I'm bundling the normal data files into a framework for iOS/macOS, and providing an alternative open file function that searches in the bundle resources for those files.