Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
netdcy committed Aug 21, 2024
1 parent 5939b72 commit f5e8f1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,12 @@ brew install flowvision --no-quarantine
- Select "Open" from the menu.
- Click "Open" in the dialog that appears.

(ref: https://support.apple.com/102445#openanyway)
(https://support.apple.com/102445#openanyway)

**Q2: Why isn't the application notarized?**

**A2:** Notarizing an app requires an annual $100 fee to Apple. To keep the software free, we haven't notarized it. If you prefer, you can build the app yourself from the source code.

**Q3: Why doesn't the application have an auto-update feature?**

**A3:** Checking for updates requires a network connection, and the philosophy of this project is to ensure that data privacy remains entirely under the user's control. Using auto-update could lead to scenarios where the developer's account is compromised, and malicious code is distributed through the update channel. To ensure the safety and privacy of your data, we have chosen not to include an auto-update feature.

## Build

### Environment
Expand Down
12 changes: 4 additions & 8 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,12 @@ brew install flowvision --no-quarantine
- 从菜单中选择“打开”
- 在出现的对话框中再次点击“打开”

参考:https://support.apple.com/102445#openanyway)
https://support.apple.com/102445#openanyway)

**Q2: 为什么应用程序没有经过公证?**

**A2:** 公证应用程序需要每年向Apple支付100美元的费用。为了保持软件免费,我们没有对其进行公证。如果你愿意,可以从提供的源代码自行构建应用程序。

**Q3: 为什么程序没有自动升级功能?**

**A3:** 检查更新需要网络连接,而该项目的理念是保证数据隐私完全掌控在用户手中。使用自动升级可能会遇到开发者账号被窃取,通过升级渠道传播恶意代码等意外情况。为了确保用户的数据安全和隐私,我们选择不提供自动升级功能。

## 编译

### 环境
Expand All @@ -95,7 +91,7 @@ Xcode 15.2+

### 构建步骤

1. 克隆此项目和依赖库的代码
1. 克隆此项目和依赖库的代码
2. 对于ffmpeg-kit,需要预先构建二进制文件。如果你想省时间,可以直接下载它已构建好的二进制库,例如 `ffmpeg-kit-full-gpl-6.0-macos-xcframework.zip` (非LTS版本)。 解压后,在终端执行如下命令以移除quarantine属性:

```
Expand All @@ -121,8 +117,8 @@ Xcode 15.2+
└── Sources
```

4. 用Xcode打开 `FlowVision.xcodeproj` ,在菜单栏中点击 'Product' -> 'Build For' -> 'Profiling'
5. 然后 'Product' -> 'Show Build Folder in Finder',就可以看到构建好的app了 `Products/Release/FlowVison.app`
4. 用Xcode打开 `FlowVision.xcodeproj` ,在菜单栏中点击 'Product' -> 'Build For' -> 'Profiling'
5. 然后 'Product' -> 'Show Build Folder in Finder',就可以看到构建好的app了 `Products/Release/FlowVison.app`

## 协议

Expand Down

0 comments on commit f5e8f1b

Please sign in to comment.