Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherUpdatesHelperTests.m5 #import <EXDevLauncher/EXDevLauncherUpdatesHelper.h>
17 …NSDictionary *configuration1 = [EXDevLauncherUpdatesHelper createUpdatesConfigurationWithURL:url1 …
21 …NSDictionary *configuration2 = [EXDevLauncherUpdatesHelper createUpdatesConfigurationWithURL:url2 …
34 …NSDictionary *configuration = [EXDevLauncherUpdatesHelper createUpdatesConfigurationWithURL:[NSURL…
48 …NSDictionary *configuration = [EXDevLauncherUpdatesHelper createUpdatesConfigurationWithURL:url pr…
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherUpdatesHelper.m3 #import <EXDevLauncher/EXDevLauncherUpdatesHelper.h>
7 @implementation EXDevLauncherUpdatesHelper implementation
H A DEXDevLauncherUpdatesHelper.h7 @interface EXDevLauncherUpdatesHelper : NSObject variable
H A DEXDevLauncherController.m16 #import <EXDevLauncher/EXDevLauncherUpdatesHelper.h>
443 …NSDictionary *updatesConfiguration = [EXDevLauncherUpdatesHelper createUpdatesConfigurationWithURL…