From 85f9477a9d6d15d405143b02222052f25b00afb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9D=B0?= Date: Wed, 22 Jun 2022 03:28:21 +0000 Subject: [PATCH] add manifest.plist. --- manifest.plist | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 manifest.plist diff --git a/manifest.plist b/manifest.plist new file mode 100644 index 00000000..88c4c0f9 --- /dev/null +++ b/manifest.plist @@ -0,0 +1,41 @@ + + +items + + +assets + + +kind +software-package +url +http://123.133.65.7:8090/app/GoertekApp.ipa + + +kind +display-image +url +https://app.goertek.com/icon57.png + + +kind +full-size-image +url +https://app.goertek.com/icon512.png + + +metadata + +bundle-identifier +Com.Goertek.MA.GoerTekApp +bundle-version +1.0.0 +kind +software +title +GoertekApp + + + + + \ No newline at end of file -- Gitee