Searched refs:podfileLockHash (Results 1 – 1 of 1) sorted by relevance
23 const podfileLockHash = await md5(path.join(absoluteProjectPath, 'Podfile.lock')); constant26 if (!manifestLockHash || podfileLockHash !== manifestLockHash || options.force) {