This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// This script creates a valid push package. | |
// This script assumes that the website.json file and iconset already exist. | |
// This script creates a manifest and signature, zips the folder, and returns the push package. | |
// Use this script as an example to generate a push package dynamically. | |
$package_version = 2; // Change this to the desired push package version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// This script creates a valid push package. | |
// This script assumes that the website.json file and iconset already exist. | |
// This script creates a manifest and signature, zips the folder, and returns the push package. | |
// Use this script as an example to generate a push package dynamically. | |
$package_version = 2; // Change this to the desired push package version. |