Skip to content

Commit

Permalink
Update to v3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Oct 9, 2020
1 parent e036edc commit 04cbea9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
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 = 30509;
CURRENT_PROJECT_VERSION = 30510;
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.9;
MARKETING_VERSION = 3.5.10;
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 = 30509;
CURRENT_PROJECT_VERSION = 30510;
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.9;
MARKETING_VERSION = 3.5.10;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.nkust.ap.flutter.CourseAppWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class SettingPageState extends State<SettingPage> {
packageInfo = await PackageInfo.fromPlatform();
setState(() {
isOffline = Preferences.getBool(Constants.PREF_IS_OFFLINE_LOGIN, false);
appVersion = packageInfo?.version ?? '3.5.4';
appVersion = packageInfo?.version ?? '3.5.10';
courseNotify = Preferences.getBool(Constants.PREF_COURSE_NOTIFY, false);
displayPicture =
Preferences.getBool(Constants.PREF_DISPLAY_PICTURE, true);
Expand Down
6 changes: 3 additions & 3 deletions lib/utils/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class AppLocalizations {
'en': {
'app_name': 'NKUST AP',
'update_note_content':
'* Support cancel notify(Setting)\n* Support iOS course notify app widget.(iOS 14 above)',
'* Support cancel notify(Setting)\n* Support iOS course notify app widget.(iOS 14 above)\n* Fix leaves system.\n* Fix schedule show first error.',
'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.',
'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',
'bus_not_pick_date': 'Chosen Date',
'bus_count" formatted="false': '(%s / %s)',
Expand Down Expand Up @@ -151,7 +151,7 @@ class AppLocalizations {
},
'zh': {
'app_name': '高科校務通',
'update_note_content': '* 加入取消上課通知(設定)\n* 加入iOS版本上課提醒桌面小工具(需要iOS 14以上版本)',
'update_note_content': '* 加入取消上課通知(設定)\n* 加入iOS版本上課提醒桌面小工具(需要iOS 14以上版本)\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',
Expand Down
14 changes: 7 additions & 7 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ PODS:
- Firebase/RemoteConfig (6.26.0):
- Firebase/CoreOnly
- FirebaseRemoteConfig (~> 4.5.0)
- firebase_core (0.5.0):
- firebase_core (0.5.0-1):
- Firebase/CoreOnly (~> 6.26.0)
- FlutterMacOS
- firebase_crashlytics (0.2.0):
- firebase_crashlytics (0.2.1-1):
- Firebase/CoreOnly (~> 6.26.0)
- Firebase/Crashlytics (~> 6.26.0)
- firebase_core
- FlutterMacOS
- firebase_remote_config (0.4.0):
- firebase_remote_config (0.4.0-2):
- Firebase/CoreOnly (~> 6.26.0)
- Firebase/RemoteConfig (~> 6.26.0)
- firebase_core
Expand Down Expand Up @@ -175,9 +175,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
file_chooser: 24432cf5dc836722b05c11c2a0a30d19c3c9b996
Firebase: 7cf5f9c67f03cb3b606d1d6535286e1080e57eb6
firebase_core: dd6486c333f1bceec3f20fc59fd2519ba6eda067
firebase_crashlytics: 143108ccbde8c5cb94da9db2765f695e8b1bd404
firebase_remote_config: 84e666511dda24550d77241add30bd55204048fc
firebase_core: f1dec2a1c2cf546f94f15f3883012c8134955031
firebase_crashlytics: f437a56b5c3389a06ec413f891e19637d7eaefd3
firebase_remote_config: 70f625fb02157724104ef4ed4bf7d3bbdec37032
FirebaseABTesting: 821a3a3e4a145987e80fee3657c4de1cb9adf693
FirebaseAnalyticsInterop: 3f86269c38ae41f47afeb43ebf32a001f58fcdae
FirebaseCore: f42e5e5f382cdcf6b617ed737bf6c871a6947b17
Expand Down Expand Up @@ -208,4 +208,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 580e6d7c6c04b3286a73022616fe6dd217116f54

COCOAPODS: 1.9.3
COCOAPODS: 1.10.0.rc.1
4 changes: 2 additions & 2 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
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.9+30509
version: 3.5.10+30510

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

0 comments on commit 04cbea9

Please sign in to comment.