Home
last modified time | relevance | path

Searched refs:podfileLockHash (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DPodInstallCommand.ts23 const podfileLockHash = await md5(path.join(absoluteProjectPath, 'Podfile.lock')); constant
26 if (!manifestLockHash || podfileLockHash !== manifestLockHash || options.force) {