// // BigFile_apple.cpp // cocos2d_libs // // Created by zhuge on 2021/3/3. // #include "BigFile.h" std::string BigFile::_getAndroidPackageName() { return "com.test.qtcpp"; } std::string BigFile::_getIOSAppId() { return "1234567890"; }