diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 522ac2d..64ac5cb 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -72,17 +72,6 @@ oAI/ ## Building -### Build Scripts - -| Script | Architecture | Output | -|--------|-------------|--------| -| `build.sh` | Apple Silicon (arm64) | Installs directly to `/Applications` | -| `build-dmg.sh` | Apple Silicon (arm64) | `oAI--AppleSilicon.dmg` on Desktop | -| `build-dmg-universal.sh` | Universal (arm64 + x86_64) | `oAI--Universal.dmg` on Desktop | -| `build_nb/sv/da/de/en.sh` | Apple Silicon (arm64) | Build + launch in specific language | - -All scripts: find Developer ID cert, clean-build via `xcodebuild`, re-sign with `codesign --options runtime --timestamp`, verify. Version is read from `MARKETING_VERSION` in `project.pbxproj`. - ### Manual Build Commands ```bash