Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/
H A DDevMenuUtils.swift36 …guard let resourcesBundleUrl = frameworkBundle.url(forResource: "EXDevMenu", withExtension: "bundl… in resourcesBundle() variable
39 return Bundle(url: resourcesBundleUrl) in resourcesBundle()
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherUtils.swift70 …guard let resourcesBundleUrl = frameworkBundle.url(forResource: "EXDevLauncher", withExtension: "b… in resourcesBundle() variable
73 return Bundle(url: resourcesBundleUrl) in resourcesBundle()