Files
XcodeGen/Sources/ProjectSpec/Platform.swift
T

9 lines
135 B
Swift

import Foundation
public enum Platform: String, Hashable, CaseIterable {
case iOS
case watchOS
case tvOS
case macOS
}