Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

EndpointSecurity is not a framework #1

@jangoolie

Description

@jangoolie

With macOS 10.15 Catalina, Apple released beautiful framework EndpointSecurity.

Should read

With macOS 10.15 Catalina, Apple released beautiful EndpointSecurity library.

Note that in Package.swift ES in included as

linkerSettings: [.linkedLibrary("EndpointSecurity")]

not

linkerSettings: [. linkedFramework("EndpointSecurity")]

EndpointSecurity is distributed as a dylib and separate headers in the SDK. It's not a framework.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions