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 9e544d2 commit f2d1fe2Copy full SHA for f2d1fe2
plugin.xml
@@ -99,8 +99,8 @@
99
<header-file src="src/ios/IBGPlugin.h" />
100
<source-file src="src/ios/IBGPlugin.m" />
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" />
+ <header-file src="src//ios/util/ArgsRegistry.h" />
+ <source-file src="src/ios/util/ArgsRegistry.m" />
104
</platform>
105
106
</plugin>
src/ios/IBGPlugin.h
@@ -1,5 +1,5 @@
1
#import <Cordova/CDVPlugin.h>
2
-#import "util/ArgsRegistry.h"
+#import "ArgsRegistry.h"
3
4
@interface IBGPlugin : CDVPlugin
5
0 commit comments