Skip to content

pqrs-org/cpp-osx-workspace

Repository files navigation

Build Status License

cpp-osx-workspace

Utilities of NSWorkspace.

Install

Using package manager

You can install include/pqrs by using cget.

cget install pqrs-org/cget-recipes
cget install pqrs-org/cpp-osx-workspace

And then configure your project as follows:

  • Add cget/src/pqrs/osx/workspace/PQRSOSXWorkspaceImpl.swift
  • Add cget/include/pqrs/osx/workspace/impl/Bridging-Header.h as Bridging Header.

Manual install

Copy include/pqrs directory into your include directory.

And then configure your project as follows:

  • Add src/pqrs/osx/workspace/PQRSOSXWorkspaceImpl.swift
  • Add include/pqrs/osx/workspace/impl/Bridging-Header.h as Bridging Header.