Skip to content

XCFrameworkInfoPlist support more platforms #11

@Binlogo

Description

@Binlogo

To resolve tuist/tuist#6133, we need to be aware of the platform of an XCFramework. Tuist uses XcodeGraph to detect it.

However, the XCFrameworkInfoPlist currently defined the platform, but this enum is complete, and not being used yet.

    /// It represents the library's platform.
    public enum Platform: String, Hashable, Codable {
        case ios
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions