Refactor iOS deployment to use XCode project

This commit is contained in:
Wojtek Figat
2023-06-01 00:46:39 +02:00
parent 5416d385d3
commit c46f78885e
22 changed files with 867 additions and 403 deletions

View File

@@ -12,6 +12,7 @@
class FLAXENGINE_API iOSFileSystem : public AppleFileSystem
{
public:
// [AppleFileSystem]
static bool FileExists(const StringView& path);
static uint64 GetFileSize(const StringView& path);
static bool IsReadOnly(const StringView& path);