mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
refactored
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// File.swift
|
||||
// XcodeGen
|
||||
//
|
||||
// Created by Yonas Kolb on 19/7/17.
|
||||
//
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum SpecError: Error {
|
||||
case unknownTargetType(String)
|
||||
}
|
||||
Reference in New Issue
Block a user