Files
XcodeGen/Sources/ProjectSpec/SourceType.swift
T
Yonas Kolb c32aa4cc94 Synced folders (#1541)
* update xcodeproj to 8.27.7

* add syncedFolder source type

* drop xcode 15 support

* Rely on fileReference instead of adding new synchronizedRootGroup (#1557)

* fix: don't include untracked children in cache

---------

Co-authored-by: Kirill Yakimovich <kirill.yakimovich@gmail.com>
2025-07-17 15:15:43 +10:00

16 lines
188 B
Swift

//
// File.swift
//
//
// Created by Yonas Kolb on 1/5/20.
//
import Foundation
public enum SourceType: String {
case group
case file
case folder
case syncedFolder
}