diff --git a/.gitignore b/.gitignore index 5c255551..73551262 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ dist/ .cxx pubspec.lock +Podfile.lock diff --git a/Android/MMKV/mmkvdemo/build.gradle b/Android/MMKV/mmkvdemo/build.gradle index 0a1ef904..d90ea734 100644 --- a/Android/MMKV/mmkvdemo/build.gradle +++ b/Android/MMKV/mmkvdemo/build.gradle @@ -76,8 +76,8 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') -// implementation project(':mmkv') - implementation 'com.tencent:mmkv:1.3.6' + implementation project(':mmkv') +// implementation 'com.tencent:mmkv:1.3.6' // implementation 'com.tencent:mmkv-static:1.3.6' // this is identical to 'com.tencent:mmkv' // implementation 'com.tencent:mmkv-shared:1.3.6' implementation 'androidx.appcompat:appcompat:1.6.1' diff --git a/flutter/mmkv/example/ios/Podfile.lock b/flutter/mmkv/example/ios/Podfile.lock deleted file mode 100644 index 9eaadba7..00000000 --- a/flutter/mmkv/example/ios/Podfile.lock +++ /dev/null @@ -1,40 +0,0 @@ -PODS: - - Flutter (1.0.0) - - MMKV (1.3.5): - - MMKVCore (~> 1.3.5) - - mmkv_ios (1.0.1): - - Flutter - - MMKV (>= 1.3.5) - - MMKVCore (1.3.5) - - path_provider_foundation (0.0.1): - - Flutter - - FlutterMacOS - -DEPENDENCIES: - - Flutter (from `Flutter`) - - mmkv_ios (from `.symlinks/plugins/mmkv_ios/ios`) - - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - -SPEC REPOS: - trunk: - - MMKV - - MMKVCore - -EXTERNAL SOURCES: - Flutter: - :path: Flutter - mmkv_ios: - :path: ".symlinks/plugins/mmkv_ios/ios" - path_provider_foundation: - :path: ".symlinks/plugins/path_provider_foundation/darwin" - -SPEC CHECKSUMS: - Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - MMKV: 506311d0494023c2f7e0b62cc1f31b7370fa3cfb - mmkv_ios: 4f3c7499b8881c569eca713c5970ed7bfc58b8df - MMKVCore: 9e2e5fd529b64a9fe15f1a7afb3d73b2e27b4db9 - path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c - -PODFILE CHECKSUM: 1563b043a1654f444034281ea7562be0e211db4e - -COCOAPODS: 1.15.2 diff --git a/flutter/mmkv/example/ios/Runner.xcodeproj/project.pbxproj b/flutter/mmkv/example/ios/Runner.xcodeproj/project.pbxproj index 30b4ffc9..701c4e3e 100644 --- a/flutter/mmkv/example/ios/Runner.xcodeproj/project.pbxproj +++ b/flutter/mmkv/example/ios/Runner.xcodeproj/project.pbxproj @@ -170,7 +170,7 @@ 97C146E61CF9000F007C117D /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1510; + LastUpgradeCheck = 1430; ORGANIZATIONNAME = ""; TargetAttributes = { 97C146ED1CF9000F007C117D = { diff --git a/flutter/mmkv/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/flutter/mmkv/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 5e31d3d3..a6b826db 100644 --- a/flutter/mmkv/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/flutter/mmkv/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@