• 大小: 34.37MB
    文件类型: .zip
    金币: 2
    下载: 2 次
    发布日期: 2023-08-07
  • 语言: 其他
  • 标签: Cornerstone  SVN  破解  

资源简介

里面有破解方法。先看说明。

资源截图

代码片段和文件信息

#!/usr/bin/python
#
# Helper path script
# Copyright (c) Zennaware GmbH 2012. All rights reserved.
#

from AppKit import NSWorkspace
from AppKit import NSFileManager
import sys
import os

def path(bundleIdentifiers localPath):

  appPath = None
  
  for bundleIdentifier in bundleIdentifiers:
    appPath = NSWorkspace.sharedWorkspace().absolutePathForAppBundleWithIdentifier_(bundleIdentifier)

    if appPath is not None:
      break

  path = None

  if appPath is not None:
    path = os.path.join(appPath localPath)
      
  return path

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-08-28 19:42  cornerstone\
     文件        6148  2018-08-28 19:42  cornerstone\.DS_Store
     目录           0  2018-08-28 19:45  __MACOSX\
     目录           0  2018-08-28 19:45  __MACOSX\cornerstone\
     文件         120  2018-08-28 19:42  __MACOSX\cornerstone\._.DS_Store
     文件       26823  2018-07-05 13:59  cornerstone\璇存槑.png
     文件         358  2018-07-05 13:59  __MACOSX\cornerstone\._璇存槑.png
     文件    17997506  2018-07-05 10:21  cornerstone\cornerstone303.zip
     文件         350  2018-07-05 10:21  __MACOSX\cornerstone\._cornerstone303.zip
     目录           0  2016-09-23 16:54  cornerstone\Cornerstone.app\
     目录           0  2016-09-23 16:54  cornerstone\Cornerstone.app\Contents\
     目录           0  2016-09-23 16:54  cornerstone\Cornerstone.app\Contents\_CodeSignature\
     文件      261958  2016-09-23 18:50  cornerstone\Cornerstone.app\Contents\_CodeSignature\CodeResources
     目录           0  2018-08-28 19:45  __MACOSX\cornerstone\Cornerstone.app\
     目录           0  2018-08-28 19:45  __MACOSX\cornerstone\Cornerstone.app\Contents\
     目录           0  2018-08-28 19:45  __MACOSX\cornerstone\Cornerstone.app\Contents\_CodeSignature\
     文件         212  2016-09-23 18:50  __MACOSX\cornerstone\Cornerstone.app\Contents\_CodeSignature\._CodeResources
     文件         212  2016-09-23 16:54  __MACOSX\cornerstone\Cornerstone.app\Contents\.__CodeSignature
     目录           0  2016-09-23 18:50  cornerstone\Cornerstone.app\Contents\MacOS\
     文件     6824752  2016-09-23 18:50  cornerstone\Cornerstone.app\Contents\MacOS\Cornerstone
     目录           0  2018-08-28 19:45  __MACOSX\cornerstone\Cornerstone.app\Contents\MacOS\
     文件         212  2016-09-23 18:50  __MACOSX\cornerstone\Cornerstone.app\Contents\MacOS\._Cornerstone
     文件         212  2016-09-23 18:50  __MACOSX\cornerstone\Cornerstone.app\Contents\._MacOS
     目录           0  2018-08-28 19:42  cornerstone\Cornerstone.app\Contents\Resources\
     文件      247792  2016-09-23 16:53  cornerstone\Cornerstone.app\Contents\Resources\property-definitions.icns
     目录           0  2018-08-28 19:45  __MACOSX\cornerstone\Cornerstone.app\Contents\Resources\
     文件         212  2016-09-23 16:53  __MACOSX\cornerstone\Cornerstone.app\Contents\Resources\._property-definitions.icns
     目录           0  2018-08-28 19:42  cornerstone\Cornerstone.app\Contents\Resources\Documentation\
     文件      173558  2016-09-23 16:54  cornerstone\Cornerstone.app\Contents\Resources\Documentation\Acknowledgements.pdf
     目录           0  2018-08-28 19:45  __MACOSX\cornerstone\Cornerstone.app\Contents\Resources\Documentation\
     文件         212  2016-09-23 16:54  __MACOSX\cornerstone\Cornerstone.app\Contents\Resources\Documentation\._Acknowledgements.pdf
............此处省略2650个文件信息

评论

共有 条评论