Searched refs:mergingOtherDictionary (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | UpdatesConfig.swift | 126 …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 D | DevLauncherController.swift | 150 …updatesConfiguration = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: configuration… in setup()
|
| H A D | AppController.swift | 116 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 D | UpdatesConfig.swift | 126 …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 D | DevLauncherController.swift | 150 …updatesConfiguration = try UpdatesConfig.configWithExpoPlist(mergingOtherDictionary: configuration… in setup()
|
| H A D | AppController.swift | 116 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 D | UpdatesConfigSpec.swift | 17 …ry UpdatesConfig.configWithExpoPlist(configPlistPath: configPlistPath, mergingOtherDictionary: nil) in spec() 46 …atesConfig.configWithExpoPlist(configPlistPath: configPlistPath, mergingOtherDictionary: otherDict… in spec()
|