diff --git a/assets/template/index.html b/assets/template/index.html new file mode 100644 index 0000000..a9c945a --- /dev/null +++ b/assets/template/index.html @@ -0,0 +1,15 @@ + + + + + + + + + + + + App Download + + + \ No newline at end of file diff --git a/assets/template/manifest.plist b/assets/template/manifest.plist new file mode 100644 index 0000000..50ba5d2 --- /dev/null +++ b/assets/template/manifest.plist @@ -0,0 +1,45 @@ + + + + + items + + + assets + + + kind + software-package + url + IPA_URL + + + kind + display-image + url + DISPLAY_IMAGE_URL + + + kind + full-size-image + url + FULL_SIZE_IMAGE_URL + + + metadata + + bundle-identifier + BUNDLE_ID + bundle-version + VERSION + kind + software + platform-identifier + com.apple.platform.iphoneos + title + APP_NAME + + + + +