MCPcopy Create free account
hub / github.com/AshampooSystems/boden / getBundlePathFromExecutable

Method getBundlePathFromExecutable

bauer/iosrunner.py:214–216  ·  view source on GitHub ↗
(self, executablePath)

Source from the content-addressed store, hash-verified

212 return None
213
214 def getBundlePathFromExecutable(self, executablePath):
215 bundlePath = os.path.abspath(os.path.join( executablePath, ".."))
216 return bundlePath
217
218 def readPList(self, plistPath):
219 self.logger.info("Reading plist at %s", plistPath)

Callers 1

runExecutableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected