Commit 9c556200c1a8c44eb6918ccc6928fa742e4745af
1 parent
02fc0366
gitignore fvm
Showing
4 changed files
with
8 additions
and
2 deletions
.fvmrc
0 → 100644
.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 = { | ... | ... |