Skip to content

Commit

Permalink
fix: fix spm imports (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker authored Feb 7, 2022
1 parent df15063 commit d50bbf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/mParticle-Appboy/include/mParticle_Appboy.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ FOUNDATION_EXPORT const unsigned char mParticle_AppboyVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <mParticle_Appboy/PublicHeader.h>

#if defined(__has_include) && __has_include(<mParticle_Appboy/MPKitAppboy.h>)
#import <mParticle_Appboy/MPKitAppboy.h>
#else
#import "MPKitAppboy.h"
#endif

0 comments on commit d50bbf7

Please sign in to comment.