The example app is a lightweight smoke-test surface for the SDK's OAuth flow.
It integrates the local CocoaPods package as PutioSDK, and the in-code SDK surface also uses PutioSDK.
The example app uses the async PutioSDK APIs directly so it stays aligned with the recommended public surface.
From the repository root:
make bootstrap
make example-install
open Example/PutioSDK.xcworkspace- run the
PutioSDK_Exampletarget - enter your OAuth client ID
- complete the
ASWebAuthenticationSessionsign-in flow - confirm the app can fetch account info and list files after the state-validated callback
Keep personal tokens, client secrets, and test credentials from local smoke checks out of commits