Commit 9c556200c1a8c44eb6918ccc6928fa742e4745af

Authored by xiaoyu
1 parent 02fc0366

gitignore fvm

.fvmrc 0 → 100644
  1 +{
  2 + "flutter": "3.19.2"
  3 +}
0 4 \ No newline at end of file
... ...
.gitignore
... ... @@ -94,3 +94,6 @@ ios/cocos2d/cocosgame/engine/external/recast/cocos2d_libs.build
94 94 ios/cocos2d/cocosgame/engine/external/tinyxml2/cocos2d_libs.build
95 95 ios/cocos2d/cocosgame/engine/external/unzip/cocos2d_libs.build
96 96 ios/cocos2d/cocosgame/engine/external/xxhash/cocos2d_libs.build
  97 +
  98 +# FVM Version Cache
  99 +.fvm/
97 100 \ No newline at end of file
... ...
ios/Runner.xcodeproj/project.pbxproj
... ... @@ -1672,7 +1672,7 @@
1672 1672 97C146E61CF9000F007C117D /* Project object */ = {
1673 1673 isa = PBXProject;
1674 1674 attributes = {
1675   - LastUpgradeCheck = 1430;
  1675 + LastUpgradeCheck = 1510;
1676 1676 ORGANIZATIONNAME = "";
1677 1677 TargetAttributes = {
1678 1678 331C8080294A63A400263BE5 = {
... ...
ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <Scheme
3   - LastUpgradeVersion = "1430"
  3 + LastUpgradeVersion = "1510"
4 4 version = "1.3">
5 5 <BuildAction
6 6 parallelizeBuildables = "YES"
... ...