Skip to content

Commit

Permalink
make sure macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Aug 7, 2023
1 parent ed13ca5 commit adf0b7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions extension-appsflyer/src/AppsFlyerAttribution.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#if defined(DM_PLATFORM_IOS)
#import <Foundation/Foundation.h>
#import "AppsFlyerAttribution.h"

Expand Down Expand Up @@ -76,4 +76,5 @@ - (void) receiveBridgeReadyNotification:(NSNotification *) notification
self.restorationHandler = nil;
}
}
@end
@end
#endif // platform
6 changes: 5 additions & 1 deletion extension-appsflyer/src/AppsflyerAppDelegate.mm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if defined(DM_PLATFORM_IOS)
#import "AppsflyerAppDelegate.h"
#import <AppsFlyerLib/AppsFlyerLib.h>
#import "AppsFlyerAttribution.h"
Expand Down Expand Up @@ -27,4 +28,7 @@ - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url
return YES;
}

@end
@end

#endif // platform

0 comments on commit adf0b7f

Please sign in to comment.