diff --git a/.vscode/launch.json b/.vscode/launch.json
index 879a7789c..0de5f1610 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -7,7 +7,10 @@
{
"name": "toolbox",
"request": "launch",
- "type": "dart"
+ "type": "dart",
+ // "args": [
+ // "-v"
+ // ]
},
{
"name": "toolbox (profile mode)",
diff --git a/README.md b/README.md
index 511c9f190..f7625a08b 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,10 @@ Especially thanks to dartss
## 🔖 Feature
- [x] Functions
- - [x] `SSH` Terminal, `SFTP`
- - [x] `Docker & Pkg` Manager
- - [x] `Status` charts
- - [x] `Code editor`
- - [x] `Ping` and etc.
+ - [x] `SSH` Terminal, `SFTP`, `Docker & Pkg & Process`, Status chart, Code editor...
+ - [x] Platform specific: `Bio auth`、`Msg push`、`Home widget`、`watchOS App`...
- [x] Localization ( English, 简体中文, Deutsch, 繁體中文, Indonesian. [l10n guide](#l10n-guide) )
-- [x] Desktop support
+- [x] Platform support: `iOS / Android / macOS / Windows / Linux`
## 📩 Push
@@ -58,24 +55,18 @@ If ServerBox app has any bug, please open an [issue](https://github.com/lollipop
|
-
-
- |
@@ -90,7 +81,7 @@ Not tested| Windows / Linux
## 🧱 Contribution
**Any positive contribution is welcome**.
-10 iOS app redemption codes will be given away for the first time you participate in the contribution. :)
+
### l10n guide
1. Fork this repo and clone forked repo to your local machine.
2. Create `arb` file in `lib/l10n/` directory
diff --git a/README_zh.md b/README_zh.md
index 61b38de42..a1058792b 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -28,13 +28,10 @@
## 🔖 特点
- [x] 功能
- - [x] `SSH` 终端, `SFTP`
- - [x] `Docker & 包 & 进程` 管理器
- - [x] 状态图表
- - [x] 代码编辑器
- - [x] `Ping` 和 更多
+ - [x] `SSH` 终端, `SFTP`, `Docker & 包 & 进程` 管理器, 状态图表, 代码编辑器...
+ - [x] 特殊支持:`生物认证`、`推送`、`桌面小部件`、`watchOS App`、`跟随系统颜色`...
- [x] 本地化 ( English, 简体中文, Deutsch, 繁體中文, Indonesian。 [如何贡献?](#l10n))
-- [x] 桌面端支持
+- [x] 支持平台:`iOS / Android / macOS / Windows / Linux`
## 📩 推送
@@ -58,24 +55,18 @@
|
-
-
- |
@@ -89,7 +80,6 @@
## 🧱 贡献
**任何正面的贡献都欢迎**。
-第一次参与贡献,会赠送 10 份 iOS App 兑换码。如果没有 iOS 设备,你可以用来送给其他人。:)
### l10n
1. Fork 本项目,并 Clone 你 Fork 的项目至你的电脑
diff --git a/imgs/apt.png b/imgs/apt.png
deleted file mode 100644
index 6117d0984..000000000
Binary files a/imgs/apt.png and /dev/null differ
diff --git a/imgs/convert.png b/imgs/convert.png
deleted file mode 100644
index 26a15d614..000000000
Binary files a/imgs/convert.png and /dev/null differ
diff --git a/imgs/docker.jpeg b/imgs/docker.jpeg
deleted file mode 100644
index a4028d4f5..000000000
Binary files a/imgs/docker.jpeg and /dev/null differ
diff --git a/imgs/docker.png b/imgs/docker.png
new file mode 100644
index 000000000..e499cdf89
Binary files /dev/null and b/imgs/docker.png differ
diff --git a/imgs/ping.png b/imgs/ping.png
deleted file mode 100644
index ae20451ef..000000000
Binary files a/imgs/ping.png and /dev/null differ
diff --git a/imgs/ssh.jpg b/imgs/ssh.jpg
deleted file mode 100644
index 14b2c3e3f..000000000
Binary files a/imgs/ssh.jpg and /dev/null differ
diff --git a/imgs/ssh.png b/imgs/ssh.png
new file mode 100644
index 000000000..b6b7ab3a1
Binary files /dev/null and b/imgs/ssh.png differ
diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj
index 7970b263d..a6dd7b6ed 100644
--- a/macos/Runner.xcodeproj/project.pbxproj
+++ b/macos/Runner.xcodeproj/project.pbxproj
@@ -579,6 +579,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
+ PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
@@ -708,6 +709,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
+ PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
@@ -731,6 +733,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
+ PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};