Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1012 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 1012 Bytes

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.