From b538ece099fd714dcdb6629135785dec43870e3d Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Fri, 8 Jan 2021 22:45:01 +0800 Subject: [PATCH] Update to v3.6.0 --- ios/Runner.xcodeproj/project.pbxproj | 8 ++++---- lib/utils/app_localizations.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 2357e526..6b63e7b4 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -735,13 +735,13 @@ CODE_SIGN_ENTITLEMENTS = CourseAppWidgetExtension.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 30514; + CURRENT_PROJECT_VERSION = 30600; DEVELOPMENT_TEAM = R7BC26UNC9; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = CourseAppWidget/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - MARKETING_VERSION = 3.5.14; + MARKETING_VERSION = 3.6.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.nkust.ap.flutter.CourseAppWidget; @@ -768,13 +768,13 @@ CODE_SIGN_ENTITLEMENTS = CourseAppWidgetExtension.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 30514; + CURRENT_PROJECT_VERSION = 30600; DEVELOPMENT_TEAM = R7BC26UNC9; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = CourseAppWidget/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - MARKETING_VERSION = 3.5.14; + MARKETING_VERSION = 3.6.0; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.nkust.ap.flutter.CourseAppWidget; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/lib/utils/app_localizations.dart b/lib/utils/app_localizations.dart index 0059dcac..dea99479 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': - '* Fix course format error in sunday(Genius)', + '* Add course table export to image.\n* Add announcement review system.', '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 © 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': 'Chosen Date: %s', @@ -151,7 +151,7 @@ class AppLocalizations { }, 'zh': { 'app_name': '高科校務通', - 'update_note_content': '* 修正週日課表格式錯誤(週日兩種編號 Genius)', + 'update_note_content': '* 新增課表匯出圖片功能\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 a2435ae6..50f7c396 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nkust_ap description: A new Flutter application. -version: 3.5.14+30514 +version: 3.6.0+30600 environment: sdk: ">=2.6.0 <3.0.0"