mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
14 lines
159 B
Swift
14 lines
159 B
Swift
//
|
|
// File.swift
|
|
// XcodeGen
|
|
//
|
|
// Created by Yonas Kolb on 19/7/17.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
|
|
enum SpecError: Error {
|
|
case unknownTargetType(String)
|
|
}
|