Skip to content

Commit fe7b995

Browse files
committed
Upgrade performance tests dependencies
1 parent 6df8e2b commit fe7b995

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

Tests/Performance/GRDBPerformance/GRDBPerformance.xcodeproj/project.pbxproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
5690AFD92120589A001530EA /* InsertRecordEncodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5690AFD72120589A001530EA /* InsertRecordEncodableTests.swift */; };
3030
5690AFDB212058CB001530EA /* FetchRecordDecodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5690AFDA212058CB001530EA /* FetchRecordDecodableTests.swift */; };
3131
5690AFDC212058CB001530EA /* FetchRecordDecodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5690AFDA212058CB001530EA /* FetchRecordDecodableTests.swift */; };
32-
56A3FEA827A85F4800B0292E /* Realm in Frameworks */ = {isa = PBXBuildFile; productRef = 56A3FEA727A85F4800B0292E /* Realm */; };
3332
56A3FEAA27A85F4800B0292E /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 56A3FEA927A85F4800B0292E /* RealmSwift */; };
3433
56A6F4AC29BBC8E200E22662 /* ArgumentsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56A6F4AB29BBC8E200E22662 /* ArgumentsTests.swift */; };
3534
56B6D0E52618BF78003CC455 /* FetchRecordOptimizedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B6D0E42618BF78003CC455 /* FetchRecordOptimizedTests.swift */; };
@@ -134,7 +133,6 @@
134133
561C25942439C942001227F2 /* FMDB in Frameworks */,
135134
5679870523A37A790076902D /* GRDB.framework in Frameworks */,
136135
56439B431F4CA1DC0066043F /* CoreData.framework in Frameworks */,
137-
56A3FEA827A85F4800B0292E /* Realm in Frameworks */,
138136
);
139137
runOnlyForDeploymentPostprocessing = 0;
140138
};
@@ -636,23 +634,23 @@
636634
repositoryURL = "https://github.com/stephencelis/SQLite.swift.git";
637635
requirement = {
638636
kind = upToNextMajorVersion;
639-
minimumVersion = 0.12.2;
637+
minimumVersion = 0.15.3;
640638
};
641639
};
642640
561C25922439C942001227F2 /* XCRemoteSwiftPackageReference "fmdb" */ = {
643641
isa = XCRemoteSwiftPackageReference;
644642
repositoryURL = "https://github.com/ccgus/fmdb.git";
645643
requirement = {
646644
kind = upToNextMajorVersion;
647-
minimumVersion = 2.7.0;
645+
minimumVersion = 2.7.12;
648646
};
649647
};
650648
56A3FEA627A85F4800B0292E /* XCRemoteSwiftPackageReference "realm-swift" */ = {
651649
isa = XCRemoteSwiftPackageReference;
652650
repositoryURL = "https://github.com/realm/realm-swift.git";
653651
requirement = {
654652
kind = upToNextMajorVersion;
655-
minimumVersion = 10.22.0;
653+
minimumVersion = 20.0.1;
656654
};
657655
};
658656
/* End XCRemoteSwiftPackageReference section */

Tests/Performance/GRDBPerformance/GRDBPerformance.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)