#Building Macos on Windows
1 messages · Page 1 of 1 (latest)
try github actions
I did
It was successfully
But nothing happened afterwards
Am I missing on something?
Oh I found the post
But how do I get a apple certificate etc
ugh
Tauri relies heavily on native libraries and toolchains, so meaningful cross-compilation is not possible at the current moment. The next best option is to compile utilizing a CI/CD pipeline hosted on something like [GitHub Actions], Azure Pipelines, GitLab, or other options. The pipeline can run the compilation for each platform simultaneously m...
I just need it for my friends which use mac
and a have dmg
cross compile stuff?
yes
I meant from this
https://tauri.app/v1/guides/distribution/sign-macos/#example
I remove this?
APPLE_CERTIFICATE: $ ̴́͘s͜͡e͘͜ç͢r҉̶̨͢ę͠͞t̀͜͡ś̨͡.҉̴A̛͠͡P̨͝PLE_CERTIFICATE
APPLE_CERTIFICATE_PASSWORD: $ ͘͟͡ś̛͘e͏̡͞c̸̢r̨e͠͏̀t̡̛ś͘͠.͡͏A̷͠P̵͢͠P͠҉L̨͘͜E͘_҉CER̛͏TIFI҉CATE_҉PAS͘S͜҉͘W̵͏̶Ơ͢R̀́͝D̡̢
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
if you will not sign your app, yes
if you only want a dmg of your app
just follow this
Tauri relies heavily on native libraries and toolchains, so meaningful cross-compilation is not possible at the current moment. The next best option is to compile utilizing a CI/CD pipeline hosted on something like [GitHub Actions], Azure Pipelines, GitLab, or other options. The pipeline can run the compilation for each platform simultaneously m...
ok thx
the github actions stuff