Skip to content

Commit

Permalink
Update various packages.
Browse files Browse the repository at this point in the history
Notable changes:
- DeviceKit now detects iPad Pro (M4), iPad Air (M2) and iPhones 16.
- KZFileWatchers isn't updated but now has a tag to pin to.
  • Loading branch information
pixlwave committed Sep 24, 2024
1 parent f5001c8 commit 409a410
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7726,8 +7726,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/krzysztofzablocki/KZFileWatchers";
requirement = {
branch = master;
kind = branch;
kind = upToNextMinorVersion;
minimumVersion = 1.2.0;
};
};
44FA555384AD79668D886043 /* XCRemoteSwiftPackageReference "matrix-rich-text-editor-swift" */ = {
Expand Down Expand Up @@ -7783,7 +7783,7 @@
repositoryURL = "https://github.com/nicklockwood/GZIP";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.3.0;
minimumVersion = 1.3.2;
};
};
821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = {
Expand Down Expand Up @@ -7847,7 +7847,7 @@
repositoryURL = "https://github.com/devicekit/DeviceKit";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 5.2.2;
minimumVersion = 5.5.0;
};
};
E025F19D013D9BA6C58B37F4 /* XCRemoteSwiftPackageReference "swift-algorithms" */ = {
Expand Down Expand Up @@ -7879,7 +7879,7 @@
repositoryURL = "https://github.com/mxcl/Version";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 2.0.0;
minimumVersion = 2.1.0;
};
};
F71C70A4404CC6D9C4AF35F2 /* XCRemoteSwiftPackageReference "compound-ios" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/devicekit/DeviceKit",
"state" : {
"revision" : "fe41d18eccd92a115cffaa35dfff03018c67e635",
"version" : "5.2.2"
"revision" : "7ff5331960151aec74fb422e1d45f54ef6cc086d",
"version" : "5.5.0"
}
},
{
Expand Down Expand Up @@ -68,8 +68,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/nicklockwood/GZIP",
"state" : {
"revision" : "bd55f1d89e71ae3f481da74cd4adeadbb849620c",
"version" : "1.3.1"
"revision" : "f710a37aa978a93b815a4f64bd504dc4c3256312",
"version" : "1.3.2"
}
},
{
Expand All @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/krzysztofzablocki/KZFileWatchers",
"state" : {
"branch" : "master",
"revision" : "d27a9557427d261adccdf4b566acc9d9c0fec6f4"
"revision" : "d27a9557427d261adccdf4b566acc9d9c0fec6f4",
"version" : "1.2.0"
}
},
{
Expand Down Expand Up @@ -284,8 +284,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mxcl/Version",
"state" : {
"revision" : "1fe824b80d89201652e7eca7c9252269a1d85e25",
"version" : "2.0.1"
"revision" : "303a0f916772545e1e8667d3104f83be708a723c",
"version" : "2.1.0"
}
}
],
Expand Down
8 changes: 4 additions & 4 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages:
minorVersion: 1.0.0
DeviceKit:
url: https://github.com/devicekit/DeviceKit
minorVersion: 5.2.2
minorVersion: 5.5.0
DSWaveformImage:
url: https://github.com/dmrschmidt/DSWaveformImage
exactVersion: 14.1.1
Expand All @@ -100,7 +100,7 @@ packages:
exactVersion: 1.6.26
GZIP:
url: https://github.com/nicklockwood/GZIP
minorVersion: 1.3.0
minorVersion: 1.3.2
KeychainAccess:
url: https://github.com/kishikawakatsumi/KeychainAccess
minorVersion: 4.2.0
Expand All @@ -109,7 +109,7 @@ packages:
minorVersion: 7.6.0
KZFileWatchers:
url: https://github.com/krzysztofzablocki/KZFileWatchers
branch: master
minorVersion: 1.2.0
LoremSwiftum:
url: https://github.com/lukaskubanek/LoremSwiftum
minorVersion: 2.2.1
Expand All @@ -133,7 +133,7 @@ packages:
minorVersion: 6.0.0
Version:
url: https://github.com/mxcl/Version
minorVersion: 2.0.0
minorVersion: 2.1.0

aggregateTargets:
Periphery:
Expand Down

0 comments on commit 409a410

Please sign in to comment.