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
2
2
3
+ * Fixes ArgsRegistry import on iOS
3
4
* Fixes a typo in Instabug.setPrimaryColor causing the API not to work
4
5
5
6
## v11.0.0 (2022-07-07)
Original file line number Diff line number Diff line change 99
99
<header-file src =" src/ios/IBGPlugin.h" />
100
100
<source-file src =" src/ios/IBGPlugin.m" />
101
101
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" />
104
104
</platform >
105
105
106
106
</plugin >
Original file line number Diff line number Diff line change 1
1
#import < Cordova/CDVPlugin.h>
2
- #import " util/ ArgsRegistry.h"
2
+ #import " ArgsRegistry.h"
3
3
4
4
@interface IBGPlugin : CDVPlugin
5
5
You can’t perform that action at this time.
0 commit comments