added ubuntu support

This commit is contained in:
Steven Gill
2013-12-02 16:29:17 -08:00
3 changed files with 100 additions and 0 deletions
+6
View File
@@ -37,6 +37,12 @@
<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="/*">