OAuth2
OAuth2 copied to clipboard
Does not compiled when imported into app extension
Steps to reproduce:
- Add new target to iOS app for "Share Extension"
- Add: import p2_OAuth2 to ShareViewController.swift
- Compile
- Expected results: it compiles
- Actual results: In OAuth2Authorizer+iOS.swift, line 66, get: 'openURL' is unavailable error
This came up in #133 and at one point did work after #212 , guess it's no longer compiling.
You should be able to define the P2_APP_EXTENSIONS compiler flag and that line won't be compiled. Does that work?