Recopy is not yet signed with an Apple Developer certificate. macOS Gatekeeper will block it on first launch. Here's how to open it.
- Open the
.dmgfile and drag Recopy to the Applications folder - Right-click (or Control+click) on Recopy in Applications
- Select Open from the context menu
- In the dialog, click Open to confirm
You only need to do this once. After that, Recopy will open normally.
If you double-clicked Recopy and saw the "cannot be opened" dialog:
- Open System Settings → Privacy & Security
- Scroll down to the Security section
- You'll see a message: "Recopy" was blocked from use because it is not from an identified developer
- Click Open Anyway
- Enter your password if prompted
Remove the quarantine attribute:
xattr -d com.apple.quarantine /Applications/Recopy.appmacOS Gatekeeper requires apps to be signed with an Apple Developer certificate. Recopy is a free project and does not yet have code signing configured. The app is safe to use — you can review the full source code on GitHub.
We plan to add code signing and notarization in the future.
Recopy 尚未使用 Apple 开发者证书签名,macOS Gatekeeper 会在首次启动时阻止运行。以下是解决方法。
- 打开
.dmg文件,将 Recopy 拖入"应用程序"文件夹 - 在"应用程序"中右键点击(或 Control+点击)Recopy
- 在弹出菜单中选择打开
- 在弹出的对话框中点击打开确认
只需操作一次,之后即可正常打开。
如果你双击 Recopy 后看到"无法打开"的提示:
- 打开 系统设置 → 隐私与安全性
- 向下滚动到安全性部分
- 你会看到提示:"Recopy"已被阻止使用,因为它并非来自已识别的开发者
- 点击仍然打开
- 根据提示输入密码
移除隔离属性:
xattr -d com.apple.quarantine /Applications/Recopy.appmacOS Gatekeeper 要求应用使用 Apple 开发者证书签名。Recopy 是免费项目,尚未配置代码签名。应用本身是安全的——你可以在 GitHub 上查看完整源代码。
我们计划后续添加代码签名和公证。