codesign.py 文件源码

python
阅读 30 收藏 0 点赞 0 评论 0

项目:gn_build 作者: realcome 项目源码 文件源码
def LoadPlistFile(plist_path):
  """Loads property list file at |plist_path|.

  Args:
    plist_path: path to the property list file to load.

  Returns:
    The content of the property list file as a python object.
  """
  return plistlib.readPlistFromString(subprocess.check_output([
      'xcrun', 'plutil', '-convert', 'xml1', '-o', '-', plist_path]))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号