1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-07-01 18:45:51 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Caggegi
94fc98ccef
Add arm64 (Apple Silicon) support with universal binary (#476)
- Set ARCHS = "arm64 x86_64" explicitly in project-level Debug and Release configs
- Raise MACOSX_DEPLOYMENT_TARGET from 10.12.2 to 11.0 (minimum macOS for Apple Silicon)
- Pass ARCHS="arm64 x86_64" in build.sh and CI workflows to guarantee universal output
- Update CI action versions (checkout@v3, setup-node@v3, Node 18.x)
- Add lipo verification step in build-test CI to confirm universal binary

Sparkle.framework was already a universal binary (x86_64 + arm64).

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 01:27:37 +03:00
b6721f0274 return normal trigggers in workflows 2020-05-14 00:05:17 +01:00
75df82a567 ignore sign error 2020-05-13 23:34:45 +01:00
a1f64028cc Correct file for release 2020-05-13 23:23:03 +01:00
3fc75ca8f0 Updated workflows. For delivery unsign app in gihub 2020-05-13 23:22:31 +01:00
Anton Palgunov
3864591777
Update build-test.yml 2020-02-28 21:27:09 +00:00
Anton Palgunov
40c684f528
GitHub actions (#271)
* build xcode
* final build test
* delete travisCI
2020-02-11 23:44:19 +00:00
Anton Palgunov
093faa2c02
Create swift.yml 2020-01-14 10:24:24 +00:00