mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* updating dependencies * minor version pinning * update completed and also added a tool that checks for outdated swiftpm packages * changelog * DTCoreText uses exact version * minor version for analytics * pushing OutdatedPackages * package.swift for the repo also using upToNextMinor * fixing a typo * Update Tools/Sources/OutdatedPackages.swift Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com> * Update Tools/Sources/SetupProject.swift Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com> * removing unused comment * removed trailing comma --------- Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
24 lines
569 B
Plaintext
24 lines
569 B
Plaintext
{
|
|
"pins" : [
|
|
{
|
|
"identity" : "swift-argument-parser",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/apple/swift-argument-parser",
|
|
"state" : {
|
|
"revision" : "fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a",
|
|
"version" : "1.2.2"
|
|
}
|
|
},
|
|
{
|
|
"identity" : "yams",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/jpsim/Yams",
|
|
"state" : {
|
|
"revision" : "f47ba4838c30dbd59998a4e4c87ab620ff959e8a",
|
|
"version" : "5.0.5"
|
|
}
|
|
}
|
|
],
|
|
"version" : 2
|
|
}
|