Home
last modified time | relevance | path

Searched defs:iosPublishBundlePath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DPublishProdExpoHomeCommand.ts27 const iosPublishBundlePath = path.join(IOS_DIR, 'Exponent', 'Supporting', 'kernel.ios.bundle'); constant
157 const bundlePath = platform === 'ios' ? iosPublishBundlePath : androidPublishBundlePath; constant