summaryrefslogtreecommitdiff
path: root/plugins/org.apache.cordova.splashscreen/tests/ios/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.apache.cordova.splashscreen/tests/ios/README.md')
-rw-r--r--plugins/org.apache.cordova.splashscreen/tests/ios/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/org.apache.cordova.splashscreen/tests/ios/README.md b/plugins/org.apache.cordova.splashscreen/tests/ios/README.md
deleted file mode 100644
index b6bf31b2..00000000
--- a/plugins/org.apache.cordova.splashscreen/tests/ios/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# iOS Tests for CDVSplashScreen
-
-You need to install `node.js` to pull in `cordova-ios`.
-
-First install cordova-ios:
-
- npm install
-
-... in the current folder.
-
-
-# Testing from Xcode
-
-1. Launch the `CDVSplashScreenTest.xcworkspace` file.
-2. Choose "CDVSplashScreenLibTests" from the scheme drop-down menu
-3. Click and hold on the `Play` button, and choose the `Wrench` icon to run the tests
-
-
-# Testing from the command line
-
- npm test