This is an automated email from the ASF dual-hosted git repository.
tripod pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-osx.git
The following commit(s) were added to refs/heads/master by this push:
new 3efc345 CB-3021 Can no longer import CDVPlugin.h from plugin
Objective-C++ code
3efc345 is described below
commit 3efc345de20a444fcc17af6e2b4438db7d8d7397
Author: Tobias Bocanegra <[email protected]>
AuthorDate: Tue Jan 30 17:28:48 2018 +0900
CB-3021 Can no longer import CDVPlugin.h from plugin Objective-C++ code
---
CordovaLib/CordovaLib/Classes/Commands/CDVPlugin.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/CordovaLib/CordovaLib/Classes/Commands/CDVPlugin.h
b/CordovaLib/CordovaLib/Classes/Commands/CDVPlugin.h
index a2bd61f..6066450 100644
--- a/CordovaLib/CordovaLib/Classes/Commands/CDVPlugin.h
+++ b/CordovaLib/CordovaLib/Classes/Commands/CDVPlugin.h
@@ -28,10 +28,10 @@
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#pragma ide diagnostic ignored "OCUnusedMethodInspection"
-NSString* const CDVPageDidLoadNotification;
-NSString* const CDVPluginHandleOpenURLNotification;
-NSString* const CDVPluginResetNotification;
-NSString* const CDVLocalNotification;
+extern NSString* const CDVPageDidLoadNotification;
+extern NSString* const CDVPluginHandleOpenURLNotification;
+extern NSString* const CDVPluginResetNotification;
+extern NSString* const CDVLocalNotification;
@interface CDVPlugin : NSObject {}
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]