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 --- StoneIsland/config.xml | 50 +- StoneIsland/package-lock.json | 117 ++- StoneIsland/package.json | 10 +- .../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 + .../cordova-plugin-x-socialsharing/.npmignore | 3 + .../cordova-plugin-x-socialsharing/.travis.yml | 4 + .../plugins/cordova-plugin-x-socialsharing/LICENSE | 19 + .../plugins/cordova-plugin-x-socialsharing/MIT | 21 - .../cordova-plugin-x-socialsharing/README.md | 35 +- .../cordova-plugin-x-socialsharing/package.json | 66 +- .../cordova-plugin-x-socialsharing/plugin.xml | 22 +- .../screenshots/screenshot-android-share.png | Bin 142454 -> 0 bytes .../screenshots/screenshot-ios6-share.png | Bin 48752 -> 0 bytes .../screenshots/screenshot-ios7-ipad-share.png | Bin 47118 -> 0 bytes .../screenshots/screenshot-ios7-share.png | Bin 342109 -> 0 bytes .../screenshots/screenshot-wp8-share.jpg | Bin 33347 -> 0 bytes .../screenshots/screenshots-ios7-shareconfig.png | Bin 183133 -> 0 bytes .../android/nl/xservices/plugins/FileProvider.java | 5 + .../nl/xservices/plugins/SocialSharing.java | 36 +- .../src/android/res/xml/sharing_paths.xml | 11 + .../src/ios/NSString+SSURLEncoding.h | 5 + .../src/ios/NSString+SSURLEncoding.m | 30 + .../src/ios/NSString+URLEncoding.h | 5 - .../src/ios/NSString+URLEncoding.m | 30 - .../src/ios/SocialSharing.m | 80 +- .../src/windows/SocialSharingProxy.js | 17 +- .../src/wp8/Newtonsoft.Json.dll | Bin 0 -> 374784 bytes .../tests/plugin.xml | 13 - .../cordova-plugin-x-socialsharing/tests/test.js | 363 --------- .../www/SocialSharing.js | 20 +- .../plugins/es6-promise-plugin/CHANGELOG.md | 9 + StoneIsland/plugins/es6-promise-plugin/LICENSE | 21 + StoneIsland/plugins/es6-promise-plugin/README.md | 36 + .../plugins/es6-promise-plugin/package.json | 51 ++ StoneIsland/plugins/es6-promise-plugin/plugin.xml | 27 + .../plugins/es6-promise-plugin/www/promise.js | 10 + StoneIsland/plugins/fetch.json | 24 +- StoneIsland/plugins/ios.json | 6 + StoneIsland/resources/icon.png | Bin 0 -> 323673 bytes StoneIsland/resources/ios/icon/icon-1024.png | Bin 0 -> 268021 bytes StoneIsland/resources/ios/icon/icon-108@2x.png | Bin 0 -> 32946 bytes StoneIsland/resources/ios/icon/icon-20.png | Bin 0 -> 964 bytes StoneIsland/resources/ios/icon/icon-20@2x.png | Bin 0 -> 2872 bytes StoneIsland/resources/ios/icon/icon-20@3x.png | Bin 0 -> 5154 bytes StoneIsland/resources/ios/icon/icon-24@2x.png | Bin 0 -> 3731 bytes StoneIsland/resources/ios/icon/icon-27.5@2x.png | Bin 0 -> 4539 bytes StoneIsland/resources/ios/icon/icon-29.png | Bin 0 -> 1726 bytes StoneIsland/resources/ios/icon/icon-29@2x.png | Bin 0 -> 4958 bytes StoneIsland/resources/ios/icon/icon-29@3x.png | Bin 0 -> 9093 bytes StoneIsland/resources/ios/icon/icon-40.png | Bin 0 -> 2872 bytes StoneIsland/resources/ios/icon/icon-40@2x.png | Bin 0 -> 8068 bytes StoneIsland/resources/ios/icon/icon-40@3x.png | Bin 0 -> 14669 bytes StoneIsland/resources/ios/icon/icon-44@2x.png | Bin 0 -> 9275 bytes StoneIsland/resources/ios/icon/icon-50.png | Bin 0 -> 3880 bytes StoneIsland/resources/ios/icon/icon-50@2x.png | Bin 0 -> 11256 bytes StoneIsland/resources/ios/icon/icon-60.png | Bin 0 -> 5154 bytes StoneIsland/resources/ios/icon/icon-60@2x.png | Bin 0 -> 14669 bytes StoneIsland/resources/ios/icon/icon-60@3x.png | Bin 0 -> 25607 bytes StoneIsland/resources/ios/icon/icon-72.png | Bin 0 -> 6849 bytes StoneIsland/resources/ios/icon/icon-72@2x.png | Bin 0 -> 19058 bytes StoneIsland/resources/ios/icon/icon-76.png | Bin 0 -> 7360 bytes StoneIsland/resources/ios/icon/icon-76@2x.png | Bin 0 -> 20699 bytes StoneIsland/resources/ios/icon/icon-83.5@2x.png | Bin 0 -> 23446 bytes StoneIsland/resources/ios/icon/icon-86@2x.png | Bin 0 -> 23918 bytes StoneIsland/resources/ios/icon/icon-98@2x.png | Bin 0 -> 28853 bytes StoneIsland/resources/ios/icon/icon.png | Bin 0 -> 4748 bytes StoneIsland/resources/ios/icon/icon@2x.png | Bin 0 -> 13692 bytes .../resources/ios/splash/Default-1792h~iphone.png | Bin 0 -> 199223 bytes StoneIsland/resources/ios/splash/Default-2436h.png | Bin 0 -> 333492 bytes .../resources/ios/splash/Default-2688h~iphone.png | Bin 0 -> 395536 bytes .../ios/splash/Default-568h@2x~iphone.png | Bin 0 -> 107073 bytes StoneIsland/resources/ios/splash/Default-667h.png | Bin 0 -> 131647 bytes StoneIsland/resources/ios/splash/Default-736h.png | Bin 0 -> 288809 bytes .../ios/splash/Default-Landscape-1792h~iphone.png | Bin 0 -> 224043 bytes .../ios/splash/Default-Landscape-2436h.png | Bin 0 -> 369293 bytes .../ios/splash/Default-Landscape-2688h~iphone.png | Bin 0 -> 437955 bytes .../ios/splash/Default-Landscape-736h.png | Bin 0 -> 314292 bytes .../ios/splash/Default-Landscape@2x~ipad.png | Bin 0 -> 282185 bytes .../ios/splash/Default-Landscape@~ipadpro.png | Bin 0 -> 368560 bytes .../ios/splash/Default-Landscape~ipad.png | Bin 0 -> 102053 bytes .../ios/splash/Default-Portrait@2x~ipad.png | Bin 0 -> 271810 bytes .../ios/splash/Default-Portrait@~ipadpro.png | Bin 0 -> 358105 bytes .../resources/ios/splash/Default-Portrait~ipad.png | Bin 0 -> 98059 bytes .../resources/ios/splash/Default@2x~iphone.png | Bin 0 -> 87961 bytes .../ios/splash/Default@2x~universal~anyany.png | Bin 0 -> 377323 bytes .../resources/ios/splash/Default~iphone.png | Bin 0 -> 33997 bytes StoneIsland/resources/splash.png | Bin 0 -> 434543 bytes 154 files changed, 2321 insertions(+), 622 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 create mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/.npmignore create mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/.travis.yml create mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/LICENSE delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/MIT delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/screenshots/screenshot-android-share.png delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/screenshots/screenshot-ios6-share.png delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/screenshots/screenshot-ios7-ipad-share.png delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/screenshots/screenshot-ios7-share.png delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/screenshots/screenshot-wp8-share.jpg delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/screenshots/screenshots-ios7-shareconfig.png create mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/src/android/nl/xservices/plugins/FileProvider.java create mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/src/android/res/xml/sharing_paths.xml create mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/src/ios/NSString+SSURLEncoding.h create mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/src/ios/NSString+SSURLEncoding.m delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/src/ios/NSString+URLEncoding.h delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/src/ios/NSString+URLEncoding.m create mode 100755 StoneIsland/plugins/cordova-plugin-x-socialsharing/src/wp8/Newtonsoft.Json.dll delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/tests/plugin.xml delete mode 100644 StoneIsland/plugins/cordova-plugin-x-socialsharing/tests/test.js create mode 100644 StoneIsland/plugins/es6-promise-plugin/CHANGELOG.md create mode 100644 StoneIsland/plugins/es6-promise-plugin/LICENSE create mode 100644 StoneIsland/plugins/es6-promise-plugin/README.md create mode 100644 StoneIsland/plugins/es6-promise-plugin/package.json create mode 100644 StoneIsland/plugins/es6-promise-plugin/plugin.xml create mode 100644 StoneIsland/plugins/es6-promise-plugin/www/promise.js create mode 100644 StoneIsland/resources/icon.png create mode 100644 StoneIsland/resources/ios/icon/icon-1024.png create mode 100644 StoneIsland/resources/ios/icon/icon-108@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-20.png create mode 100644 StoneIsland/resources/ios/icon/icon-20@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-20@3x.png create mode 100644 StoneIsland/resources/ios/icon/icon-24@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-27.5@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-29.png create mode 100644 StoneIsland/resources/ios/icon/icon-29@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-29@3x.png create mode 100644 StoneIsland/resources/ios/icon/icon-40.png create mode 100644 StoneIsland/resources/ios/icon/icon-40@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-40@3x.png create mode 100644 StoneIsland/resources/ios/icon/icon-44@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-50.png create mode 100644 StoneIsland/resources/ios/icon/icon-50@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-60.png create mode 100644 StoneIsland/resources/ios/icon/icon-60@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-60@3x.png create mode 100644 StoneIsland/resources/ios/icon/icon-72.png create mode 100644 StoneIsland/resources/ios/icon/icon-72@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-76.png create mode 100644 StoneIsland/resources/ios/icon/icon-76@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-83.5@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-86@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon-98@2x.png create mode 100644 StoneIsland/resources/ios/icon/icon.png create mode 100644 StoneIsland/resources/ios/icon/icon@2x.png create mode 100644 StoneIsland/resources/ios/splash/Default-1792h~iphone.png create mode 100644 StoneIsland/resources/ios/splash/Default-2436h.png create mode 100644 StoneIsland/resources/ios/splash/Default-2688h~iphone.png create mode 100644 StoneIsland/resources/ios/splash/Default-568h@2x~iphone.png create mode 100644 StoneIsland/resources/ios/splash/Default-667h.png create mode 100644 StoneIsland/resources/ios/splash/Default-736h.png create mode 100644 StoneIsland/resources/ios/splash/Default-Landscape-1792h~iphone.png create mode 100644 StoneIsland/resources/ios/splash/Default-Landscape-2436h.png create mode 100644 StoneIsland/resources/ios/splash/Default-Landscape-2688h~iphone.png create mode 100644 StoneIsland/resources/ios/splash/Default-Landscape-736h.png create mode 100644 StoneIsland/resources/ios/splash/Default-Landscape@2x~ipad.png create mode 100644 StoneIsland/resources/ios/splash/Default-Landscape@~ipadpro.png create mode 100644 StoneIsland/resources/ios/splash/Default-Landscape~ipad.png create mode 100644 StoneIsland/resources/ios/splash/Default-Portrait@2x~ipad.png create mode 100644 StoneIsland/resources/ios/splash/Default-Portrait@~ipadpro.png create mode 100644 StoneIsland/resources/ios/splash/Default-Portrait~ipad.png create mode 100644 StoneIsland/resources/ios/splash/Default@2x~iphone.png create mode 100644 StoneIsland/resources/ios/splash/Default@2x~universal~anyany.png create mode 100644 StoneIsland/resources/ios/splash/Default~iphone.png create mode 100644 StoneIsland/resources/splash.png (limited to 'StoneIsland') diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index cc1a4d7a..ac0a5a49 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,5 +1,5 @@ - + Stone Island Stone Island @@ -53,6 +53,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -70,7 +117,6 @@ - diff --git a/StoneIsland/package-lock.json b/StoneIsland/package-lock.json index 88adee44..fbc310b9 100644 --- a/StoneIsland/package-lock.json +++ b/StoneIsland/package-lock.json @@ -428,6 +428,11 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "colors": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz", + "integrity": "sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=" + }, "combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -784,6 +789,50 @@ } } }, + "cordova-icon": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cordova-icon/-/cordova-icon-1.0.0.tgz", + "integrity": "sha1-Bp5wQTuqJ1srE3vljX/i+HYUCsU=", + "requires": { + "colors": "^0.6.2", + "fs-extra": "^0.30.0", + "imagemagick": "^0.1.3", + "minimist": "^1.2.0", + "q": "^1.0.1", + "underscore": "^1.6.0", + "xml2js": "^0.4.3" + }, + "dependencies": { + "fs-extra": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz", + "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^2.1.0", + "klaw": "^1.0.0", + "path-is-absolute": "^1.0.0", + "rimraf": "^2.2.8" + } + }, + "jsonfile": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + } + } + }, "cordova-ios": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/cordova-ios/-/cordova-ios-6.1.1.tgz", @@ -952,11 +1001,6 @@ "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.2.tgz", "integrity": "sha1-W2M1/rn1MB88ATuQlsuIhb29UHY=" }, - "cordova-plugin-x-socialsharing": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/cordova-plugin-x-socialsharing/-/cordova-plugin-x-socialsharing-5.1.8.tgz", - "integrity": "sha1-Q5odL0c2YnYogm5Rla5Tm1TmJIo=" - }, "cordova-serve": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/cordova-serve/-/cordova-serve-4.0.0.tgz", @@ -979,6 +1023,50 @@ } } }, + "cordova-splash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cordova-splash/-/cordova-splash-1.0.0.tgz", + "integrity": "sha1-76mjU5rJc3z2PKBnd+NwE6MdWGI=", + "requires": { + "colors": "^0.6.2", + "fs-extra": "^0.30.0", + "imagemagick": "^0.1.3", + "minimist": "^1.2.0", + "q": "^1.0.1", + "underscore": "^1.6.0", + "xml2js": "^0.4.3" + }, + "dependencies": { + "fs-extra": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz", + "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^2.1.0", + "klaw": "^1.0.0", + "path-is-absolute": "^1.0.0", + "rimraf": "^2.2.8" + } + }, + "jsonfile": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + } + } + }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", @@ -1166,6 +1254,12 @@ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz", "integrity": "sha1-QWgTO0K7BcOKNbGuQ5fIKYqzaeA=" }, + "es6-promise-plugin": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/es6-promise-plugin/-/es6-promise-plugin-4.2.2.tgz", + "integrity": "sha512-uoA4aVplXI9oqUYJFBAVRwAqIN9/n9JgrTAUGX3qPbnSZVE5yY1+6/MsoN5f4xsaPO62WjPHOdtts6okMN6tNA==", + "dev": true + }, "escape-goat": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", @@ -1598,6 +1692,11 @@ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==" }, + "imagemagick": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/imagemagick/-/imagemagick-0.1.3.tgz", + "integrity": "sha1-dIPOoJO02fLi85aFetyIIbU3xWo=" + }, "import-fresh": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", @@ -2015,6 +2114,14 @@ "json-buffer": "3.0.0" } }, + "klaw": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", + "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", + "requires": { + "graceful-fs": "^4.1.9" + } + }, "latest-version": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", diff --git a/StoneIsland/package.json b/StoneIsland/package.json index 7f27c1d7..a254dd5b 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -6,6 +6,7 @@ "dependencies": { "@ionic-native/core": "^5.28.0", "cordova": "^10.0.0", + "cordova-icon": "^1.0.0", "cordova-plugin-app-name": "^1.0.4", "cordova-plugin-customurlscheme": "~4.2.0", "cordova-plugin-device": "~1.1.3", @@ -15,7 +16,7 @@ "cordova-plugin-splashscreen": "~4.0.0", "cordova-plugin-statusbar": "^2.2.3", "cordova-plugin-whitelist": "1", - "cordova-plugin-x-socialsharing": "~5.1.3", + "cordova-splash": "^1.0.0", "ios-deploy": "^1.9.4", "phonegap-plugin-mobile-accessibility": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git", "plist": "^3.0.1" @@ -26,7 +27,8 @@ "cordova-plugin-androidx-adapter": "^1.1.1", "cordova-plugin-firebasex": "^10.2.0-cli", "cordova-plugin-geolocation": "^4.0.2", - "cordova-plugin-ionic-keyboard": "^2.2.0" + "cordova-plugin-ionic-keyboard": "^2.2.0", + "es6-promise-plugin": "^4.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -49,7 +51,6 @@ "cordova-plugin-inappbrowser": {}, "cordova-plugin-network-information": {}, "cordova-plugin-splashscreen": {}, - "cordova-plugin-x-socialsharing": {}, "phonegap-plugin-mobile-accessibility": {}, "cordova-plugin-firebasex": { "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true", @@ -60,7 +61,8 @@ "cordova-plugin-sim": {}, "cordova-plugin-geolocation": { "GEOLOCATION_USAGE_DESCRIPTION": "Stone Island needs to serve content based on your location." - } + }, + "cordova-plugin-x-socialsharing": {} }, "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

- +
+ +