← 返回
开发者工具 中文

Macos Spm App Packaging

Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.
无需 Xcode 工程文件即可搭建、构建并打包基于 SwiftPM 的 macOS 应用。适用于需要从零搭建 macOS 应用结构、配置 SwiftPM 目标与资源、编写自定义 .app 打包脚本,或在 Xcode 外进行签名、公证及 Appcast 更新的场景。
dimillian
开发者工具 clawhub v1.0.0 1 版本 99526.1 Key: 无需
★ 2
Stars
📥 2,900
下载
💾 4
安装
1
版本
#latest

概述

macOS SwiftPM App Packaging (No Xcode)

Overview

Bootstrap a complete SwiftPM macOS app folder, then build, package, and run it without Xcode. Use assets/templates/bootstrap/ for the starter layout and references/packaging.md + references/release.md for packaging and release details.

Two-Step Workflow

1) Bootstrap the project folder

  • Copy assets/templates/bootstrap/ into a new repo.
  • Rename MyApp in Package.swift, Sources/MyApp/, and version.env.
  • Customize APP_NAME, BUNDLE_ID, and versions.

2) Build, package, and run the bootstrapped app

  • Copy scripts from assets/templates/ into your repo (for example, Scripts/).
  • Build/tests: swift build and swift test.
  • Package: Scripts/package_app.sh.
  • Run: Scripts/compile_and_run.sh (preferred) or Scripts/launch.sh.
  • Release (optional): Scripts/sign-and-notarize.sh and Scripts/make_appcast.sh.
  • Tag + GitHub release (optional): create a git tag, upload the zip/appcast to the GitHub release, and publish.

Templates

  • assets/templates/package_app.sh: Build binaries, create the .app bundle, copy resources, sign.
  • assets/templates/compile_and_run.sh: Dev loop to kill running app, package, launch.
  • assets/templates/build_icon.sh: Generate .icns from an Icon Composer file (requires Xcode install).
  • assets/templates/sign-and-notarize.sh: Notarize, staple, and zip a release build.
  • assets/templates/make_appcast.sh: Generate Sparkle appcast entries for updates.
  • assets/templates/setup_dev_signing.sh: Create a stable dev code-signing identity.
  • assets/templates/launch.sh: Simple launcher for a packaged .app.
  • assets/templates/version.env: Example version file consumed by packaging scripts.
  • assets/templates/bootstrap/: Minimal SwiftPM macOS app skeleton (Package.swift, Sources/, version.env).

Notes

  • Keep entitlements and signing configuration explicit; edit the template scripts instead of reimplementing.
  • Remove Sparkle steps if you do not use Sparkle for updates.
  • Sparkle relies on the bundle build number (CFBundleVersion), so BUILD_NUMBER in version.env must increase for each update.
  • For menu bar apps, set MENU_BAR_APP=1 when packaging to emit LSUIElement in Info.plist.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 13:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 426 📥 118,044
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,845
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,872