From ba481d14f2b2a9b1d3826661839b0fa2d2d89984 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Sat, 4 Nov 2023 19:45:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=88=84=EB=9D=BD=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/template/index.html | 15 ++++++++++++ assets/template/manifest.plist | 45 ++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 assets/template/index.html create mode 100644 assets/template/manifest.plist 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 + + + + +