Provisioning

A Quick Look plug-in for .mobileprovision files

  • 所有者: chockenberry/Provisioning
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Provisioning

A Quick Look plug-in for .mobileprovision files (on iOS) and .provisionprofile files (on OS X).

A ZIP file with the latest version can be downloaded from the Releases page.

If you want to copy information from the Quick Look preview, you need to change a hidden Finder preference using the command line:

$ defaults write com.apple.finder QLEnableTextSelection -bool TRUE
$ killall Finder

If you're like the rest of us, provisioning can sometimes make your head spin. When that happens, I recommend reading Sean Heber's provisioning overview.

Thanks to following individuals who've helped with this project:

Project Notes

  • The plug-in code can be signed, but currently isn't because it prevents the app from reading user defaults from Xcode (and showing device names and software versions.) If you want to sign the code, set the "Code Signing Identity" build setting to the "Developer ID: *" automatic setting. If you don't have a Developer ID, get creative. You'll also need to change the SIGNED_CODE definition from 0 to 1.

  • There is a "Provisioning (Install)" aggregate target that puts the build of Provisioning.qlgenerator in your ~/Library/QuickLook folder.

  • The "Provisioning" schemes runs "qlmanage" with the -p argument set to "~/Library/MobileDevice/Provisioning\ Profiles/Iconfactory_Development.mobileprovision". You won't have this file, so change it to something you do have.

  • QuickLook plug-ins sometimes don't like to install. Learn to use "qlmanage -r" to reset the daemon. Using "qlmanage -m plugins, grep mobileprovision" will tell you if the plug-in has been recognized. Sometimes you have to login and out before the plug-in is recognized.

  • You can use the command-line to debug, as well. To dump of the output in a .qlpreview bundle, use: "qlmanage -p ~/Library/MobileDevice/Provisioning\ Profiles/Iconfactory_Development.mobileprovision -o /tmp/quicklook". You'll need to make the directory first.

主要指標

概覽
名稱與所有者chockenberry/Provisioning
主編程語言Objective-C
編程語言Objective-C (語言數: 3)
平台
許可證
所有者活动
創建於2013-10-29 17:41:32
推送於2017-12-21 00:05:02
最后一次提交2014-12-16 14:52:36
發布數5
最新版本名稱1.0.4 (發布於 )
第一版名稱1.0 (發布於 )
用户参与
星數1.5k
關注者數82
派生數67
提交數50
已啟用問題?
問題數9
打開的問題數6
拉請求數0
打開的拉請求數6
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?