From 586bfb9de7f71ae407b645e2096cbc101537912b Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Wed, 21 Oct 2020 23:05:05 +0800 Subject: [PATCH] Update to v0.5.2 --- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ lib/utils/app_localizations.dart | 4 ++-- macos/Podfile.lock | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index e2c69ce..3318afa 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -778,13 +778,13 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = CourseAppWidgetExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 501; + CURRENT_PROJECT_VERSION = 502; 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 = 0.5.1; + MARKETING_VERSION = 0.5.2; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.nsysu.ap.CourseAppWidget; @@ -812,13 +812,13 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = CourseAppWidgetExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 501; + CURRENT_PROJECT_VERSION = 502; 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 = 0.5.1; + MARKETING_VERSION = 0.5.2; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.nsysu.ap.CourseAppWidget; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -843,13 +843,13 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = CourseAppWidgetExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 501; + CURRENT_PROJECT_VERSION = 502; 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 = 0.5.1; + MARKETING_VERSION = 0.5.2; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.nsysu.ap.CourseAppWidget; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/lib/utils/app_localizations.dart b/lib/utils/app_localizations.dart index e27fafe..fa0d5e7 100644 --- a/lib/utils/app_localizations.dart +++ b/lib/utils/app_localizations.dart @@ -87,7 +87,7 @@ class AppLocalizations { static Map> _localizedValues = { 'en': { 'app_name': 'NSYSU AP', - 'update_note_content': '* Fix home widget color error.', + 'update_note_content': '* Fix home widget weekday error.\n* Fix PDF rendering error.\n* Improve a part of text to selectable.', 'about_open_source_content': 'https://github.com/abc873693/NSYSU-AP\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright © 2019 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.', 'graduationCheckChecklist': 'Graduation check checklist', @@ -122,7 +122,7 @@ class AppLocalizations { }, 'zh': { 'app_name': '中山校務通', - 'update_note_content': '* 修正小工具顏色錯誤', + 'update_note_content': '* 修正小工具星期錯誤\n* 修正PDF產生錯誤\n* 改善特定文字顯示與可選取', 'about_open_source_content': 'https://github.com/abc873693/NSYSU-AP\n\nThis project is licensed under the terms of the MIT license:\nThe MIT License (MIT)\n\nCopyright © 2019 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.', 'graduationCheckChecklist': '應屆畢業生成績檢核表', diff --git a/macos/Podfile.lock b/macos/Podfile.lock index e8382f2..510b59b 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -106,7 +106,7 @@ DEPENDENCIES: - firebase_crashlytics (from `Flutter/ephemeral/.symlinks/plugins/firebase_crashlytics/macos`) - firebase_remote_config (from `Flutter/ephemeral/.symlinks/plugins/firebase_remote_config/macos`) - flutter_local_notifications (from `Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos`) - - FlutterMacOS (from `Flutter/ephemeral/.symlinks/flutter/darwin-x64`) + - FlutterMacOS (from `Flutter/ephemeral/.symlinks/flutter/darwin-x64-release`) - in_app_review (from `Flutter/ephemeral/.symlinks/plugins/in_app_review/macos`) - native_pdf_renderer (from `Flutter/ephemeral/.symlinks/plugins/native_pdf_renderer/macos`) - package_info (from `Flutter/ephemeral/.symlinks/plugins/package_info/macos`) @@ -148,7 +148,7 @@ EXTERNAL SOURCES: flutter_local_notifications: :path: Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos FlutterMacOS: - :path: Flutter/ephemeral/.symlinks/flutter/darwin-x64 + :path: Flutter/ephemeral/.symlinks/flutter/darwin-x64-release in_app_review: :path: Flutter/ephemeral/.symlinks/plugins/in_app_review/macos native_pdf_renderer: diff --git a/pubspec.yaml b/pubspec.yaml index cfaa08f..77f0ffb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nsysu_ap description: NSYSU AP -version: 0.5.1+501 +version: 0.5.2+502 environment: sdk: ">=2.6.0 <3.0.0"