[CB-3634] splashscreen plugin breakout blackberry10 initial commit

This commit is contained in:
lorinbeer
2013-06-21 13:57:28 -07:00
parent 5c8541441f
commit 49164dcfaa
2 changed files with 36 additions and 0 deletions
+8
View File
@@ -33,4 +33,12 @@ id="org.apache.cordova.core.SplashScreen">
<source-file src="src/ios/CDVSplashScreen.m" />
</platform>
<!-- blackberry10 -->
<platform name="blackberry10">
<source-file src="src/blackberry10/index.js" target-dir="SplashScreen" />
<config-file target="www/config.xml" parent="/widget">
<feature name="SplashScreen" value="SplashScreen"/>
</config-file>
</platform>
</plugin>