Thibaut Schmitt 756de4f1de
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
feat(RES-34): Fix plist font filename (#14)
Reviewed-on: #14
2025-05-05 09:53:05 +02:00

14 lines
182 B
Swift

//
// ShellCommandable.swift
//
//
// Created by Thibaut Schmitt on 30/08/2022.
//
import Foundation
protocol Runnable {
func run(projectDirectory: String, force: Bool)
}