From bd381b80e73214869b40f21db25424576f2b7b7c Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Tue, 11 Aug 2020 21:22:44 +0800 Subject: [PATCH] Update to v3.4.3 --- ios/Flutter/.last_build_id | 2 +- ios/Flutter/flutter_export_environment.sh | 13 ++++++------- lib/utils/app_localizations.dart | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/ios/Flutter/.last_build_id b/ios/Flutter/.last_build_id index c91df369..b9a7f7c6 100644 --- a/ios/Flutter/.last_build_id +++ b/ios/Flutter/.last_build_id @@ -1 +1 @@ -3c0b760f3d3ae7241527710c508f68d2 \ No newline at end of file +752ae53e2164776e3145948bd947e5ac \ No newline at end of file diff --git a/ios/Flutter/flutter_export_environment.sh b/ios/Flutter/flutter_export_environment.sh index 4a271467..681a31eb 100755 --- a/ios/Flutter/flutter_export_environment.sh +++ b/ios/Flutter/flutter_export_environment.sh @@ -2,15 +2,14 @@ # This is a generated file; do not edit or check into version control. export "FLUTTER_ROOT=/Users/rainvisitor/development/flutter" export "FLUTTER_APPLICATION_PATH=/Users/rainvisitor/Documents/GitHub-NKUST-ITC/nkust_ap" -export "FLUTTER_TARGET=/Users/rainvisitor/Documents/GitHub-NKUST-ITC/nkust_ap/lib/main.dart" +export "FLUTTER_TARGET=lib/main.dart" export "FLUTTER_BUILD_DIR=build" export "SYMROOT=${SOURCE_ROOT}/../build/ios" export "OTHER_LDFLAGS=$(inherited) -framework Flutter" -export "FLUTTER_FRAMEWORK_DIR=/Users/rainvisitor/development/flutter/bin/cache/artifacts/engine/ios" -export "FLUTTER_BUILD_NAME=3.4.2" -export "FLUTTER_BUILD_NUMBER=30402" -export "DART_DEFINES=flutter.inspector.structuredErrors%3Dtrue" +export "FLUTTER_FRAMEWORK_DIR=/Users/rainvisitor/development/flutter/bin/cache/artifacts/engine/ios-release" +export "FLUTTER_BUILD_NAME=3.4.3" +export "FLUTTER_BUILD_NUMBER=30403" export "DART_OBFUSCATION=false" -export "TRACK_WIDGET_CREATION=true" -export "TREE_SHAKE_ICONS=false" +export "TRACK_WIDGET_CREATION=false" +export "TREE_SHAKE_ICONS=true" export "PACKAGE_CONFIG=.packages" diff --git a/lib/utils/app_localizations.dart b/lib/utils/app_localizations.dart index 2251d5df..66e57418 100644 --- a/lib/utils/app_localizations.dart +++ b/lib/utils/app_localizations.dart @@ -23,7 +23,7 @@ class AppLocalizations { 'en': { 'app_name': 'NKUST AP', 'update_note_content': - '* Remove event checkout.\n* Add Bus rule english version.\n* Fix bug.', + '* Fix a part of school affairs system feature.', 'about_open_source_content': 'https://github.com/NKUST-ITC/NKUST-AP-Flutter\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright © 2018 Rainvisitor\n\nThis project is Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.', 'bus_pick_date': 'Chosen Date: %s', @@ -147,7 +147,7 @@ class AppLocalizations { 'zh': { 'app_name': '高科校務通', 'update_note_content': - '* 移除上課打卡\n* 新增英文版校車規則.\n* 修復部分錯誤.', + '* 修復部分校務通功能.', 'about_open_source_content': 'https://github.com/NKUST-ITC/NKUST-AP-Flutter\n\n本專案採MIT 開放原始碼授權:\nThe MIT License (MIT)\n\nCopyright © 2020 Rainvisitor\n\nThis project is Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.', 'bus_pick_date': '選擇乘車時間:%s', diff --git a/pubspec.yaml b/pubspec.yaml index 06415b8c..55e2a9dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nkust_ap description: A new Flutter application. -version: 3.4.2+30402 +version: 3.4.3+30403 environment: sdk: ">=2.6.0 <3.0.0"