ySwiftCodeUpdater
This package is just a helper for some of YOCKOW's other packages.
Requirements
- Swift 5.1
- macOS(>=10.15) or Linux
Dependencies
License
MIT License.
See "LICENSE.txt" for more information.
{
"name": "ySwiftCodeUpdater",
"path": "/usr/src/package",
"targets": [
{
"name": "yCodeUpdaterTests",
"path": "/usr/src/package/Tests/yCodeUpdaterTests",
"type": "test",
"c99name": "yCodeUpdaterTests",
"sources": [
"CSVTests.swift",
"CodeUpdaterManagerTests.swift",
"CodeUpdaterTests.swift",
"SwiftKeywordsTests.swift",
"TargetFileInfoTests.swift",
"UnicodeDataTests.swift",
"XCTestManifests.swift"
],
"module_type": "SwiftTarget"
},
{
"name": "yCodeUpdater",
"path": "/usr/src/package/Sources/yCodeUpdater",
"type": "library",
"c99name": "yCodeUpdater",
"sources": [
"CSV+URL.swift",
"CSVRow.swift",
"CodeUpdater.swift",
"CodeUpdaterDelegate.swift",
"CodeUpdaterError.swift",
"CodeUpdaterManager.swift",
"Date+CodeUpdater.swift",
"SwiftKeywords.swift",
"TargetFileInfo.swift",
"UnicodeData.swift",
"functions.swift"
],
"module_type": "SwiftTarget"
}
]
}
{
"name": "ySwiftCodeUpdater",
"targets": [
{
"name": "yCodeUpdater",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SwiftBonaFideCharacterSet",
null
]
},
{
"byName": [
"CSV",
null
]
},
{
"byName": [
"SwiftNetworkGear",
null
]
},
{
"byName": [
"SwiftRanges",
null
]
},
{
"byName": [
"SwiftStringComposition",
null
]
},
{
"byName": [
"SwiftUnicodeSupplement",
null
]
},
{
"byName": [
"SwiftTemporaryFile",
null
]
},
{
"byName": [
"ySwiftExtensions",
null
]
}
]
},
{
"name": "yCodeUpdaterTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"CSV",
null
]
},
{
"byName": [
"SwiftNetworkGear",
null
]
},
{
"byName": [
"SwiftRanges",
null
]
},
{
"byName": [
"SwiftTemporaryFile",
null
]
},
{
"byName": [
"yCodeUpdater",
null
]
}
]
}
],
"products": [
{
"name": "ySwiftCodeUpdater",
"type": {
"library": [
"automatic"
]
},
"targets": [
"yCodeUpdater"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "10.15.4",
"platformName": "macos"
},
{
"options": [],
"version": "13.0",
"platformName": "ios"
},
{
"options": [],
"version": "6.0",
"platformName": "watchos"
},
{
"options": [],
"version": "13.0",
"platformName": "tvos"
}
],
"providers": null,
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftBonaFideCharacterSet.git",
"name": "SwiftBonaFideCharacterSet",
"requirement": {
"range": [
{
"lowerBound": "1.6.2",
"upperBound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/yaslab/CSV.swift.git",
"name": "CSV.swift",
"requirement": {
"range": [
{
"lowerBound": "2.4.3",
"upperBound": "3.0.0"
}
]
}
},
{
"url": "https://github.com/YOCKOW/SwiftNetworkGear.git",
"name": "SwiftNetworkGear",
"requirement": {
"range": [
{
"lowerBound": "0.14.0",
"upperBound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "SwiftRanges",
"requirement": {
"range": [
{
"lowerBound": "3.1.1",
"upperBound": "4.0.0"
}
]
}
},
{
"url": "https://github.com/YOCKOW/SwiftStringComposition.git",
"name": "SwiftStringComposition",
"requirement": {
"range": [
{
"lowerBound": "2.0.0",
"upperBound": "3.0.0"
}
]
}
},
{
"url": "https://github.com/YOCKOW/SwiftTemporaryFile.git",
"name": "SwiftTemporaryFile",
"requirement": {
"range": [
{
"lowerBound": "4.0.1",
"upperBound": "5.0.0"
}
]
}
},
{
"url": "https://github.com/YOCKOW/SwiftUnicodeSupplement.git",
"name": "SwiftUnicodeSupplement",
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/YOCKOW/ySwiftExtensions.git",
"name": "ySwiftExtensions",
"requirement": {
"range": [
{
"lowerBound": "1.5.2",
"upperBound": "2.0.0"
}
]
}
}
],
"toolsVersion": {
"_version": "5.1.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
{
"url": "/usr/src/package",
"name": "ySwiftCodeUpdater",
"path": "/usr/src/package",
"version": "unspecified",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftBonaFideCharacterSet.git",
"name": "BonaFideCharacterSet",
"path": "/usr/src/package/.build/checkouts/SwiftBonaFideCharacterSet",
"version": "1.6.2",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftPredicate.git",
"name": "Predicate",
"path": "/usr/src/package/.build/checkouts/SwiftPredicate",
"version": "1.2.1",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
},
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
},
{
"url": "https://github.com/yaslab/CSV.swift.git",
"name": "CSV.swift",
"path": "/usr/src/package/.build/checkouts/CSV.swift",
"version": "2.4.3",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftNetworkGear.git",
"name": "NetworkGear",
"path": "/usr/src/package/.build/checkouts/SwiftNetworkGear",
"version": "0.14.6",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftBonaFideCharacterSet.git",
"name": "BonaFideCharacterSet",
"path": "/usr/src/package/.build/checkouts/SwiftBonaFideCharacterSet",
"version": "1.6.2",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftPredicate.git",
"name": "Predicate",
"path": "/usr/src/package/.build/checkouts/SwiftPredicate",
"version": "1.2.1",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
},
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
},
{
"url": "https://github.com/YOCKOW/SwiftBootstring.git",
"name": "Bootstring",
"path": "/usr/src/package/.build/checkouts/SwiftBootstring",
"version": "1.1.0",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftPublicSuffix.git",
"name": "PublicSuffix",
"path": "/usr/src/package/.build/checkouts/SwiftPublicSuffix",
"version": "2.0.2",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftUnicodeSupplement.git",
"name": "UnicodeSupplement",
"path": "/usr/src/package/.build/checkouts/SwiftUnicodeSupplement",
"version": "1.0.1",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
},
{
"url": "https://github.com/YOCKOW/ySwiftExtensions.git",
"name": "yExtensions",
"path": "/usr/src/package/.build/checkouts/ySwiftExtensions",
"version": "1.7.3",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftUnicodeSupplement.git",
"name": "UnicodeSupplement",
"path": "/usr/src/package/.build/checkouts/SwiftUnicodeSupplement",
"version": "1.0.1",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
}
]
}
]
},
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftStringComposition.git",
"name": "StringComposition",
"path": "/usr/src/package/.build/checkouts/SwiftStringComposition",
"version": "2.0.2",
"dependencies": [
{
"url": "https://github.com/YOCKOW/ySwiftExtensions.git",
"name": "yExtensions",
"path": "/usr/src/package/.build/checkouts/ySwiftExtensions",
"version": "1.7.3",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftUnicodeSupplement.git",
"name": "UnicodeSupplement",
"path": "/usr/src/package/.build/checkouts/SwiftUnicodeSupplement",
"version": "1.0.1",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
}
]
}
]
},
{
"url": "https://github.com/YOCKOW/SwiftTemporaryFile.git",
"name": "TemporaryFile",
"path": "/usr/src/package/.build/checkouts/SwiftTemporaryFile",
"version": "4.0.3",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/ySwiftExtensions.git",
"name": "yExtensions",
"path": "/usr/src/package/.build/checkouts/ySwiftExtensions",
"version": "1.7.3",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftUnicodeSupplement.git",
"name": "UnicodeSupplement",
"path": "/usr/src/package/.build/checkouts/SwiftUnicodeSupplement",
"version": "1.0.1",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
}
]
}
]
},
{
"url": "https://github.com/YOCKOW/SwiftUnicodeSupplement.git",
"name": "UnicodeSupplement",
"path": "/usr/src/package/.build/checkouts/SwiftUnicodeSupplement",
"version": "1.0.1",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
},
{
"url": "https://github.com/YOCKOW/ySwiftExtensions.git",
"name": "yExtensions",
"path": "/usr/src/package/.build/checkouts/ySwiftExtensions",
"version": "1.7.3",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
},
{
"url": "https://github.com/YOCKOW/SwiftUnicodeSupplement.git",
"name": "UnicodeSupplement",
"path": "/usr/src/package/.build/checkouts/SwiftUnicodeSupplement",
"version": "1.0.1",
"dependencies": [
{
"url": "https://github.com/YOCKOW/SwiftRanges.git",
"name": "Ranges",
"path": "/usr/src/package/.build/checkouts/SwiftRanges",
"version": "3.1.2",
"dependencies": []
}
]
}
]
}
]
}