From 64428dae3f0607f961a2715084075423a6777fdb Mon Sep 17 00:00:00 2001 From: iHTCboy Date: Sun, 19 Feb 2023 10:17:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=86=E8=8A=82=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +++++++++---------- app/ios/Flutter/flutter_export_environment.sh | 4 ++-- app/pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6742ed6..b914c48 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,16 @@ iPomodoro(爱番茄) 1、商店安装 -| 已上架的商店 | 下载地址 | -|--------|---| -| 苹果商店 | [https://apps.apple.com/cn/app/ipomodoro/id1439666929](https://apps.apple.com/cn/app/ipomodoro/id1439666929) | -| 谷歌商店 | [https://play.google.com/store/apps/details?id=com.iHTCboy.iPomodoro](https://play.google.com/store/apps/details?id=com.iHTCboy.iPomodoro) | -| 华为商店 | [https://appgallery.huawei.com/#/app/C103911977](https://appgallery.huawei.com/#/app/C103911977) | -| 小米商店 | [http://app.xiaomi.com/detail/1341005](http://app.xiaomi.com/detail/1341005) | -| 酷安商店 | [https://www.coolapk.com/apk/282769](https://www.coolapk.com/apk/282769) | -| APK下载 | [https://github.com/iHTCboy/iPomodoro-Flutter/releases](https://github.com/iHTCboy/iPomodoro-Flutter/releases) | - -> 注:因为苹果开发者账号需要 ¥688 年费,所以 AppStore下载收费1元。介意的朋友可以下载本项目代码在macOS系统编译安装。 +| 已上架的商店 | 下载地址 | 备注 | +|--------|---|---| +| 苹果商店 | [https://apps.apple.com/cn/app/ipomodoro/id1439666929](https://apps.apple.com/cn/app/ipomodoro/id1439666929) | 可供下载 | +| 谷歌商店 | [https://play.google.com/store/apps/details?id=com.iHTCboy.iPomodoro](https://play.google.com/store/apps/details?id=com.iHTCboy.iPomodoro) | 可供下载 | +| 华为商店 | [https://appgallery.huawei.com/#/app/C103911977](https://appgallery.huawei.com/#/app/C103911977) | 不合规被下架 | +| 小米商店 | [http://app.xiaomi.com/detail/1341005](http://app.xiaomi.com/detail/1341005) | 不合规被下架 | +| 酷安商店 | [https://www.coolapk.com/apk/282769](https://www.coolapk.com/apk/282769) | 不合规被下架 | +| APK下载 | [https://github.com/iHTCboy/iPomodoro-Flutter/releases](https://github.com/iHTCboy/iPomodoro-Flutter/releases) | 可供下载 | + +> 注:因为苹果开发者账号需要 ¥688 年费,所以 App Store下载收费1元。介意的朋友可以下载本项目代码在 macOS 系统编译安装。 2、编译安装 diff --git a/app/ios/Flutter/flutter_export_environment.sh b/app/ios/Flutter/flutter_export_environment.sh index 5c89fe4..a985e77 100755 --- a/app/ios/Flutter/flutter_export_environment.sh +++ b/app/ios/Flutter/flutter_export_environment.sh @@ -5,8 +5,8 @@ export "FLUTTER_APPLICATION_PATH=/Users/HTC/Documents/Programing/Flutter/iPomodo export "COCOAPODS_PARALLEL_CODE_SIGN=true" export "FLUTTER_TARGET=/Users/HTC/Documents/Programing/Flutter/iPomodoro-Flutter/app/lib/main.dart" export "FLUTTER_BUILD_DIR=build" -export "FLUTTER_BUILD_NAME=3.1.0" -export "FLUTTER_BUILD_NUMBER=230124" +export "FLUTTER_BUILD_NAME=3.1.1" +export "FLUTTER_BUILD_NUMBER=230209" export "DART_DEFINES=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==" export "DART_OBFUSCATION=false" export "TRACK_WIDGET_CREATION=true" diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 8127f49..f81d151 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 3.1.0+230124 +version: 3.1.1+230209 environment: sdk: ">=2.7.0 <3.0.0"