You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/05 02:00:18 UTC

[6/7] git commit: added ubuntu support

added ubuntu support


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/01edc0ea
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/01edc0ea
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/01edc0ea

Branch: refs/heads/master
Commit: 01edc0ead2b978ef676c65d028b04a11c2545c78
Parents: b998129 6c12ea4
Author: Steven Gill <st...@gmail.com>
Authored: Mon Dec 2 16:29:17 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Dec 2 16:29:17 2013 -0800

----------------------------------------------------------------------
 plugin.xml                  |  6 +++++
 src/ubuntu/splashscreen.cpp | 42 ++++++++++++++++++++++++++++++++
 src/ubuntu/splashscreen.h   | 52 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 100 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/01edc0ea/plugin.xml
----------------------------------------------------------------------
diff --cc plugin.xml
index 8450c17,0b5c5c2..1600a85
--- a/plugin.xml
+++ b/plugin.xml
@@@ -26,17 -24,12 +26,23 @@@
          <source-file src="src/android/SplashScreen.java" target-dir="src/org/apache/cordova/splashscreen" />
      </platform>
  
 +    <!-- amazon-fireos -->
 +    <platform name="amazon-fireos">
 +        <config-file target="res/xml/config.xml" parent="/*">
 +            <feature name="SplashScreen">
 +            <param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen"/>
 +            </feature>
 +        </config-file>
 +
 +        <source-file src="src/android/SplashScreen.java" target-dir="src/org/apache/cordova/splashscreen" />
 +    </platform>
 +    
+     <!-- ubuntu -->
+     <platform name="ubuntu">
+         <header-file src="src/ubuntu/splashscreen.h" />
+         <source-file src="src/ubuntu/splashscreen.cpp" />
+     </platform>
+ 
      <!-- ios -->
      <platform name="ios">
          <config-file target="config.xml" parent="/*">