Swift bundle utilities.
What's New
Description
- Swift Tools 5.2.0
Description
{ "name": "Bundles", "path": "/usr/src/package", "targets": [ { "name": "BundlesTests", "path": "Tests/BundlesTests", "type": "test", "c99name": "BundlesTests", "sources": [ "BundlesTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Bundles" ], "product_dependencies": [ "XCTestExtensions" ] }, { "name": "Bundles", "path": "Sources/Bundles", "type": "library", "c99name": "Bundles", "sources": [ "Bundle+Decoding.swift", "BundleInfo.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Bundles" ], "product_dependencies": [ "Coercion", "Files", "Images", "SemanticVersion" ] } ], "products": [ { "name": "Bundles", "type": { "library": [ "automatic" ] }, "targets": [ "Bundles" ] } ], "platforms": [ { "name": "macos", "version": "10.13" }, { "name": "ios", "version": "12.0" }, { "name": "tvos", "version": "12.0" } ], "dependencies": [ { "url": "https://github.com/elegantchaos/Coercion.git", "type": "sourceControl", "identity": "coercion", "requirement": { "range": [ { "lower_bound": "1.1.1", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/Images.git", "type": "sourceControl", "identity": "images", "requirement": { "range": [ { "lower_bound": "1.1.5", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/Files.git", "type": "sourceControl", "identity": "files", "requirement": { "range": [ { "lower_bound": "1.2.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/SemanticVersion.git", "type": "sourceControl", "identity": "semanticversion", "requirement": { "range": [ { "lower_bound": "1.1.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/XCTestExtensions.git", "type": "sourceControl", "identity": "xctestextensions", "requirement": { "range": [ { "lower_bound": "1.3.2", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.2", "manifest_display_name": "Bundles" }
Package Dump
{ "name": "Bundles", "targets": [ { "name": "Bundles", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Coercion", null ] }, { "byName": [ "Files", null ] }, { "byName": [ "Images", null ] }, { "byName": [ "SemanticVersion", null ] } ], "packageAccess": false }, { "name": "BundlesTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Bundles", null ] }, { "byName": [ "XCTestExtensions", null ] } ], "packageAccess": false } ], "products": [ { "name": "Bundles", "type": { "library": [ "automatic" ] }, "targets": [ "Bundles" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.13", "platformName": "macos" }, { "options": [], "version": "12.0", "platformName": "ios" }, { "options": [], "version": "12.0", "platformName": "tvos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "coercion", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/Coercion.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.1", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "images", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/Images.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.5", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "files", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/Files.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.2.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "semanticversion", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/SemanticVersion.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "xctestextensions", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/XCTestExtensions.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.3.2", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- Coercion1.1.1
- Images1.1.5
- Files1.2.0
- SemanticVersion1.1.0
- XCTestExtensions1.3.2
Dependencies
{ "url": "/usr/src/package", "name": "Bundles", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/elegantchaos/Coercion.git", "name": "Coercion", "path": "/usr/src/package/.build/checkouts/Coercion", "version": "1.1.1", "identity": "coercion", "dependencies": [] }, { "url": "https://github.com/elegantchaos/Images.git", "name": "Images", "path": "/usr/src/package/.build/checkouts/Images", "version": "1.1.5", "identity": "images", "dependencies": [ { "url": "https://github.com/elegantchaos/Logger.git", "name": "Logger", "path": "/usr/src/package/.build/checkouts/Logger", "version": "1.6.0", "identity": "logger", "dependencies": [] }, { "url": "https://github.com/elegantchaos/ThreadExtensions.git", "name": "ThreadExtensions", "path": "/usr/src/package/.build/checkouts/ThreadExtensions", "version": "1.0.1", "identity": "threadextensions", "dependencies": [] } ] }, { "url": "https://github.com/elegantchaos/Files.git", "name": "Files", "path": "/usr/src/package/.build/checkouts/Files", "version": "1.2.0", "identity": "files", "dependencies": [ { "url": "https://github.com/elegantchaos/XCTestExtensions.git", "name": "XCTestExtensions", "path": "/usr/src/package/.build/checkouts/XCTestExtensions", "version": "1.3.2", "identity": "xctestextensions", "dependencies": [] } ] }, { "url": "https://github.com/elegantchaos/SemanticVersion.git", "name": "SemanticVersion", "path": "/usr/src/package/.build/checkouts/SemanticVersion", "version": "1.1.0", "identity": "semanticversion", "dependencies": [] }, { "url": "https://github.com/elegantchaos/XCTestExtensions.git", "name": "XCTestExtensions", "path": "/usr/src/package/.build/checkouts/XCTestExtensions", "version": "1.3.2", "identity": "xctestextensions", "dependencies": [] } ] }