summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/plugins/cordova-plugin-customurlscheme
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-03 00:23:09 -0500
committerJules Laplace <jules@okfoc.us>2015-12-03 00:23:09 -0500
commite760f95dc843cf11367d1aea0ed832991964584a (patch)
treecf03b343ef830c58f2b12aa0c76135fca58489c9 /StoneIsland/platforms/ios/www/plugins/cordova-plugin-customurlscheme
parent0a55602cb98fea35632f8f11e840c65cc9011018 (diff)
rebuild project
Diffstat (limited to 'StoneIsland/platforms/ios/www/plugins/cordova-plugin-customurlscheme')
-rw-r--r--StoneIsland/platforms/ios/www/plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/StoneIsland/platforms/ios/www/plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js b/StoneIsland/platforms/ios/www/plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js
deleted file mode 100644
index 3568c73f..00000000
--- a/StoneIsland/platforms/ios/www/plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js
+++ /dev/null
@@ -1,11 +0,0 @@
-cordova.define("cordova-plugin-customurlscheme.LaunchMyApp", function(require, exports, module) { "use strict";
-
-/*
- Q: Why an empty file?
- A: iOS doesn't need plumbing to get the plugin to work, so..
- - Including no file would mean the import in index.html would differ per platform.
- - Also, using one version and adding a userAgent check for Android feels wrong.
- - And if you're not using PhoneGap Build, you could paste your handleOpenUrl JS function here.
-*/
-
-});