문제

I am developing GTK# application using XAMARIN Studio.

Can anyone tell me how to create package (installation package) for MAC OS X.

I am new for MAC OS X but i found that there is .DMG file for MAC.

how can i convert .exe to .dmg file.

GTK# is generating .exe file but i want .dmg to run in mac machine to install application.

도움이 되었습니까?

해결책

Xamarin Studio will run that EXE with the Mono runtime. You would either have to create .app with macpack or maybe follow these instructions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top