-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can u provide a zsign.exe for windows to use directly? #304
Comments
https://jbsite.kr/zsign.exe |
@JBsite12 I also built it. but not working.. even yours also not working.. Thanks anyway.. You can try this running in cmd as follows: zsign.exe -k cert.pem -m qa.mobileprovision -z 9 -o signedipa.ipa original.ipa |
doesnt work when using this command
|
i compiled it on ubuntu and it seems to work well, just follow the tutorial then go to zsign/build then do ./zsign (args) |
@Xytriza Yes it works in ubuntu. But this topic is for windows. |
@mega6453 I have successfully signed using WSL. apt get install git sudo apt-get install git |
@JBsite12 yes it works in wsl.. but i want to use zsign exe |
@mega6453 |
im aware, just wanted to point it out that it works well on ubuntu |
Thanks @Dadoum , I'll check and update.. |
@Dadoum The artifacts seem expired which is in the actions.. can you re build it please? |
Oh I forgot to merge upstream 😅 that's originally why I came back to the repo. It should be building |
@Dadoum i tried the exe.. Getting error while signing an ipa file.. Any suggestion? What am i doing wrong? When signing IPA file:
When signing .app :
|
@Dadoum Can you download the WebDriverAgentrunner zip from below repo and export the .app and try signing it using zsign exe file? |
Looks like zip and unzip commands are not included in exe or it's included and it's not recognized by cmd. |
No they are not, I don't know which tool installs zip and unzip, but you could download those executables from internet and put it in the same folder I guess. At worst just use my tool to sign ipas, it doesn't handle P12, it doesn't have the same command line interface and is a bit buggy sometimes but it should be okay enough and should sign files faster (and it doesn't require OpenSSL or does any assumption on your system ;) ). |
Sideloader repo ? I don't see a windows release for that.. |
Yet again it's in Actions. Here it's because I am not yet satisfied with a GUI to make a release. Here is a CLI link for Windows https://github.com/Dadoum/Sideloader/actions/runs/7381787246 * build is not working... I posted my personal build that work but I am puzzled |
Got it thanks.. will try today.. |
Don't hesitate to report issues, it's still beta software… |
Facing issues while downloading or installing the openssl in the windows.. So, Can u provide a zsign.exe for windows to use directly?
The text was updated successfully, but these errors were encountered: