Prefire multiple devices (#2543)
* Update Prefire, setup multiple snapshot devices and languages Squashed commits: [28cb4ae6d] Switch to macos-14, iOS 17 and the iPhone 15 simulator [080fc82cb] Update snapshots [c874ca9c7] Bump Compound and Prefire, reduce perceptual precission to 0.98 [a59b8a54c] Update snapshots after adding iPad and pseudolanguage snapshotting [f30cc3277] Setup multi-language snapshotting [aeb11c7e7] Update prefire template, setup multiple snapshot devices * Update ruby dependencies and fastlane plugins * Bump Compound, switch back to the original prefire - version 2.0.4 * Remove preview test simulator version specifiers
This commit is contained in:
@@ -2,9 +2,26 @@
|
||||
"configurations" : [
|
||||
{
|
||||
"id" : "D789E5F1-30B8-4A23-B20E-281ACE05CFD6",
|
||||
"name" : "Default",
|
||||
"name" : "English",
|
||||
"options" : {
|
||||
|
||||
"language" : "en",
|
||||
"locationScenario" : {
|
||||
"identifier" : "London, England",
|
||||
"referenceType" : "built-in"
|
||||
},
|
||||
"region" : "GB"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id" : "059C4F1C-EAB6-4D96-BA8F-30DF92A365E9",
|
||||
"name" : "Pseudolanguage",
|
||||
"options" : {
|
||||
"language" : "IDELaunchSchemeLanguageDoubleLocalizedStrings",
|
||||
"locationScenario" : {
|
||||
"identifier" : "London, England",
|
||||
"referenceType" : "built-in"
|
||||
},
|
||||
"region" : "DE"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user