mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-30 05:12:36 +00:00
962361cb9f
Ready for screenshots generation, except for the tests themselves and the TV target. - More customizations while UI testing - Act as full version user in IAPManager - Override layout with default to .grid if isBigDevice - Show module names in profile list/grid - Improve mock Profile/ProfileManager - Meaningful profile names - iCloud/TV icons - Initial modules - Improve XCTest extensions - Screenshot destination (attachment/temporary) - Screenshot target (window/sheet) - Print saved temporary URL at the end (may help with CI) - Append device name to screenshot filename - Tests - Refactor actions with the [Page Object pattern](https://swiftwithmajid.com/2021/03/24/ui-testing-using-page-object-pattern-in-swift/) - Perform iPad screenshots in landscape - Split simple flow tests and screenshots - Add "Connect to" test Closes #681
76 lines
2.7 KiB
XML
76 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
LastUpgradeVersion = "1610"
|
|
version = "2.2">
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES"
|
|
buildArchitectures = "Automatic">
|
|
<BuildActionEntries>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "NO"
|
|
buildForArchiving = "NO"
|
|
buildForAnalyzing = "NO">
|
|
<AutocreatedTestPlanReference>
|
|
</AutocreatedTestPlanReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
<TestAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
shouldAutocreateTestPlan = "YES">
|
|
<Testables>
|
|
<TestableReference
|
|
skipped = "NO"
|
|
parallelizable = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "0E78FE4B2CF799F400B0C5BF"
|
|
BuildableName = "PassepartoutUITests.xctest"
|
|
BlueprintName = "PassepartoutUITests"
|
|
ReferencedContainer = "container:Passepartout.xcodeproj">
|
|
</BuildableReference>
|
|
</TestableReference>
|
|
</Testables>
|
|
</TestAction>
|
|
<LaunchAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
launchStyle = "0"
|
|
useCustomWorkingDirectory = "NO"
|
|
ignoresPersistentStateOnLaunch = "NO"
|
|
debugDocumentVersioning = "YES"
|
|
debugServiceExtension = "internal"
|
|
allowLocationSimulation = "YES">
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
buildConfiguration = "Release"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
debugDocumentVersioning = "YES">
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "0E78FE4B2CF799F400B0C5BF"
|
|
BuildableName = "PassepartoutUITests.xctest"
|
|
BlueprintName = "PassepartoutUITests"
|
|
ReferencedContainer = "container:Passepartout.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "Debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "Release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|