| /expo/packages/expo-updates/ios/Tests/ |
| H A D | FileDownloaderSpec.swift | 40 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 D | UpdatesConfigSpec.swift | 39 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 D | UpdatesBuildDataSpec.swift | 17 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 D | FileDownloaderManifestParsingSpec.swift | 21 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 D | LegacyUpdateSpec.swift | 10 let config = UpdatesConfig.config(fromDictionary: [ 11 UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "https://exp.host/@test/test" 13 let selfHostedConfig = UpdatesConfig.config(fromDictionary: [ 14 …UpdatesConfig.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 D | ReaperSelectionPolicyDevelopmentClientSpec.swift | 25 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 D | ErrorRecoverySpec.swift | 18 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() 422 …UpdatesConfig.EXUpdatesConfigCheckOnLaunchKey: UpdatesConfig.EXUpdatesConfigCheckOnLaunchValueNever in spec() 441 let config = UpdatesConfig.config(fromDictionary: [ in spec() [all …]
|
| H A D | DatabaseIntegrityCheckSpec.swift | 52 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 D | ReaperSelectionPolicyFilterAwareSpec.swift | 11 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 D | NewUpdateSpec.swift | 10 let config = UpdatesConfig.config(fromDictionary: [ 11 UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "https://exp.host/@test/test"
|
| H A D | UpdateSpec.swift | 10 let config = UpdatesConfig.config(fromDictionary: [ 11 UpdatesConfig.EXUpdatesConfigUpdateUrlKey: "https://exp.host/@test/test"
|
| H A D | AppLauncherWithDatabaseSpec.swift | 13 config: UpdatesConfig.config(fromDictionary: [:]), 114 …let config = UpdatesConfig.config(fromDictionary: [UpdatesConfig.EXUpdatesConfigScopeKeyKey:"dummy… in spec()
|
| H A D | SelectionPolicyFilterAwareSpec.swift | 41 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 D | UpdatesConfig.swift | 46 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 D | DevLauncherController.swift | 29 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 D | UpdatesConfig.swift | 46 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 D | DevLauncherController.swift | 29 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 D | UpdatesBuildData.swift | 29 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 D | UpdatesBuildData.swift | 29 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 D | Update.swift | 98 private let config: UpdatesConfig 103 config: UpdatesConfig, 135 config: UpdatesConfig, 160 config: UpdatesConfig,
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/ |
| H A D | Update.swift | 98 private let config: UpdatesConfig 103 config: UpdatesConfig, 135 config: UpdatesConfig, 160 config: UpdatesConfig,
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ReactDelegateHandler/ |
| H A D | ExpoUpdatesReactDelegateHandler.swift | 25 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 D | ExpoUpdatesReactDelegateHandler.swift | 25 let configPath = Bundle.main.path(forResource: UpdatesConfig.PlistName, ofType: "plist"), 32 let enableAutoSetupValue = config[UpdatesConfig.EXUpdatesConfigEnableAutoSetupKey]
|
| /expo/ios/Client/ |
| H A D | HomeAppLoaderTask.swift | 23 private let config: UpdatesConfig in homeAppLoaderTask() 33 config: UpdatesConfig, in homeAppLoaderTask()
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | RemoteAppLoader.swift | 19 config: UpdatesConfig, 131 config: UpdatesConfig, 169 config: UpdatesConfig,
|