feat(RES-58): Add new parameter "bundle" #19

Merged
t.schmitt merged 5 commits from feat/RES-58-add-bundle-parameter into master 2025-07-25 16:14:36 +02:00
31 changed files with 806 additions and 343 deletions
Showing only changes of commit bd15afc3d6 - Show all commits

View File

@@ -5,6 +5,8 @@
// Created by Thibaut Schmitt on 17/01/2022.
//
// CPD-OFF
import ArgumentParser
import Foundation
import ToolCore
@@ -102,4 +104,4 @@ extension ColorsToolOptions {
return "\(extensionOutputPath)/\(extensionFileNameUIKit)"
}
}
}// CPD-ON

View File

@@ -5,6 +5,8 @@
// Created by Thibaut Schmitt on 24/01/2022.
//
// CPD-OFF
import ArgumentParser
import Foundation
import ToolCore
@@ -118,3 +120,5 @@ extension ImagesOptions {
.lastPathComponent
}
}
// CPD-ON