BigFile_mac.cpp 250 B

12345678910111213141516
  1. //
  2. // BigFile_apple.cpp
  3. // cocos2d_libs
  4. //
  5. // Created by zhuge on 2021/3/3.
  6. //
  7. #include "BigFile.h"
  8. std::string BigFile::_getAndroidPackageName() {
  9. return "com.test.qtcpp";
  10. }
  11. std::string BigFile::_getIOSAppId() {
  12. return "1234567890";
  13. }