Skip to content

Releases: iosrxwy/MacAssistant

MacAssistant 1.0.0 Beta 4

Choose a tag to compare

@iosrxwy iosrxwy released this 18 Aug 18:24

中文

MacAssistant 1.0.0-beta.3 的补丁。关于 → 检查更新 可从 beta.3 升上来。

为什么有这一版

beta.3 本地能编过,但 GitHub Actions(macOS 14 / Swift 5.10)编不过:App Store 列版本时 Task.detached 抓了可变数组。这一版改成先拷出 version ID,CI 已绿。

自检

  • GitHub Actions build成功
  • 本地 swift test:350 项通过(2 项跳过)
  • 通用二进制 x86_64 + arm64codesign --verify --strict 通过

首次打开

本构建为 ad-hoc 签名,未经 Apple 公证。若 macOS 拦截:先打开一次,再到 系统设置 → 隐私与安全性 → 仍要打开

SHA-256:38b1d951169405757e5af33f27a56e989cc897fcdfb648027073ca5dd7737bb9


English

Patch over 1.0.0-beta.3. Update from About → Check for updates.

beta.3 compiled locally but failed GitHub Actions on macOS 14 / Swift 5.10 because Task.detached captured a mutable array while listing App Store versions. This build copies the version IDs first. CI is green.

SHA-256: 38b1d951169405757e5af33f27a56e989cc897fcdfb648027073ca5dd7737bb9

由 Codex 开发与维护 · 由 iosrxwy 发布。

MacAssistant 1.0.0 Beta 3

Choose a tag to compare

@iosrxwy iosrxwy released this 18 Aug 14:21

中文

MacAssistant 第三次公开测试版。

已安装 1.0.0-beta.2 的用户,可在 关于 → 检查更新 获取,或直接下载下方安装包。

更新内容

  • IPA 工具箱新增 安装 / 提取:把已签名 IPA 装到设备(支持升级、提高 Build 后覆盖以降级并尽量保留数据),把本机 .app / .xcarchive / Payload 打成 IPA,或从设备原样导出。不做砸壳。
  • 保留数据降级:只提高 CFBundleVersion 并重签,让系统当成升级覆盖。FairPlay 加密包走不了这条路径。
  • 可选本机 ipatool(MIT,不捆绑):用自己的 Apple ID 搜索 App Store、列历史版本、下载官方加密 IPA。可在环境检查页用 Homebrew 安装。
  • 商店官方包仍是 FairPlay 加密,不能当开发者 IPA 侧载,也不能做保留数据降级。

首次打开

本构建为 ad-hoc 签名,未经 Apple 公证。若 macOS 拦截:先打开一次,再到 系统设置 → 隐私与安全性 → 仍要打开

SHA-256:9dcfb35ef8357f742f95a4bc3da4184048c01490bfb5a053eeeebc808a0e24fe


English

Third public beta of MacAssistant.

Users on 1.0.0-beta.2 can update from About → Check for updates, or download below.

Highlights

  • IPA toolbox Install / Extract: sideload a signed IPA with upgrade or keep-data downgrade, package a local .app / .xcarchive / Payload, or export an app from a device as-is. No FairPlay dump.
  • Keep-data downgrade raises CFBundleVersion and re-signs so iOS treats it as an upgrade. Encrypted store IPAs are rejected on this path.
  • Optional local ipatool (MIT, not bundled): search the App Store with your own Apple ID, list older versions, and download the official encrypted IPA. Install it from Environment Check with Homebrew.
  • Official store packages stay FairPlay-encrypted. They are not sideloadable developer IPAs and cannot use keep-data downgrade.

First launch

This build is ad-hoc signed and not notarized. If macOS blocks it: open once, then System Settings → Privacy & Security → Open Anyway.

SHA-256: 9dcfb35ef8357f742f95a4bc3da4184048c01490bfb5a053eeeebc808a0e24fe

Thanks

由 Codex 开发与维护 · 由 iosrxwy 发布。

MacAssistant 1.0.0 Beta 2

Choose a tag to compare

@iosrxwy iosrxwy released this 17 Aug 19:43

中文

MacAssistant 第二次公开测试版。

已安装 1.0.0-beta.1 的用户,可在 关于 → 检查更新 获取,或直接下载下方安装包。

更新内容

  • IPA 拖入工作台:拖入 IPA、插件、Framework、描述文件后,按可预览的流水线执行;原来的六步向导保留为高级模式
  • Apple ID 签名、证书库、已连接设备列表(账号保存在钥匙串,不捆绑 AltSign / xtool)
  • DEB 页改为一层分段:Theos 插件 / 快速封装 / 转换 / 查看
  • DYLIB 分析更完整,支持拖入和多文件提取
  • 语言切换改到关于页;首次打开被拦截的步骤写在 README 里
  • CI 开始跑测试;许可证改为 GNU GPL-3.0

首次打开

本构建为 ad-hoc 签名,未经 Apple 公证。若 macOS 拦截:先打开一次,再到 系统设置 → 隐私与安全性 → 仍要打开

SHA-256:72f6c7a11bdf1d70a99618de10646bfb4f3f1aa798bf66c225d5e91d62dc9bf2


English

Second public beta of MacAssistant.

Users on 1.0.0-beta.1 can update from About → Check for updates, or download below.

Highlights

  • IPA drag-in workbench with a previewable recipe pipeline (the six-step wizard stays as advanced mode)
  • Apple ID signing, certificate library, and connected-device listing (credentials stay in the Keychain; AltSign / xtool are not bundled)
  • DEB modes are now one row: Theos plugin, quick pack, convert, inspect
  • DYLIB analysis, drag-and-drop, and multi-file extract
  • Language switch moved to About; first-launch Gatekeeper steps are in the README
  • CI now runs tests; license is GNU GPL-3.0

First launch

This build is ad-hoc signed and not notarized. If macOS blocks it: open once, then System Settings → Privacy & Security → Open Anyway.

SHA-256: 72f6c7a11bdf1d70a99618de10646bfb4f3f1aa798bf66c225d5e91d62dc9bf2

Thanks

由 Codex 开发与维护 · 由 iosrxwy 发布。

MacAssistant 1.0.0 Beta 1

Pre-release

Choose a tag to compare

@iosrxwy iosrxwy released this 14 Aug 22:40

First public beta of MacAssistant.

Highlights

  • Native macOS maintenance, cleanup, repair, memory and network tools
  • DEB, DYLIB, IPA, Mach-O and signing workflows
  • Universal Apple Silicon + Intel build
  • Open source and no telemetry

Thanks

Developed and maintained by Codex · Published by iosrxwy.