Skip to content

Commit 4608953

Browse files
fix: Use Umbrella Imports (#23)
* fix: Use Umbrella Imports * ensure functionality on SPM and cocaopods
1 parent 0cf5086 commit 4608953

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mParticle-Google-Analytics-Firebase-GA4/MPKitFirebaseGA4Analytics.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#import <Foundation/Foundation.h>
22
#if defined(__has_include) && __has_include(<mParticle_Apple_SDK/mParticle.h>)
33
#import <mParticle_Apple_SDK/mParticle.h>
4+
#import <mParticle_Apple_SDK/mParticle_Apple_SDK-Swift.h>
45
#elif defined(__has_include) && __has_include(<mParticle_Apple_SDK_NoLocation/mParticle.h>)
56
#import <mParticle_Apple_SDK_NoLocation/mParticle.h>
7+
#import <mParticle_Apple_SDK_NoLocation/mParticle_Apple_SDK-Swift.h>
68
#else
79
#import "mParticle.h"
10+
#import "mParticle_Apple_SDK-Swift.h"
811
#endif
912

1013
@interface MPKitFirebaseGA4Analytics : NSObject <MPKitProtocol>

0 commit comments

Comments
 (0)