kaicheng

  最近因为工作需要,需要查找所有苹果IOS 上面应用的相关信息,包括APP 的名称和Identifier,如果一个应用一个应用的安装到手机上面再接通到电脑上面查找就太过费公费了,而且相当费时间和占用公司的网速了。于是自己写了一个查找这些信息的脚本程序。

   安装方式是  gem install fetchapp

   使用格式如下 fetchapp -t  [iphone ipad mac]  -a 

   没有写文档,因为没有写太多的功能,这里是一个例子

fetchapp -t iphone
start request ..... request OK ! ------iTunes U------com.apple.itunesu--------- ------查找我的 iPhone------com.apple.mobileme.fmip1--------- ------iBooks------com.apple.iBooks--------- ------Podcasts------com.apple.podcasts--------- ------查找我的朋友------com.apple.mobileme.fmf1--------- ------Pages------com.apple.Pages--------- ------iMovie------com.apple.iMovie--------- ------Numbers------com.apple.Numbers--------- ------Keynote------com.apple.Keynote--------- ------GarageBand------com.apple.mobilegarageband--------- ------Apple Store------com.apple.store.Jolly--------- ------Remote------com.apple.Remote--------- ------AirPort 实用工具------com.apple.airport.mobileairportutility--------- ------iTunes Connect------com.apple.itunesconnect.mobile--------- ------WWDC------developer.apple.wwdc-Release--------- ------TestFlight------com.apple.TestFlight---------

这是打印比较简单的信息,加-a之后,会打印比较全面一些的信息。基本用法就是这样。如果有时间,以后会加入更多一些的功能。 

分类:

技术点:

相关文章:

  • 2021-09-10
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-12-16
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2021-09-24
  • 2021-12-09
  • 2021-09-04
  • 2021-09-17
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案