File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Unreleased
2+
3+ * Fix ArgsRegistry import on iOS.
4+
15## v11.0.0 (2022-07-07)
26
37* Bumps Instabug native SDKs to v11
Original file line number Diff line number Diff line change 9999 <header-file src =" src/ios/IBGPlugin.h" />
100100 <source-file src =" src/ios/IBGPlugin.m" />
101101
102- <header-file src =" src//ios/util/ArgsRegistry.h" target-dir = " util " />
103- <source-file src =" src/ios/util/ArgsRegistry.m" target-dir = " util " />
102+ <header-file src =" src//ios/util/ArgsRegistry.h" />
103+ <source-file src =" src/ios/util/ArgsRegistry.m" />
104104 </platform >
105105
106106</plugin >
Original file line number Diff line number Diff line change 11#import < Cordova/CDVPlugin.h>
2- #import " util/ ArgsRegistry.h"
2+ #import " ArgsRegistry.h"
33
44@interface IBGPlugin : CDVPlugin
55
You can’t perform that action at this time.
0 commit comments