美文网首页
Flutter setup on Mac

Flutter setup on Mac

作者: 阳台的晾衣架 | 来源:发表于2019-05-29 13:06 被阅读0次
  1. 根据引导安装flutter:https://flutter.dev/docs/get-started/install/macos#get-the-flutter-sdk

  2. libimobiledevice https://www.libimobiledevice.org/
    It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard® icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and (using libgpod) synchronize music and video to the device

  3. ideviceinstaller https://github.com/libimobiledevice/ideviceinstaller:
    1. 基于libimobiledevice,安装、卸载、升级、遍历手机上的app

  4. ios-deploy https://github.com/ios-control/ios-deploy
    1. install and debug iOS apps from the command line

相关文章

网友评论

      本文标题:Flutter setup on Mac

      本文链接:https://www.haomeiwen.com/subject/pnoetctx.html