From 3cf5e5a97afe8fc7877b528cf19130bef0d68bad Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 10 Sep 2020 14:35:21 +0200 Subject: build the app --- .../xcschemes/xcschememanagement.plist | 4 +- .../ios/Stone Island.xcarchive/Info.plist | 6 +- .../Applications/Stone Island.app/Assets.car | Bin 1326911 -> 1409823 bytes .../objects-13.0+.nib | Bin 2383 -> 2383 bytes .../01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib | Bin 2796 -> 2797 bytes .../objects-13.0+.nib | Bin 896 -> 896 bytes .../UIViewController-01J-lp-oVM.nib/runtime.nib | Bin 896 -> 896 bytes .../Frameworks/AppAuth.framework/AppAuth | Bin 1561680 -> 1561680 bytes .../Frameworks/FBLPromises.framework/FBLPromises | Bin 834320 -> 834320 bytes .../Frameworks/GTMAppAuth.framework/GTMAppAuth | Bin 436848 -> 436848 bytes .../GTMSessionFetcher.framework/GTMSessionFetcher | Bin 2184912 -> 2184912 bytes .../GoogleToolboxForMac | Bin 351232 -> 351232 bytes .../GoogleUtilities.framework/GoogleUtilities | Bin 1263056 -> 1263056 bytes .../Frameworks/Protobuf.framework/Protobuf | Bin 3859440 -> 3859440 bytes .../Frameworks/nanopb.framework/nanopb | Bin 263888 -> 263888 bytes .../Applications/Stone Island.app/Info.plist | Bin 1710 -> 1710 bytes .../Stone Island.app/MainViewController.nib | Bin 980 -> 980 bytes .../Applications/Stone Island.app/Stone Island | Bin 9618816 -> 9670064 bytes .../Stone Island.app/_CodeSignature/CodeResources | 120 +-- .../Applications/Stone Island.app/config.xml | 53 +- .../Stone Island.app/www/cordova_plugins.js | 18 +- .../Stone Island.app/www/css/blogs.css | 5 +- .../Stone Island.app/www/css/index.css | 6 +- .../Applications/Stone Island.app/www/css/nav.css | 23 +- .../www/css/vendor/imageviewer.css | 2 +- .../Applications/Stone Island.app/www/index.html | 6 +- .../www/js/lib/etc/accessibility.js | 3 +- .../Stone Island.app/www/js/lib/etc/push.js | 2 +- .../Stone Island.app/www/js/lib/etc/scroll.js | 9 +- .../www/SocialSharing.js | 143 ++++ .../www/plugins/es6-promise-plugin/www/promise.js | 13 + .../ios/Stone Island.xcodeproj/project.pbxproj | 20 + .../UserInterfaceState.xcuserstate | Bin 17406 -> 17547 bytes .../AppIcon.appiconset/icon-1024.png | Bin 35783 -> 268021 bytes .../Images.xcassets/AppIcon.appiconset/icon-20.png | Bin 476 -> 964 bytes .../AppIcon.appiconset/icon-24@2x.png | Bin 1136 -> 3731 bytes .../AppIcon.appiconset/icon-27.5@2x.png | Bin 1325 -> 4539 bytes .../AppIcon.appiconset/icon-29@3x.png | Bin 2065 -> 9093 bytes .../AppIcon.appiconset/icon-44@2x.png | Bin 2069 -> 9275 bytes .../Images.xcassets/AppIcon.appiconset/icon-60.png | Bin 0 -> 6076 bytes .../AppIcon.appiconset/icon-86@2x.png | Bin 4022 -> 23918 bytes .../AppIcon.appiconset/icon-98@2x.png | Bin 4744 -> 28853 bytes .../AppIcon.appiconset/icon-small.png | Bin 0 -> 2170 bytes .../AppIcon.appiconset/icon-small@2x.png | Bin 0 -> 5778 bytes .../AppIcon.appiconset/icon-small@3x.png | Bin 0 -> 10046 bytes .../Default@2x~universal~anyany.png | Bin 539409 -> 377323 bytes .../NSString+SSURLEncoding.h | 5 + .../NSString+SSURLEncoding.m | 30 + .../cordova-plugin-x-socialsharing/SocialSharing.h | 28 + .../cordova-plugin-x-socialsharing/SocialSharing.m | 808 +++++++++++++++++++++ .../ios/Stone Island/Stone Island-Info.plist | 4 +- StoneIsland/platforms/ios/Stone Island/config.xml | 53 +- StoneIsland/platforms/ios/frameworks.json | 4 +- StoneIsland/platforms/ios/ios.json | 28 +- .../platforms/ios/platform_www/cordova_plugins.js | 18 +- .../www/SocialSharing.js | 143 ++++ .../plugins/es6-promise-plugin/www/promise.js | 13 + StoneIsland/platforms/ios/www/cordova_plugins.js | 18 +- StoneIsland/platforms/ios/www/css/blogs.css | 5 +- StoneIsland/platforms/ios/www/css/index.css | 6 +- StoneIsland/platforms/ios/www/css/nav.css | 23 +- .../platforms/ios/www/css/vendor/imageviewer.css | 2 +- StoneIsland/platforms/ios/www/index.html | 6 +- .../platforms/ios/www/js/lib/etc/accessibility.js | 3 +- StoneIsland/platforms/ios/www/js/lib/etc/push.js | 2 +- StoneIsland/platforms/ios/www/js/lib/etc/scroll.js | 9 +- .../www/SocialSharing.js | 143 ++++ .../www/plugins/es6-promise-plugin/www/promise.js | 13 + 68 files changed, 1692 insertions(+), 105 deletions(-) create mode 100644 StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js create mode 100644 StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/plugins/es6-promise-plugin/www/promise.js create mode 100644 StoneIsland/platforms/ios/Stone Island/Images.xcassets/AppIcon.appiconset/icon-60.png create mode 100644 StoneIsland/platforms/ios/Stone Island/Images.xcassets/AppIcon.appiconset/icon-small.png create mode 100644 StoneIsland/platforms/ios/Stone Island/Images.xcassets/AppIcon.appiconset/icon-small@2x.png create mode 100644 StoneIsland/platforms/ios/Stone Island/Images.xcassets/AppIcon.appiconset/icon-small@3x.png create mode 100644 StoneIsland/platforms/ios/Stone Island/Plugins/cordova-plugin-x-socialsharing/NSString+SSURLEncoding.h create mode 100644 StoneIsland/platforms/ios/Stone Island/Plugins/cordova-plugin-x-socialsharing/NSString+SSURLEncoding.m create mode 100644 StoneIsland/platforms/ios/Stone Island/Plugins/cordova-plugin-x-socialsharing/SocialSharing.h create mode 100644 StoneIsland/platforms/ios/Stone Island/Plugins/cordova-plugin-x-socialsharing/SocialSharing.m create mode 100644 StoneIsland/platforms/ios/platform_www/plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js create mode 100644 StoneIsland/platforms/ios/platform_www/plugins/es6-promise-plugin/www/promise.js create mode 100644 StoneIsland/platforms/ios/www/plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js create mode 100644 StoneIsland/platforms/ios/www/plugins/es6-promise-plugin/www/promise.js (limited to 'StoneIsland/platforms') diff --git a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist index 6408f0cb..ca81e886 100644 --- a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,12 +7,12 @@ Cordova.xcscheme_^#shared#^_ orderHint - 26 + 27 CordovaLib.xcscheme_^#shared#^_ orderHint - 27 + 26 diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist b/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist index 05e2bf1d..243e82c6 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist @@ -9,9 +9,9 @@ CFBundleIdentifier us.okfoc.stoneisland CFBundleShortVersionString - 1.3.6 + 1.4.1 CFBundleVersion - 1.3.6 + 1.4.1 SigningIdentity iPhone Developer: Francesca Agusani (3ECUPBTQ5W) Team @@ -20,7 +20,7 @@ ArchiveVersion 2 CreationDate - 2020-08-31T20:59:47Z + 2020-09-10T01:08:49Z Name Stone Island SchemeName diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car index 5d013554..2ad653bc 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-13.0+.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-13.0+.nib index cc285813..c7d58034 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-13.0+.nib and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-13.0+.nib differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib index f780245b..f0316145 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-13.0+.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-13.0+.nib index 8a068c1b..5bd69125 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-13.0+.nib and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-13.0+.nib differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib index 0ff0392f..6248565f 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/AppAuth.framework/AppAuth b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/AppAuth.framework/AppAuth index 19259c5c..8e3b9bb4 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/AppAuth.framework/AppAuth and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/AppAuth.framework/AppAuth differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/FBLPromises.framework/FBLPromises b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/FBLPromises.framework/FBLPromises index fc5f2e32..10325a3f 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/FBLPromises.framework/FBLPromises and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/FBLPromises.framework/FBLPromises differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GTMAppAuth.framework/GTMAppAuth b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GTMAppAuth.framework/GTMAppAuth index 856d0a20..fbaa31bc 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GTMAppAuth.framework/GTMAppAuth and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GTMAppAuth.framework/GTMAppAuth differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher index 35a801a4..d4dc2769 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac index 7de9b6eb..c1a0b599 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GoogleUtilities.framework/GoogleUtilities b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GoogleUtilities.framework/GoogleUtilities index 3ca0693a..00446650 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GoogleUtilities.framework/GoogleUtilities and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/GoogleUtilities.framework/GoogleUtilities differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/Protobuf.framework/Protobuf b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/Protobuf.framework/Protobuf index 2352fe86..ea196c4f 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/Protobuf.framework/Protobuf and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/Protobuf.framework/Protobuf differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/nanopb.framework/nanopb b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/nanopb.framework/nanopb index a4b9d89e..1d0dc8f0 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/nanopb.framework/nanopb and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Frameworks/nanopb.framework/nanopb differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist index 978174e0..a5cda5e8 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib index dfe88e56..cda3c8bf 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island index 108cee1c..736f4b48 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources index ce59a57a..bc984757 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources @@ -14,15 +14,15 @@ Assets.car - uYqukFCY7ilZ0q0vs41Cae2Q/z4= + J96uzPt+y/yK0fYJQSKTAx4cnVM= CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-13.0+.nib - Ee7/03Tw8DbhRrvZ6P9eS6SmMVs= + P+Mx7FSSEsDVMJ75W+8fKuYGsb0= CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib - Kw+ZH/Mdt2qyo+eviymK6eDcH10= + 7AvmtbqVI1Bwqk764GSoqwXGqew= CDVLaunchScreen.storyboardc/Info.plist @@ -30,11 +30,11 @@ CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/objects-13.0+.nib - VIwnExQ83bk+YDlO2PP7iAf0tdQ= + UFl9OflgY8+MN+NlkySKkUuiIwQ= CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib - Q9w8wVwPEqUYKpsNM3f8ctqy3Cc= + iAm9xdxMNi+3+MUDZGpMwdxj58U= CDVNotification.bundle/beep.wav @@ -42,7 +42,7 @@ Frameworks/AppAuth.framework/AppAuth - nkgAwhfMrTdOGhY9LVufah5x6Eg= + M41ffogsRBvWN70YjCUNPLMRWyc= Frameworks/AppAuth.framework/Info.plist @@ -54,7 +54,7 @@ Frameworks/FBLPromises.framework/FBLPromises - Oxo2l9jmZXniYjnv7c9CF13t8bM= + OGDiHCZHSyzH9IQycsGZVNRqGxQ= Frameworks/FBLPromises.framework/Info.plist @@ -66,7 +66,7 @@ Frameworks/GTMAppAuth.framework/GTMAppAuth - 6Bq4fvCgmvmxLh3iXqxgM8G+zrw= + M2jV6nomP22uYyKxI6epivGZMYA= Frameworks/GTMAppAuth.framework/Info.plist @@ -78,7 +78,7 @@ Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher - 1dQY4lAydkmmDm+ehjSgt339Mp8= + oVYUzx6znUCDdjo7ZNxLfZ7CjTU= Frameworks/GTMSessionFetcher.framework/Info.plist @@ -90,7 +90,7 @@ Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac - CrvUxpzS6DGlfQn9fsRaASxIu7o= + h110yBYmy16iMdoTcqSJG6JySNE= Frameworks/GoogleToolboxForMac.framework/Info.plist @@ -102,7 +102,7 @@ Frameworks/GoogleUtilities.framework/GoogleUtilities - nPfDXTsgKSDmg1EjNuZBzyC7E5o= + iZY9QjYjTe+Le61Jff0jHr8i+FE= Frameworks/GoogleUtilities.framework/Info.plist @@ -118,7 +118,7 @@ Frameworks/Protobuf.framework/Protobuf - JNTxOnmOrxnETww5vWxDHuDSjGM= + sz6hM9ZSyaKkRpWnH5DpiqPNOLE= Frameworks/Protobuf.framework/_CodeSignature/CodeResources @@ -134,7 +134,7 @@ Frameworks/nanopb.framework/nanopb - 6tD+jeykf2bERXVwqb5KJrlzF8g= + 9JgxFwUNMrs6YY/EMyy3XIdyO40= GoogleService-Info.plist @@ -504,11 +504,11 @@ Info.plist - WjM6aecphN8Ssbuvlzv+txuKos4= + MeCkwMTPCHE9KsoPU+Kv7sJfsPk= MainViewController.nib - 6Y8qD0iXcRaeNoguS1+E/4hccrU= + UYCtmR18wHSzD3U+CGPOElo3I2w= PkgInfo @@ -516,7 +516,7 @@ config.xml - ELKfowqhnmEr14JFfDb8E519yOU= + uveiRaHhpH5d+RYQWHCPSYBKkK4= embedded.mobileprovision @@ -560,7 +560,7 @@ www/cordova_plugins.js - N761KMOZ+2w7gM1M1znD21uR5Jg= + CVI8EL6VXN4K0JXwDfy6VD7t1WE= www/css/account.css @@ -568,7 +568,7 @@ www/css/blogs.css - qzsHGnVfspjF+ycTwycgCesQf80= + xRikSPgokmtXJl043evKKsv/Zms= www/css/cart.css @@ -628,11 +628,11 @@ www/css/index.css - 45Lx1pUI5yADc7ABlk+wcRSsQBY= + Dos+mo4fIcYWT4iB+kqvSOn3koc= www/css/nav.css - KalNpH/O+MD5y3/eTC2cOnPO8Ko= + DNS5u984Kk4DN7AZGwYXLYnQF4s= www/css/products.css @@ -644,7 +644,7 @@ www/css/vendor/imageviewer.css - giAUAMwC7nmBxqqJX8eTEROTwMc= + hJeuwLQu8PNynzOhmmzrZcaC55g= www/db.json @@ -756,7 +756,7 @@ www/index.html - 9dxWhpDHogRJjOfAkwqP5ZfYUjE= + BuNsAVVrjxRQA2sflCI12+l9D+g= www/js/index.js @@ -856,7 +856,7 @@ www/js/lib/etc/accessibility.js - LegUG4+94dBf3mRwgdCq9KnehKw= + kYyHAVfiU7npL5N4jzIS3hl3/EQ= www/js/lib/etc/analytics.js @@ -876,11 +876,11 @@ www/js/lib/etc/push.js - V8Ncwadzuj2DUkgtc6aKsAjmLrk= + l05J3At2kZPHlRJ4ycU6QZc574E= www/js/lib/etc/scroll.js - zg3GX8IMiMR4r0Dl4hNpRF6H1D0= + IYoJrqVIY5rMlEyJAjKXJoIt9RI= www/js/lib/etc/sim.js @@ -1098,6 +1098,14 @@ ClFcxSc++1+co21X98ODwFS+dYA= + www/plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js + + DsEdr3n5lq3stq5qtEfEYzE8LWA= + + www/plugins/es6-promise-plugin/www/promise.js + + SaYUot7eUOO74AAVeBga+HSnf/E= + files2 @@ -1119,21 +1127,21 @@ hash2 - vcPfOAmCZRLrgJxCrIwjMTFkjTr01yBTCbRkgjyL0rw= + DUoYWq4P2cB2NYHW6TTRBgnLQtbd6kTLuQKTWb++wIE= CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/objects-13.0+.nib hash2 - aebwyrO2IZeRGKHJQ0UzvXmA4vgtHpAawEukgIX6Uyk= + AhqQlcbAAqhqWK4oyS3EIq5NodUSDtjOQErVtgOTrjw= CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib/runtime.nib hash2 - G6uc+ccHQwspl438MZhGekF/X+B24tHU0R3tqPfpOjM= + 3gXXGtbA0ZiXyQVihbIYDhYiAlshZdn7ZQjPbOqvA1Y= CDVLaunchScreen.storyboardc/Info.plist @@ -1147,14 +1155,14 @@ hash2 - ebx2qICBtoUFiT0fR8rqN3/khA9Z72kXivkVhufqp/0= + bsXrbE1tKkFZzkqzmfZEMr0332lyFFjS6tHLmOzbogQ= CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib/runtime.nib hash2 - JTgL1TiGh+l4NGGT9xPreyHhi+9pL5s1bO/7WMxRWfE= + DDkvWSn1llcycReL3l2iv9xRIYszOEFFeVPv+2m3ZWE= CDVNotification.bundle/beep.wav @@ -1168,7 +1176,7 @@ hash2 - azR5yXGDSU1Vx68xN+JBem3ULpGeCetlqgBMOc2QhMU= + ZxyTMhQ7mcZMhGrKB7A42qCuiyt7tNxcwdztTG/Gh74= Frameworks/AppAuth.framework/Info.plist @@ -1189,7 +1197,7 @@ hash2 - yaeS17VrXHDeW2vP1vCykcPkLyEqufEVbEnK8JiUTZM= + skNP5Xy/4+SOa2MCEOh0CpKGble3BBGriVtXdDIkCzM= Frameworks/FBLPromises.framework/Info.plist @@ -1210,7 +1218,7 @@ hash2 - CrfP9syU9jpXRMpu+W9B2KxWJ7aix/uuFGA/ad5CxiA= + kM/q/qB/PxvIYInW/oBFBO7UfGDIIuYHZmCQfDEN4wA= Frameworks/GTMAppAuth.framework/Info.plist @@ -1231,7 +1239,7 @@ hash2 - Qys2ERNJFB1AGjuh9wZbOIUl8ttAW+UOFIH7AnMfjs0= + QA/8jMSaXT3SrPwwZfbBsCZ3j8TsJ+wq5izSWwrEa8Q= Frameworks/GTMSessionFetcher.framework/Info.plist @@ -1252,7 +1260,7 @@ hash2 - 8H7J9PidivAVqPW9OxNsT0gebgfjG1GED8MfoztT8Dk= + tmQ9x7EmT6JntueVPfHBeSr/HC/REII3TEzQD7n/Zwc= Frameworks/GoogleToolboxForMac.framework/Info.plist @@ -1273,7 +1281,7 @@ hash2 - 2I0Hip5qiKloLMWoNYpt3r27bMQMpdzwEiyz4BAzChY= + hwCG9DTxJ+aFO10vvuyr6YVtgbYBDWj2qPwEmryZyhE= Frameworks/GoogleUtilities.framework/Info.plist @@ -1301,7 +1309,7 @@ hash2 - BCWtwZzclYZ08Wh3ELfyl0ZAcrIjvyRl/l5VlNdvljw= + +oyaw8BZeiMJBjaXjhsrlqUL8N+dcifopgRC6diKJ7o= Frameworks/Protobuf.framework/_CodeSignature/CodeResources @@ -1329,7 +1337,7 @@ hash2 - tPZWJkpNwbgrdwWFyDUa4VjBl5l5Qe+yjBxSrh+2H2k= + G0BniDyr67eKGhnutBXCCzsxASjybd8lI4ygdb9dvpc= GoogleService-Info.plist @@ -1720,14 +1728,14 @@ hash2 - vo4sjbMRKcrnlvSEfRD9T5fJdMCtUdPzBsZHkW+1g1k= + G3r8GGO0W37/ZdOLiblPJFkGHl/hlqTf7PHCrsUSyR0= config.xml hash2 - 5VS8xB7AGT/56zgsUFZ41aYvm7Rik/cA2uac+cpuhJU= + CR5hiSgUqnk2EWFDxpTK88OloRrhPGjYg/jiivF8eUY= embedded.mobileprovision @@ -1804,7 +1812,7 @@ hash2 - PeQ1KHJyWjpqXMZb56bUvsZZ7kDDZQI/ZFmj2/fxTcQ= + CWFUOanZrPetE9exM2UID4FEP2g68xeB4JDYhwW69Fo= www/css/account.css @@ -1818,7 +1826,7 @@ hash2 - 0Ref2ia2WNU/FUTXvy1d3r2wHLzp/RKcYkUFuKwjlHg= + MYEvUXIzZd0akqPWT2Hno4xJMQ11/uptDd5P15845oU= www/css/cart.css @@ -1923,14 +1931,14 @@ hash2 - OVS3UOlBP0+h6LKr6ZFwMUtlcmMOBaE7H4RcT+LmHKk= + aBtGueYCAbgfTOS5JOJ2RaGOsusDO20DPQGphafGPR8= www/css/nav.css hash2 - Sg5eAqeoaKilCtwQ7IDgmNzSGmMVYFQmEGtnIKWVbTg= + 5a9TTv1R+eYHOpiQSwDNdNU0hL0KgCRghrGe9gNQbVM= www/css/products.css @@ -1951,7 +1959,7 @@ hash2 - hIOJjnxw91uNxU15wXKhBNQawenrYV0PSgxsJCC1Bg8= + vwjN0NgmiEmmz1u6g8PqHf6vKZR0VO2Yr1YS53EUVqA= www/db.json @@ -2147,7 +2155,7 @@ hash2 - bv7QLGWRa55rBNra2XhPVv2sPGNoy+MQraZWiSlabJ4= + /1LXGeOiPDqdM90hGFPQJSlEA0V9VPgOk6NJ6/47lEA= www/js/index.js @@ -2322,7 +2330,7 @@ hash2 - 4PhA4mT0S9DvCw16wPp9pwd4s9Gtz3uXcwrrcRjoToA= + 1BTAIoUw0q9kXVi8ZYVDP4lmYCJ/JMvMBtxjzgSAdZU= www/js/lib/etc/analytics.js @@ -2357,14 +2365,14 @@ hash2 - Q5IKf7w6366oNr4Kuz0YyG1Yxra12yTSJ38fOGSbUkY= + kE1e8m3ng4KeRfamZwBcecoJTRpYn7woeEG3SGMx9tM= www/js/lib/etc/scroll.js hash2 - uLSqkL7BiFk0rSN7Ow4z54qqRJfCX1P2hQZHthVK1q0= + XNLf2WIzlza5von9bMEmYE9Cfwt/uQdK/xDfFWnsr+c= www/js/lib/etc/sim.js @@ -2745,6 +2753,20 @@ bxLaY2hOh13X+tMPiaLF4+Nj/dZcWSzVsaDz6Bj7CAc= + www/plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js + + hash2 + + 17K+wpBts4g8z0mELlFpgMp0cfBIrQoSQI7ik5yIDyY= + + + www/plugins/es6-promise-plugin/www/promise.js + + hash2 + + 9CIW7f5Dk7yEK84D9evgQc6ryThptFDJtCnHYeOvWAo= + + rules diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml index b59ed354..8d6da5a9 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml @@ -1,5 +1,5 @@ - + @@ -44,6 +44,10 @@ + + + + Stone Island Stone Island @@ -79,6 +83,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/cordova_plugins.js b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/cordova_plugins.js index 74e8a3a4..a5fc9f49 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/cordova_plugins.js +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/cordova_plugins.js @@ -79,6 +79,20 @@ cordova.define('cordova/plugin_list', function(require, exports, module) { "clobbers": [ "navigator.geolocation" ] + }, + { + "id": "es6-promise-plugin.Promise", + "file": "plugins/es6-promise-plugin/www/promise.js", + "pluginId": "es6-promise-plugin", + "runs": true + }, + { + "id": "cordova-plugin-x-socialsharing.SocialSharing", + "file": "plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js", + "pluginId": "cordova-plugin-x-socialsharing", + "clobbers": [ + "window.plugins.socialsharing" + ] } ]; module.exports.metadata = { @@ -92,6 +106,8 @@ cordova.define('cordova/plugin_list', function(require, exports, module) { "cordova-plugin-firebasex": "10.2.0-cli", "cordova-plugin-ionic-keyboard": "2.2.0", "cordova-plugin-sim": "1.3.3", - "cordova-plugin-geolocation": "4.0.2" + "cordova-plugin-geolocation": "4.0.2", + "es6-promise-plugin": "4.2.2", + "cordova-plugin-x-socialsharing": "5.1.8" }; }); \ No newline at end of file diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/blogs.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/blogs.css index ee54a31f..f56ec474 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/blogs.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/blogs.css @@ -36,7 +36,8 @@ text-decoration: underline; } #story .content > div { - display:none; + display: none; + padding-bottom: env(safe-area-inset-bottom); } #story .content div.active { display:block; @@ -340,7 +341,7 @@ ul.links { #archive .scroll { top: 0; left: 0; - height: calc(100% - 125px); + height: 100%; } #archive .row:first-of-type { margin-top: 7em; diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/index.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/index.css index 2130c675..496a0ee4 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/index.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/index.css @@ -2,8 +2,8 @@ -webkit-tap-highlight-color: rgba(0,0,0,0); } body, html { - height: 100%; - width: 100%; + height: 100vh; + width: 100vw; margin: 0px; padding: 0px; overflow: hidden; @@ -18,7 +18,6 @@ body { background: #fff; font-family: pfd, sans-serif; font-size: 0.875rem; - padding-top: constant(safe-area-inset-top); } a, a:visited { color: #000; @@ -60,6 +59,7 @@ a, a:visited { } .vscroll .scroll { width: 100%; + overflow-x: hidden; /* height: calc(100vh - 2.5rem); overflow: scroll; -webkit-overflow-scrolling: touch; diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/nav.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/nav.css index 8ae57921..bd6747b1 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/nav.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/nav.css @@ -3,7 +3,9 @@ #nav { position: fixed; - top: 0; left: 0; + top: env(safe-area-inset-top); + left: 0; + height: calc(100vh - env(safe-area-inset-top)); width: 249px; -webkit-transform: translateZ(0) translateX(-249px); -webkit-transition: -webkit-transform 0.1s; @@ -11,8 +13,10 @@ } #content { position: fixed; - top: 0; left: 0; - width: 100%; height: 100%; + top: env(safe-area-inset-top); + left: 0; + width: 100%; + height: calc(100vh - env(safe-area-inset-top)); overflow: hidden; -webkit-transform: translateZ(0) translateX(0px); -webkit-transition: -webkit-transform 0.1s; @@ -88,7 +92,7 @@ position: absolute; width: 100%; padding: 20px 0; - top:0; + top: 0; border-top: 1px solid #ddd; } @@ -102,9 +106,10 @@ #nav .social { position: absolute; - top: calc(100vh - 48px); + bottom: env(safe-area-inset-bottom); left: 0; border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; display: flex; flex-direction: row; } @@ -162,7 +167,7 @@ #nav-container { display:flex; - height:calc(100vh - 40px); + height: 100%; width:100%; position:absolute; flex-direction: column; @@ -343,9 +348,13 @@ padding-bottom:0px; #footer { display: block; position: fixed; - bottom: 0; left: 0; width: 100%; + bottom: 0; + left: 0; + width: 100%; background: #fff; border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin-bottom: env(safe-area-inset-bottom); z-index: 1; } #footer div { diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/vendor/imageviewer.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/vendor/imageviewer.css index 739c37a1..90d80fde 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/vendor/imageviewer.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/vendor/imageviewer.css @@ -26,7 +26,7 @@ height: 48px; position: fixed; right: 20px; - top: 20px; + top: calc(20px + env(safe-area-inset-top)); cursor: pointer; text-align: center; overflow: hidden; diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html index d8065176..46c79c98 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html @@ -15,7 +15,7 @@ - + @@ -122,7 +122,9 @@

STORY

- +
+ +