File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ## master
1+ ## Unreleased
22
3+ * Fixes ArgsRegistry import on iOS
34* Fixes a typo in Instabug.setPrimaryColor causing the API not to work
45
56## v11.0.0 (2022-07-07)
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