How do I tell which version of monotouch I have installed?

前端 未结 1 1095
傲寒
傲寒 2021-02-20 06:06

How do I tell which version of monotouch I have installed?

相关标签:
1条回答
  • 2021-02-20 06:23

    There's several ways to get the version number.

    From the terminal you can do:

    $ /Developer/MonoTouch/usr/bin/mtouch --version
    mtouch 5.3.5.1340204820
    

    or

    $ cat /Developer/MonoTouch/Version 
    5.3.5
    

    Also from MonoDevelop you can do About MonoDevelop then select Version Information and this will give you (a lot of data, including MonoTouch version)

    ...
    Monotouch: 5.3.5
    ...
    
    0 讨论(0)
提交回复
热议问题