From 1ccda52f6f736ec3b129041f74c82f327d921fb2 Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Thu, 20 Apr 2023 12:40:12 +0800 Subject: [PATCH] update `README.md` --- README.md | 13 ++++--------- README_zh.md | 13 ++++--------- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ lib/data/res/build_data.dart | 6 +++--- make.dart | 2 +- 5 files changed, 18 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index db115ea7..4065a481 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,18 @@ English | [简体中文](README_zh.md) -

-

Server Box

-

+![flutter_server_box](https://socialify.git.ci/lollipopkit/flutter_server_box/image?description=1&font=Jost&forks=1&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Flollipopkit%2Fflutter_server_box%2Fmain%2Fassets%2Fapp_icon.png&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Auto)

- - - -

- -

+ + +

diff --git a/README_zh.md b/README_zh.md index 741cbd7b..748553dc 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,23 +1,18 @@ 简体中文 | [English](README.md) -

-

Server Box

-

+![flutter_server_box](https://socialify.git.ci/lollipopkit/flutter_server_box/image?description=1&descriptionEditable=%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%8A%B6%E6%80%81%20%26%20%E5%B7%A5%E5%85%B7%E7%AE%B1%E5%BA%94%E7%94%A8%EF%BC%8C%E4%BD%BF%E7%94%A8%20Flutter&font=Jost&forks=1&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Flollipopkit%2Fflutter_server_box%2Fmain%2Fassets%2Fapp_icon.png&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Auto)

- - - -

- -

+ + +

diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index e9b30864..a07928b1 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -359,7 +359,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 269; + CURRENT_PROJECT_VERSION = 270; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; @@ -367,7 +367,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.269; + MARKETING_VERSION = 1.0.270; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -490,7 +490,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 269; + CURRENT_PROJECT_VERSION = 270; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; @@ -498,7 +498,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.269; + MARKETING_VERSION = 1.0.270; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -515,7 +515,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 269; + CURRENT_PROJECT_VERSION = 270; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; @@ -523,7 +523,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.269; + MARKETING_VERSION = 1.0.270; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/lib/data/res/build_data.dart b/lib/data/res/build_data.dart index d4e4d1d5..bb5cad8e 100644 --- a/lib/data/res/build_data.dart +++ b/lib/data/res/build_data.dart @@ -2,8 +2,8 @@ class BuildData { static const String name = "ServerBox"; - static const int build = 269; + static const int build = 270; static const String engine = "3.7.11"; - static const String buildAt = "2023-04-19 20:53:37.738261"; - static const int modifications = 15; + static const String buildAt = "2023-04-19 20:59:00.726374"; + static const int modifications = 2; } diff --git a/make.dart b/make.dart index 545fbd33..0d2cd19f 100755 --- a/make.dart +++ b/make.dart @@ -196,7 +196,7 @@ void main(List args) async { final stopwatch = Stopwatch()..start(); await dartFormat(); await getGitCommitCount(); - // always change version to avoid dismatch version between different + // always change version to avoid dismatch version between different // platforms await changeAppleVersion(); await updateBuildData();