Home
last modified time | relevance | path

Searched refs:mergingOtherDictionary (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesConfig.swift126 …public static func configWithExpoPlist(mergingOtherDictionary: [String: Any]?) throws -> UpdatesCo… in configWithExpoPlist()
130 …try configWithExpoPlist(configPlistPath: configPath, mergingOtherDictionary: mergingOtherDictionar… in configWithExpoPlist()
133 …public static func configWithExpoPlist(configPlistPath: String, mergingOtherDictionary: [String: A… in configWithExpoPlist()
140 if let mergingOtherDictionary = mergingOtherDictionary { in configWithExpoPlist() variable
141 dictionary = dictionary.merging(mergingOtherDictionary, uniquingKeysWith: { _, new in new }) in configWithExpoPlist()
H A DDevLauncherController.swift150 …updatesConfiguration = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: configuration… in setup()
H A DAppController.swift116 configInit = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: nil) in appController()
161 config = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: configuration) in appController()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesConfig.swift126 …public static func configWithExpoPlist(mergingOtherDictionary: [String: Any]?) throws -> UpdatesCo… in configWithExpoPlist()
130 …try configWithExpoPlist(configPlistPath: configPath, mergingOtherDictionary: mergingOtherDictionar… in configWithExpoPlist()
133 …public static func configWithExpoPlist(configPlistPath: String, mergingOtherDictionary: [String: A… in configWithExpoPlist()
140 if let mergingOtherDictionary = mergingOtherDictionary { in configWithExpoPlist() variable
141 dictionary = dictionary.merging(mergingOtherDictionary, uniquingKeysWith: { _, new in new }) in configWithExpoPlist()
H A DDevLauncherController.swift150 …updatesConfiguration = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: configuration… in setup()
H A DAppController.swift116 configInit = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: nil) in appController()
161 config = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: configuration) in appController()
/expo/packages/expo-updates/ios/Tests/
H A DUpdatesConfigSpec.swift17 …ry UpdatesConfig.configWithExpoPlist(configPlistPath: configPlistPath, mergingOtherDictionary: nil) in spec()
46 …atesConfig.configWithExpoPlist(configPlistPath: configPlistPath, mergingOtherDictionary: otherDict… in spec()