-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add German and Russian locales to demo app
Listing these as supported locales and adding the associated schemes makes it easier to run the demo app to get the translated strings from VoiceOver.
- Loading branch information
Showing
5 changed files
with
322 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
152 changes: 152 additions & 0 deletions
152
...sibilitySnapshot.xcodeproj/xcshareddata/xcschemes/AccessibilitySnapshotDemo (de).xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1030" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACCF1AFB9204008FA782" | ||
BuildableName = "AccessibilitySnapshotDemo.app" | ||
BlueprintName = "AccessibilitySnapshotDemo" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "NO" | ||
buildForProfiling = "NO" | ||
buildForArchiving = "NO" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACE41AFB9204008FA782" | ||
BuildableName = "SnapshotTests.xctest" | ||
BlueprintName = "SnapshotTests" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACCF1AFB9204008FA782" | ||
BuildableName = "AccessibilitySnapshotDemo.app" | ||
BlueprintName = "AccessibilitySnapshotDemo" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACE41AFB9204008FA782" | ||
BuildableName = "SnapshotTests.xctest" | ||
BlueprintName = "SnapshotTests" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
<SkippedTests> | ||
<Test | ||
Identifier = "AccessibilityContainersTests/testDataTableWithUndefinedColumns()"> | ||
</Test> | ||
<Test | ||
Identifier = "AccessibilityContainersTests/testDataTableWithUndefinedRowsAndColumns()"> | ||
</Test> | ||
<Test | ||
Identifier = "AccessibilitySnapshotTests/testLargeViewInViewControllerThatRequiresTiling()"> | ||
</Test> | ||
<Test | ||
Identifier = "AccessibilitySnapshotTests/testLargeViewThatRequiresTiling()"> | ||
</Test> | ||
<Test | ||
Identifier = "DefaultControlsTests/testDatePicker()"> | ||
</Test> | ||
<Test | ||
Identifier = "HitTargetTests/testPerformance()"> | ||
</Test> | ||
<Test | ||
Identifier = "TextAccessibilityTests"> | ||
</Test> | ||
</SkippedTests> | ||
</TestableReference> | ||
<TestableReference | ||
skipped = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "3D881955246E03C00061DA6A" | ||
BuildableName = "UnitTests.xctest" | ||
BlueprintName = "UnitTests" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
</TestAction> | ||
<LaunchAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
language = "de" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
debugServiceExtension = "internal" | ||
allowLocationSimulation = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACCF1AFB9204008FA782" | ||
BuildableName = "AccessibilitySnapshotDemo.app" | ||
BlueprintName = "AccessibilitySnapshotDemo" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
<EnvironmentVariables> | ||
<EnvironmentVariable | ||
key = "FB_REFERENCE_IMAGE_DIR" | ||
value = "$(SOURCE_ROOT)/SnapshotTests/ReferenceImages/" | ||
isEnabled = "YES"> | ||
</EnvironmentVariable> | ||
</EnvironmentVariables> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACCF1AFB9204008FA782" | ||
BuildableName = "AccessibilitySnapshotDemo.app" | ||
BlueprintName = "AccessibilitySnapshotDemo" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
152 changes: 152 additions & 0 deletions
152
...sibilitySnapshot.xcodeproj/xcshareddata/xcschemes/AccessibilitySnapshotDemo (ru).xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1030" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACCF1AFB9204008FA782" | ||
BuildableName = "AccessibilitySnapshotDemo.app" | ||
BlueprintName = "AccessibilitySnapshotDemo" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "NO" | ||
buildForProfiling = "NO" | ||
buildForArchiving = "NO" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACE41AFB9204008FA782" | ||
BuildableName = "SnapshotTests.xctest" | ||
BlueprintName = "SnapshotTests" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACCF1AFB9204008FA782" | ||
BuildableName = "AccessibilitySnapshotDemo.app" | ||
BlueprintName = "AccessibilitySnapshotDemo" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACE41AFB9204008FA782" | ||
BuildableName = "SnapshotTests.xctest" | ||
BlueprintName = "SnapshotTests" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
<SkippedTests> | ||
<Test | ||
Identifier = "AccessibilityContainersTests/testDataTableWithUndefinedColumns()"> | ||
</Test> | ||
<Test | ||
Identifier = "AccessibilityContainersTests/testDataTableWithUndefinedRowsAndColumns()"> | ||
</Test> | ||
<Test | ||
Identifier = "AccessibilitySnapshotTests/testLargeViewInViewControllerThatRequiresTiling()"> | ||
</Test> | ||
<Test | ||
Identifier = "AccessibilitySnapshotTests/testLargeViewThatRequiresTiling()"> | ||
</Test> | ||
<Test | ||
Identifier = "DefaultControlsTests/testDatePicker()"> | ||
</Test> | ||
<Test | ||
Identifier = "HitTargetTests/testPerformance()"> | ||
</Test> | ||
<Test | ||
Identifier = "TextAccessibilityTests"> | ||
</Test> | ||
</SkippedTests> | ||
</TestableReference> | ||
<TestableReference | ||
skipped = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "3D881955246E03C00061DA6A" | ||
BuildableName = "UnitTests.xctest" | ||
BlueprintName = "UnitTests" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
</TestAction> | ||
<LaunchAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
language = "ru" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
debugServiceExtension = "internal" | ||
allowLocationSimulation = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACCF1AFB9204008FA782" | ||
BuildableName = "AccessibilitySnapshotDemo.app" | ||
BlueprintName = "AccessibilitySnapshotDemo" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
<EnvironmentVariables> | ||
<EnvironmentVariable | ||
key = "FB_REFERENCE_IMAGE_DIR" | ||
value = "$(SOURCE_ROOT)/SnapshotTests/ReferenceImages/" | ||
isEnabled = "YES"> | ||
</EnvironmentVariable> | ||
</EnvironmentVariables> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "607FACCF1AFB9204008FA782" | ||
BuildableName = "AccessibilitySnapshotDemo.app" | ||
BlueprintName = "AccessibilitySnapshotDemo" | ||
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
/* Class = "UILabel"; text = " Copyright (c) 2015 CocoaPods. All rights reserved."; ObjectID = "8ie-xW-0ye"; */ | ||
"8ie-xW-0ye.text" = " Copyright (c) 2015 CocoaPods. All rights reserved."; | ||
|
||
/* Class = "UILabel"; text = "AccessibilitySnapshot"; ObjectID = "kId-c2-rCX"; */ | ||
"kId-c2-rCX.text" = "AccessibilitySnapshot"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
/* Class = "UILabel"; text = " Copyright (c) 2015 CocoaPods. All rights reserved."; ObjectID = "8ie-xW-0ye"; */ | ||
"8ie-xW-0ye.text" = " Copyright (c) 2015 CocoaPods. All rights reserved."; | ||
|
||
/* Class = "UILabel"; text = "AccessibilitySnapshot"; ObjectID = "kId-c2-rCX"; */ | ||
"kId-c2-rCX.text" = "AccessibilitySnapshot"; |