mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
20a99e5018
* move BuildPhase * add fileTypes * update changelog
15 lines
166 B
Swift
15 lines
166 B
Swift
//
|
|
// File.swift
|
|
//
|
|
//
|
|
// Created by Yonas Kolb on 1/5/20.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public enum SourceType: String {
|
|
case group
|
|
case file
|
|
case folder
|
|
}
|