summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Stone Island
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 13:07:09 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 13:07:09 -0600
commit0bef350be2ea4ea67655e83633c6f8f5b6c04695 (patch)
treeeb76fbf009b62dd6edf870c6a93ef4b915fdc507 /StoneIsland/platforms/ios/Stone Island
parent5680371ea44af2bd576e9b936c9e43ee5ab47376 (diff)
fix youtube link!
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island')
-rwxr-xr-xStoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist8
-rwxr-xr-xStoneIsland/platforms/ios/Stone Island/config.xml2
2 files changed, 7 insertions, 3 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
index 0301b456..71fe8f36 100755
--- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
+++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist
@@ -57,7 +57,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.3.5</string>
+ <string>0.3.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>0.3.5</string>
+ <string>0.3.6</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
@@ -205,5 +205,9 @@
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
+ <key>LSApplicationQueriesSchemes</key>
+ <array>
+ <string>youtube</string>
+ </array>
</dict>
</plist> \ No newline at end of file
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml
index 3269c200..83a47836 100755
--- a/StoneIsland/platforms/ios/Stone Island/config.xml
+++ b/StoneIsland/platforms/ios/Stone Island/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget id="us.okfoc.stoneisland" version="0.3.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="us.okfoc.stoneisland" version="0.3.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<preference name="AllowInlineMediaPlayback" value="false" />
<preference name="BackupWebStorage" value="cloud" />
<preference name="DisallowOverscroll" value="false" />