From: vincent@cubedesigners.com Date: Tue, 28 Jul 2015 08:50:54 +0000 (+0000) Subject: Add default image to ios app download manifest X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ad65a62d99839009390649435e06434966585a1b;p=cubeextranet.git Add default image to ios app download manifest --- diff --git a/images/ws/ios/512.png b/images/ws/ios/512.png new file mode 100644 index 000000000..197673eec Binary files /dev/null and b/images/ws/ios/512.png differ diff --git a/images/ws/ios/57.png b/images/ws/ios/57.png new file mode 100644 index 000000000..77cbba409 Binary files /dev/null and b/images/ws/ios/57.png differ diff --git a/inc/commons/class.common.url.php b/inc/commons/class.common.url.php index 3a3b3451a..3a4b61707 100644 --- a/inc/commons/class.common.url.php +++ b/inc/commons/class.common.url.php @@ -459,7 +459,7 @@ class commonUrl { $bundle = $infos['CFBundleIdentifier']; $appName = $infos['CFBundleDisplayName']; $version = $infos['CFBundleVersion']; - $ipaURL = SCHEME . '://' . $_SERVER['HTTP_HOST'] . '/telechargerr/' . self::hashFile($fichier->relPath . '//') . '/' . $fichier->relPath; + $ipaURL = 'https://' . $_SERVER['HTTP_HOST'] . '/telechargerr/' . self::hashFile($fichier->relPath . '//') . '/' . $fichier->relPath; $xml = ' @@ -476,13 +476,29 @@ class commonUrl { url ' . $ipaURL . ' + + kind + full-size-image + needs-shine + + url + https://workshop.fluidbook.com/images/ws/ios/512.png + + + kind + display-image + needs-shine + + url + https://workshop.fluidbook.com/images/ws/ios/57.png + metadata bundle-identifier ' . $bundle . ' bundle-version - ' . $version . ' + ' . $version . '.' . time() . ' kind software title