Integrate with your app

To integrate the Plugin SDK with your macOS app, use your key and secret to generate an OAuth token. Add the plugin_sdk:read:connection_meta scope to your app in the Marketplace, and use the plugin_sdk:read:connection_meta scope in the OAuth flow.

Create your own Xcode project and add the libraries from the PSDKLibs folder to your project. Make sure you configure the correct frameworks and library search paths and build phases. Follow the configuration in the PSDKSample project as a reference.

Include the required frameworks

Using the Plugin SDK for macOS requires the frameworks and libraries located in the downloaded files' PSDKLibs folder. Re-sign those libraries with your own signature.

Add the macOS library

Follow the configuration in the Xcode demo project.

  1. In your project settings, go to the General tab.
  2. Import the macOS libraries and frameworks into Frameworks, Libraries and Embedded Content.