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:45 UTC

[47/50] cordova-plugin-screen-orientation git commit: adding missing files to plugin.xml

adding missing files to plugin.xml


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/f0d18db9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/f0d18db9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/f0d18db9

Branch: refs/heads/master
Commit: f0d18db90ee4bb5b8d0a990cec550bc05ba73cfa
Parents: ec3e90d
Author: Tony Homer <to...@intel.com>
Authored: Tue Apr 26 18:20:48 2016 -0400
Committer: Tony Homer <to...@intel.com>
Committed: Mon May 16 15:30:58 2016 -0400

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


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


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