Searched defs:iosPublishBundlePath (Results 1 – 1 of 1) sorted by relevance
27 const iosPublishBundlePath = path.join(IOS_DIR, 'Exponent', 'Supporting', 'kernel.ios.bundle'); constant157 const bundlePath = platform === 'ios' ? iosPublishBundlePath : androidPublishBundlePath; constant