XCoder icon indicating copy to clipboard operation
XCoder copied to clipboard

Support For MacOS

Open BloonCraft opened this issue 5 years ago • 7 comments

I would really appreciate the support for MacOS, maybe provide some of the brawls stars files for those who use Mac Or Windows so they can share it with a jailbroken/rooted phone so they are able to replace these files? That would be great and I would really appreciate it.

BloonCraft avatar Apr 17 '19 11:04 BloonCraft

I don't have any MacOS device, so that's why MacOS is not supported by XCoder. However, I don't think it is hard to adapt XCoder for MacOS, so there's a big chance that I'll install a MacOS emulator on my PC and MacOS support will be added in future releases. Currently, I just don't have enough time for it, so... I don't really get what do you mean by "provide brawl stars files", beacuse you can get any files from game you want just by renaming apk to zip and opening it by any archive manager.

MasterDevX avatar Apr 17 '19 13:04 MasterDevX

my one does not work! can u upload a tutorial video pls?

On Wed, 17 Apr 2019 at 21:21, MasterDevX [email protected] wrote:

I don't have any MacOS device, so that's why MacOS is not supported by XCoder. However, I don't think it is hard to adapt XCoder for MacOS, so there's a big chance that I'll install a MacOS emulator on my PC and MacOS support will be added in future releases. Currently, I just don't have enough time for it, so... I don't really get what do you mean by "provide brawl stars files", beacuse you can get any files from game you want just by renaming apk to zip and opening it by any archive manager.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MasterDevX/XCoder/issues/3#issuecomment-484087094, or mute the thread https://github.com/notifications/unsubscribe-auth/AkMg7newZh3RRDZ3uzzSZTkeqoqTW0Mtks5vhx_RgaJpZM4c02Jk .

Merrick919 avatar Apr 18 '19 02:04 Merrick919

There are a lot of tutorials how to do it, no sense to make a new one. Just search in google or youtube "How to extract apk" or something like that. There are many different ways to do that.

MasterDevX avatar Apr 18 '19 05:04 MasterDevX

Thanks a lot for your hard work! Hoping to see MacOS Support soon!

BloonCraft avatar Apr 20 '19 10:04 BloonCraft

Thank you too :)

MasterDevX avatar Apr 20 '19 11:04 MasterDevX

It works just fine on MacOS :)

I just made it treat Mac the same way as Linux:

	print(sysname)
	if sysname == 'Darwin':
		sysname = 'Linux'

bfelbo avatar May 27 '19 19:05 bfelbo

I just made it treat Mac the same way as Linux:

Thanks for research, I'm gonna release this in 1.1.4. I'll try to get it out tomorrow :) P.S. Full Clash Royale implementation estimated in 1.2.0, stay tuned ;)

UPD: Most likely there will not be 1.1.4, MacOS support will come directly in 1.2.0

MasterDevX avatar May 27 '19 20:05 MasterDevX