Skip to content

Commit

Permalink
fix: fixed db encryption plugin import error when linking as static l…
Browse files Browse the repository at this point in the history
…ibrary
  • Loading branch information
Desu Sai Venkat committed Dec 20, 2023
1 parent a4804f6 commit 4324125
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#import "RudderPluginDbEncryptionPlugin.h"
#import <rudder_plugin_ios/RudderSdkFlutterPlugin.h>
#if __has_include(<RudderDatabaseEncryption/RSEncryptedDatabaseProvider.h>)
#import <RudderDatabaseEncryption/RSEncryptedDatabaseProvider.h>
#else
@import RudderDatabaseEncryption;
#endif
#import <Rudder/RSDBEncryption.h>

@implementation RudderPluginDbEncryptionPlugin
Expand Down

0 comments on commit 4324125

Please sign in to comment.