Skip to content

Commit

Permalink
Merge pull request #1341 from Tencent/dev
Browse files Browse the repository at this point in the history
ignore Podfile.lock
  • Loading branch information
lingol authored Jul 5, 2024
2 parents 9a2f47c + 0165c1b commit 2d5f5b3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ dist/
.cxx

pubspec.lock
Podfile.lock
4 changes: 2 additions & 2 deletions Android/MMKV/mmkvdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
40 changes: 0 additions & 40 deletions flutter/mmkv/example/ios/Podfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion flutter/mmkv/example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1510;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1510"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 2d5f5b3

Please sign in to comment.