Skip to content

Commit

Permalink
Fixed missing dependencies for iOS SDK 15.1
Browse files Browse the repository at this point in the history
Summary: jadegordon found some missing dependencies. So, I added missing dependencies for new iOS SDK v15.1 inside FBUnityInterface.mm file

Reviewed By: joesus

Differential Revision: D41181740

fbshipit-source-id: 7c9bc7711cf96924c9f958de5e672896d997d060
  • Loading branch information
JordiFB authored and facebook-github-bot committed Nov 14, 2022
1 parent 1097ecb commit 949597d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -16,6 +16,8 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#import <SafariServices/SafariServices.h>
#import <AuthenticationServices/AuthenticationServices.h>
#import <FBSDKCoreKit/FBSDKCoreKit-Swift.h>
#import <FBSDKLoginKit/FBSDKLoginKit-Swift.h>
#import <Foundation/NSJSONSerialization.h>
Expand Down

0 comments on commit 949597d

Please sign in to comment.