Skip to content

Commit

Permalink
chore: change minmum support swift version to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daoseng33 committed Oct 2, 2024
1 parent 9f4ef83 commit d2cce3f
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 67 deletions.
133 changes: 67 additions & 66 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,69 +1,70 @@
{
"originHash" : "7111ce1ceea347747e4c24cb4c171ff55cc7a1cc57006afcd85b3044fd8098b0",
"pins" : [
{
"identity" : "alamofire",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Alamofire/Alamofire.git",
"state" : {
"revision" : "f455c2975872ccd2d9c81594c658af65716e9b9a",
"version" : "5.9.1"
"object": {
"pins": [
{
"package": "Alamofire",
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
"state": {
"branch": null,
"revision": "f455c2975872ccd2d9c81594c658af65716e9b9a",
"version": "5.9.1"
}
},
{
"package": "HumorDataModel",
"repositoryURL": "https://github.com/daoseng33/HumorDataModel.git",
"state": {
"branch": "main",
"revision": "697ccfd711a3d170ac0c7aa2753086b20e079efd",
"version": null
}
},
{
"package": "Moya",
"repositoryURL": "https://github.com/Moya/Moya.git",
"state": {
"branch": null,
"revision": "c263811c1f3dbf002be9bd83107f7cdc38992b26",
"version": "15.0.3"
}
},
{
"package": "ReactiveSwift",
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state": {
"branch": null,
"revision": "c43bae3dac73fdd3cb906bd5a1914686ca71ed3c",
"version": "6.7.0"
}
},
{
"package": "RealmDatabase",
"repositoryURL": "https://github.com/realm/realm-core.git",
"state": {
"branch": null,
"revision": "e474a8d2270a8b12ac63ac9504e4757e39814b99",
"version": "14.13.0"
}
},
{
"package": "Realm",
"repositoryURL": "https://github.com/realm/realm-swift.git",
"state": {
"branch": null,
"revision": "863498d37a9f0e72caa65963da9641d8cdfc8228",
"version": "10.54.0"
}
},
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "b06a8c8596e4c3e8e7788e08e720e3248563ce6a",
"version": "6.7.1"
}
}
},
{
"identity" : "humordatamodel",
"kind" : "remoteSourceControl",
"location" : "https://github.com/daoseng33/HumorDataModel.git",
"state" : {
"branch" : "main",
"revision" : "6e0ab0c5608026853c2e3b7d7c3f18aaa9589e0c"
}
},
{
"identity" : "moya",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Moya/Moya.git",
"state" : {
"revision" : "c263811c1f3dbf002be9bd83107f7cdc38992b26",
"version" : "15.0.3"
}
},
{
"identity" : "reactiveswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state" : {
"revision" : "c43bae3dac73fdd3cb906bd5a1914686ca71ed3c",
"version" : "6.7.0"
}
},
{
"identity" : "realm-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "e474a8d2270a8b12ac63ac9504e4757e39814b99",
"version" : "14.13.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift.git",
"state" : {
"revision" : "863498d37a9f0e72caa65963da9641d8cdfc8228",
"version" : "10.54.0"
}
},
{
"identity" : "rxswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveX/RxSwift.git",
"state" : {
"revision" : "b06a8c8596e4c3e8e7788e08e720e3248563ce6a",
"version" : "6.7.1"
}
}
],
"version" : 3
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 6.0
// swift-tools-version: 5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down

0 comments on commit d2cce3f

Please sign in to comment.