You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by to...@apache.org on 2016/05/23 13:42:46 UTC

[48/50] cordova-plugin-screen-orientation git commit: fix header file incorrectly set as source-file

fix header file incorrectly set as source-file


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/a661578b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/a661578b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/a661578b

Branch: refs/heads/master
Commit: a661578b4c696bc1e830c1dbd5e54abcac87766e
Parents: f0d18db
Author: Tony Homer <to...@intel.com>
Authored: Wed May 4 17:19:17 2016 -0400
Committer: Tony Homer <to...@intel.com>
Committed: Mon May 16 15:30:58 2016 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/a661578b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8dabc75..381a966 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -43,7 +43,7 @@
         </js-module>
         <header-file src="src/ios/YoikScreenOrientation.h" />
         <source-file src="src/ios/YoikScreenOrientation.m" />
-        <source-file src="src/ios/CDVViewController+UpdateSupportedOrientations.h" />
+        <header-file src="src/ios/CDVViewController+UpdateSupportedOrientations.h" />
         <source-file src="src/ios/CDVViewController+UpdateSupportedOrientations.m" />
     </platform>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org