mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2025-11-28 22:01:38 +00:00
fix: Rename bundles to archives in artifact bundle index
This commit is contained in:
parent
45db20f487
commit
eafe2a2b94
3 changed files with 4 additions and 4 deletions
|
|
@ -225,7 +225,7 @@ class ArtifactBundleBuilder {
|
|||
|
||||
let index = ArtifactBundleIndex(
|
||||
schemaVersion: "1.0",
|
||||
bundles: bundles
|
||||
archives: bundles
|
||||
)
|
||||
|
||||
let encoder = JSONEncoder()
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ struct ArtifactVariant: Codable {
|
|||
/// Represents the .artifactbundleindex file structure
|
||||
struct ArtifactBundleIndex: Codable {
|
||||
let schemaVersion: String
|
||||
let bundles: [Bundle]
|
||||
let archives: [Bundle] // The proposal says it's "bundles" but the actual implementation uses "archives"
|
||||
}
|
||||
|
||||
struct Bundle: Codable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue