You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode 14 enables a single target to support multiple platforms and conditionally include dependencies, code, resources, and build settings for specific platforms. (74664328)
So the feature should not be limited to Mac Catalyst and should be updated to support other platforms.
- [ ] **platformFilter**: **String** - This field is specific to Mac Catalyst. It corresponds to the "Platforms" dropdown in the Frameworks & Libraries section of Target settings in Xcode. Available options are: **iOS**, **macOS** and **all**. Defaults is **all**.
The text was updated successfully, but these errors were encountered:
ikesyo
changed the title
platformFilter feature should support other platforms other than iOS and macOS
DependencyplatformFilter feature should support other platforms other than iOS and macOS
Oct 3, 2024
ikesyo
changed the title
DependencyplatformFilter feature should support other platforms other than iOS and macOS
Dependency's platformFilter feature should support other platforms other than iOS and macOS
Oct 3, 2024
Since Xcode 14, multi-platform targets are supported not only for iOS and macOS (Mac Catalyst) but for watchOS, tvOS and visionOS additionally.
https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes
So the feature should not be limited to Mac Catalyst and should be updated to support other platforms.
XcodeGen/Docs/ProjectSpec.md
Line 604 in 2cf88e8
XcodeGen/Sources/ProjectSpec/Dependency.swift
Lines 49 to 53 in 2cf88e8
The text was updated successfully, but these errors were encountered: