We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d609b commit 9fb0579Copy full SHA for 9fb0579
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 3.0.3
2
+
3
+- Allow usage in a cocoapods static library
4
5
# 3.0.2
6
7
- Fix an issue where a user would be considered as opted-out even though they were not
Sources/ObjC/BAENotificationServiceExtension.m
@@ -7,7 +7,11 @@
8
#import "BAENotificationServiceExtension.h"
9
10
+#if __has_include("BatchExtension-Swift.h")
11
+#import "BatchExtension-Swift.h"
12
+#else
13
#import <BatchExtension/BatchExtension-Swift.h>
14
+#endif
15
16
@implementation BAENotificationServiceExtension
17
{
0 commit comments