Home
last modified time | relevance | path

Searched refs:UpdatesConfig (Results 1 – 25 of 62) sorted by relevance

123

/expo/packages/expo-updates/ios/Tests/
H A DFileDownloaderSpec.swift40 let config = UpdatesConfig.config(fromDictionary: [ in spec()
42 UpdatesConfig.EXUpdatesConfigRuntimeVersionKey: "1.0", in spec()
51 let config = UpdatesConfig.config(fromDictionary: [ in spec()
64 let config = UpdatesConfig.config(fromDictionary: [ in spec()
86 let config = UpdatesConfig.config(fromDictionary: [ in spec()
89 UpdatesConfig.EXUpdatesConfigRequestHeadersKey: [ in spec()
110 let config = UpdatesConfig.config(fromDictionary: [ in spec()
162 let config = UpdatesConfig.config(fromDictionary: [ in spec()
182 let config = UpdatesConfig.config(fromDictionary: [ in spec()
185 UpdatesConfig.EXUpdatesConfigRequestHeadersKey: [ in spec()
[all …]
H A DUpdatesConfigSpec.swift39 UpdatesConfig.EXUpdatesConfigEnabledKey: false, in spec()
40 UpdatesConfig.EXUpdatesConfigScopeKeyKey: "overridden", in spec()
41 UpdatesConfig.EXUpdatesConfigExpectsSignedManifestKey: false, in spec()
42 UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "http://google.com", in spec()
43 UpdatesConfig.EXUpdatesConfigRequestHeadersKey: ["Foo": "Bar"], in spec()
65 let sdkOnlyConfig = UpdatesConfig.config(fromDictionary: [ in spec()
73 let runtimeOnlyConfig = UpdatesConfig.config(fromDictionary: [ in spec()
81 let bothConfig = UpdatesConfig.config(fromDictionary: [ in spec()
93 expect(UpdatesConfig.normalizedURLOrigin(url: urlNoPort)) == "https://exp.host" in spec()
98 expect(UpdatesConfig.normalizedURLOrigin(url: urlDefaultPort)) == "https://exp.host" in spec()
[all …]
H A DUpdatesBuildDataSpec.swift17 var configChannelTest: UpdatesConfig! in spec()
19 var configChannelTestTwo: UpdatesConfig! in spec()
21 var configReleaseChannelTest: UpdatesConfig! in spec()
23 var configReleaseChannelTestTwo: UpdatesConfig! in spec()
48 UpdatesConfig.EXUpdatesConfigScopeKeyKey: scopeKey, in spec()
49 UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "https://exp.host/@test/test", in spec()
55 UpdatesConfig.EXUpdatesConfigScopeKeyKey: scopeKey, in spec()
62 UpdatesConfig.EXUpdatesConfigScopeKeyKey: scopeKey, in spec()
64 UpdatesConfig.EXUpdatesConfigReleaseChannelKey: "test", in spec()
69 UpdatesConfig.EXUpdatesConfigScopeKeyKey: scopeKey, in spec()
[all …]
H A DFileDownloaderManifestParsingSpec.swift21 let config = UpdatesConfig.config(fromDictionary: [ in spec()
49 let config = UpdatesConfig.config(fromDictionary: [ in spec()
90 let config = UpdatesConfig.config(fromDictionary: [ in spec()
131 let config = UpdatesConfig.config(fromDictionary: [ in spec()
168 let config = UpdatesConfig.config(fromDictionary: [ in spec()
208 let config = UpdatesConfig.config(fromDictionary: [ in spec()
240 let config = UpdatesConfig.config(fromDictionary: [ in spec()
272 let config = UpdatesConfig.config(fromDictionary: [ in spec()
302 let config = UpdatesConfig.config(fromDictionary: [ in spec()
329 let config = UpdatesConfig.config(fromDictionary: [ in spec()
[all …]
H A DLegacyUpdateSpec.swift10 let config = UpdatesConfig.config(fromDictionary: [
11 UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "https://exp.host/@test/test"
13 let selfHostedConfig = UpdatesConfig.config(fromDictionary: [
14UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "https://esamelson.github.io/self-hosting-test/ios-inde…
15 UpdatesConfig.EXUpdatesConfigSDKVersionKey: "38.0.0"
24 …undledAssetBaseUrl(withManifest: manifest, config: UpdatesConfig.config(fromDictionary: [UpdatesCo… in spec()
25 …undledAssetBaseUrl(withManifest: manifest, config: UpdatesConfig.config(fromDictionary: [UpdatesCo… in spec()
26 …undledAssetBaseUrl(withManifest: manifest, config: UpdatesConfig.config(fromDictionary: [UpdatesCo… in spec()
32 …undledAssetBaseUrl(withManifest: manifest, config: UpdatesConfig.config(fromDictionary: [UpdatesCo… in spec()
33 …undledAssetBaseUrl(withManifest: manifest, config: UpdatesConfig.config(fromDictionary: [UpdatesCo… in spec()
[all …]
H A DReaperSelectionPolicyDevelopmentClientSpec.swift25 config: UpdatesConfig.config(fromDictionary: [ in spec()
26 UpdatesConfig.EXUpdatesConfigScopeKeyKey: "scope1" in spec()
40 config: UpdatesConfig.config(fromDictionary: [ in spec()
41 UpdatesConfig.EXUpdatesConfigScopeKeyKey: "scope2" in spec()
55 config: UpdatesConfig.config(fromDictionary: [ in spec()
56 UpdatesConfig.EXUpdatesConfigScopeKeyKey: "scope3" in spec()
70 config: UpdatesConfig.config(fromDictionary: [ in spec()
71 UpdatesConfig.EXUpdatesConfigScopeKeyKey: "scope4" in spec()
85 config: UpdatesConfig.config(fromDictionary: [ in spec()
86 UpdatesConfig.EXUpdatesConfigScopeKeyKey: "scope5" in spec()
H A DErrorRecoverySpec.swift18 public var config: EXUpdates.UpdatesConfig
90 config: UpdatesConfig.config(fromDictionary: [:]), in spec()
109 config: UpdatesConfig.config(fromDictionary: [:]), in spec()
132 config: UpdatesConfig.config(fromDictionary: [:]), in spec()
153 config: UpdatesConfig.config(fromDictionary: [:]), in spec()
177 config: UpdatesConfig.config(fromDictionary: [:]), in spec()
207 config: UpdatesConfig.config(fromDictionary: [:]), in spec()
421 let config = UpdatesConfig.config(fromDictionary: [ in spec()
422UpdatesConfig.EXUpdatesConfigCheckOnLaunchKey: UpdatesConfig.EXUpdatesConfigCheckOnLaunchValueNever in spec()
441 let config = UpdatesConfig.config(fromDictionary: [ in spec()
[all …]
H A DDatabaseIntegrityCheckSpec.swift52 let config = UpdatesConfig.config(fromDictionary: [ in spec()
53 UpdatesConfig.EXUpdatesConfigScopeKeyKey: scopeKey, in spec()
54 UpdatesConfig.EXUpdatesConfigRuntimeVersionKey: runtimeVersion in spec()
110 let config = UpdatesConfig.config(fromDictionary: [ in spec()
111 UpdatesConfig.EXUpdatesConfigScopeKeyKey: scopeKey, in spec()
112 UpdatesConfig.EXUpdatesConfigRuntimeVersionKey: runtimeVersion in spec()
H A DReaperSelectionPolicyFilterAwareSpec.swift11 var config: UpdatesConfig! in spec()
23 config = UpdatesConfig.config(fromDictionary: [ in spec()
24 UpdatesConfig.EXUpdatesConfigScopeKeyKey: "scope1" in spec()
122 let configDifferentScope = UpdatesConfig.config(fromDictionary: [ in spec()
123 UpdatesConfig.EXUpdatesConfigScopeKeyKey: "differentScopeKey" in spec()
H A DNewUpdateSpec.swift10 let config = UpdatesConfig.config(fromDictionary: [
11 UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "https://exp.host/@test/test"
H A DUpdateSpec.swift10 let config = UpdatesConfig.config(fromDictionary: [
11 UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "https://exp.host/@test/test"
H A DAppLauncherWithDatabaseSpec.swift13 config: UpdatesConfig.config(fromDictionary: [:]),
114 …let config = UpdatesConfig.config(fromDictionary: [UpdatesConfig.EXUpdatesConfigScopeKeyKey:"dummy… in spec()
H A DSelectionPolicyFilterAwareSpec.swift41 let config = UpdatesConfig.config(fromDictionary: [ in spec()
42 UpdatesConfig.EXUpdatesConfigRuntimeVersionKey: runtimeVersion, in spec()
43 UpdatesConfig.EXUpdatesConfigScopeKeyKey: scopeKey in spec()
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesConfig.swift46 public final class UpdatesConfig: NSObject { class
126 …c static func configWithExpoPlist(mergingOtherDictionary: [String: Any]?) throws -> UpdatesConfig { in configWithExpoPlist()
133 …xpoPlist(configPlistPath: String, mergingOtherDictionary: [String: Any]?) throws -> UpdatesConfig { in configWithExpoPlist()
144 return UpdatesConfig.config(fromDictionary: dictionary) in configWithExpoPlist()
147 public static func config(fromDictionary config: [String: Any]) -> UpdatesConfig { in config()
157 scopeKey = UpdatesConfig.normalizedURLOrigin(url: updateUrl) in config()
202 return (try? UpdatesConfig.codeSigningConfigurationForCodeSigningCertificate( in config()
212 return UpdatesConfig( in config()
249 port == UpdatesConfig.defaultPortForScheme(scheme: scheme) { in normalizedURLOrigin()
H A DDevLauncherController.swift29 private var tempConfig: UpdatesConfig?
146 …c setup(configuration: [AnyHashable: Any], error errorBlock: UpdatesErrorBlock) -> UpdatesConfig? { in setup()
148 var updatesConfiguration: UpdatesConfig in setup()
150 …updatesConfiguration = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: configuration… in setup()
199 withConfiguration configuration: UpdatesConfig,
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesConfig.swift46 public final class UpdatesConfig: NSObject { class
126 …c static func configWithExpoPlist(mergingOtherDictionary: [String: Any]?) throws -> UpdatesConfig { in configWithExpoPlist()
133 …xpoPlist(configPlistPath: String, mergingOtherDictionary: [String: Any]?) throws -> UpdatesConfig { in configWithExpoPlist()
144 return UpdatesConfig.config(fromDictionary: dictionary) in configWithExpoPlist()
147 public static func config(fromDictionary config: [String: Any]) -> UpdatesConfig { in config()
157 scopeKey = UpdatesConfig.normalizedURLOrigin(url: updateUrl) in config()
202 return (try? UpdatesConfig.codeSigningConfigurationForCodeSigningCertificate( in config()
212 return UpdatesConfig( in config()
249 port == UpdatesConfig.defaultPortForScheme(scheme: scheme) { in normalizedURLOrigin()
H A DDevLauncherController.swift29 private var tempConfig: UpdatesConfig?
146 …c setup(configuration: [AnyHashable: Any], error errorBlock: UpdatesErrorBlock) -> UpdatesConfig? { in setup()
148 var updatesConfiguration: UpdatesConfig in setup()
150 …updatesConfiguration = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: configuration… in setup()
199 withConfiguration configuration: UpdatesConfig,
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesBuildData.swift29 static func ensureBuildDataIsConsistentAsync(database: UpdatesDatabase, config: UpdatesConfig) { in ensureBuildDataIsConsistentAsync()
65 static func getBuildDataFromConfig(_ config: UpdatesConfig) -> [String: Any] { in getBuildDataFromConfig()
73 …static func clearAllUpdatesAndSetStaticBuildData(database: UpdatesDatabase, config: UpdatesConfig,… in clearAllUpdatesAndSetStaticBuildData()
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesBuildData.swift29 static func ensureBuildDataIsConsistentAsync(database: UpdatesDatabase, config: UpdatesConfig) { in ensureBuildDataIsConsistentAsync()
65 static func getBuildDataFromConfig(_ config: UpdatesConfig) -> [String: Any] { in getBuildDataFromConfig()
73 …static func clearAllUpdatesAndSetStaticBuildData(database: UpdatesDatabase, config: UpdatesConfig,… in clearAllUpdatesAndSetStaticBuildData()
/expo/packages/expo-updates/ios/EXUpdates/Update/
H A DUpdate.swift98 private let config: UpdatesConfig
103 config: UpdatesConfig,
135 config: UpdatesConfig,
160 config: UpdatesConfig,
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/
H A DUpdate.swift98 private let config: UpdatesConfig
103 config: UpdatesConfig,
135 config: UpdatesConfig,
160 config: UpdatesConfig,
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift25 let configPath = Bundle.main.path(forResource: UpdatesConfig.PlistName, ofType: "plist"),
32 let enableAutoSetupValue = config[UpdatesConfig.ABI49_0_0EXUpdatesConfigEnableAutoSetupKey]
/expo/packages/expo-updates/ios/EXUpdates/ReactDelegateHandler/
H A DExpoUpdatesReactDelegateHandler.swift25 let configPath = Bundle.main.path(forResource: UpdatesConfig.PlistName, ofType: "plist"),
32 let enableAutoSetupValue = config[UpdatesConfig.EXUpdatesConfigEnableAutoSetupKey]
/expo/ios/Client/
H A DHomeAppLoaderTask.swift23 private let config: UpdatesConfig in homeAppLoaderTask()
33 config: UpdatesConfig, in homeAppLoaderTask()
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DRemoteAppLoader.swift19 config: UpdatesConfig,
131 config: UpdatesConfig,
169 config: UpdatesConfig,

123