Skip to content

Commit

Permalink
Update to v3.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Nov 24, 2020
1 parent 33bbe94 commit 947a02b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c

COCOAPODS: 1.10.0.rc.1
COCOAPODS: 1.10.0
8 changes: 4 additions & 4 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -708,13 +708,13 @@
CODE_SIGN_ENTITLEMENTS = CourseAppWidgetExtension.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 30510;
CURRENT_PROJECT_VERSION = 30511;
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.10;
MARKETING_VERSION = 3.5.11;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.nkust.ap.flutter.CourseAppWidget;
Expand All @@ -741,13 +741,13 @@
CODE_SIGN_ENTITLEMENTS = CourseAppWidgetExtension.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 30510;
CURRENT_PROJECT_VERSION = 30511;
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.10;
MARKETING_VERSION = 3.5.11;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.nkust.ap.flutter.CourseAppWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions lib/utils/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AppLocalizations {
'en': {
'app_name': 'NKUST AP',
'update_note_content':
'* Support cancel notify(Setting)\n* Support iOS course notify app widget.(iOS 14 above)\n* Fix leaves system.\n* Fix schedule show first error.',
'* Fix course format error in sunday(Genius)',
'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',
Expand Down Expand Up @@ -151,7 +151,7 @@ class AppLocalizations {
},
'zh': {
'app_name': '高科校務通',
'update_note_content': '* 加入取消上課通知(設定)\n* 加入iOS版本上課提醒桌面小工具(需要iOS 14以上版本)\n* 修正請假系統\n* 修正行事曆第一次繪製錯誤',
'update_note_content': '* 修正週日課表格式錯誤(週日兩種編號 Genius)',
'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',
Expand Down
2 changes: 1 addition & 1 deletion macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 580e6d7c6c04b3286a73022616fe6dd217116f54

COCOAPODS: 1.10.0.rc.1
COCOAPODS: 1.10.0
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nkust_ap
description: A new Flutter application.

version: 3.5.10+30510
version: 3.5.11+30511

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down

0 comments on commit 947a02b

Please sign in to comment.