Skip to content

Commit 047fd17

Browse files
authored
Merge pull request #203 from cashapp/entin/demo-locales
Add German and Russian locales to demo app
2 parents 8179c09 + 6316062 commit 047fd17

File tree

5 files changed

+322
-0
lines changed

5 files changed

+322
-0
lines changed

Example/AccessibilitySnapshot.xcodeproj/project.pbxproj

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
3D13DB502221124000066519 /* SnapshotTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SnapshotTests-Bridging-Header.h"; path = "Supporting Files/SnapshotTests-Bridging-Header.h"; sourceTree = "<group>"; };
9090
3D13DB512221124000066519 /* ObjectiveCTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjectiveCTests.m; sourceTree = "<group>"; };
9191
3D220A2A252AF72900359C1E /* AccessibleContainerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccessibleContainerView.swift; sourceTree = "<group>"; };
92+
3D2881822B6487E900F2A1EA /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
93+
3D2881832B6488B600F2A1EA /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
9294
3D39BFAB223314C1009C3EF4 /* TabBarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarViewController.swift; sourceTree = "<group>"; };
9395
3D39BFAF2239BC42009C3EF4 /* ActivationPointTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivationPointTests.swift; sourceTree = "<group>"; };
9496
3D39BFB12239BEA5009C3EF4 /* ActivationPointViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivationPointViewController.swift; sourceTree = "<group>"; };
@@ -448,6 +450,8 @@
448450
English,
449451
en,
450452
Base,
453+
de,
454+
ru,
451455
);
452456
mainGroup = 607FACC71AFB9204008FA782;
453457
productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
@@ -680,6 +684,8 @@
680684
isa = PBXVariantGroup;
681685
children = (
682686
607FACDF1AFB9204008FA782 /* Base */,
687+
3D2881822B6487E900F2A1EA /* de */,
688+
3D2881832B6488B600F2A1EA /* ru */,
683689
);
684690
name = LaunchScreen.xib;
685691
sourceTree = "<group>";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1030"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
18+
BuildableName = "AccessibilitySnapshotDemo.app"
19+
BlueprintName = "AccessibilitySnapshotDemo"
20+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "NO"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "607FACE41AFB9204008FA782"
32+
BuildableName = "SnapshotTests.xctest"
33+
BlueprintName = "SnapshotTests"
34+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
35+
</BuildableReference>
36+
</BuildActionEntry>
37+
</BuildActionEntries>
38+
</BuildAction>
39+
<TestAction
40+
buildConfiguration = "Debug"
41+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
42+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43+
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
48+
BuildableName = "AccessibilitySnapshotDemo.app"
49+
BlueprintName = "AccessibilitySnapshotDemo"
50+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
53+
<Testables>
54+
<TestableReference
55+
skipped = "NO">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "607FACE41AFB9204008FA782"
59+
BuildableName = "SnapshotTests.xctest"
60+
BlueprintName = "SnapshotTests"
61+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
62+
</BuildableReference>
63+
<SkippedTests>
64+
<Test
65+
Identifier = "AccessibilityContainersTests/testDataTableWithUndefinedColumns()">
66+
</Test>
67+
<Test
68+
Identifier = "AccessibilityContainersTests/testDataTableWithUndefinedRowsAndColumns()">
69+
</Test>
70+
<Test
71+
Identifier = "AccessibilitySnapshotTests/testLargeViewInViewControllerThatRequiresTiling()">
72+
</Test>
73+
<Test
74+
Identifier = "AccessibilitySnapshotTests/testLargeViewThatRequiresTiling()">
75+
</Test>
76+
<Test
77+
Identifier = "DefaultControlsTests/testDatePicker()">
78+
</Test>
79+
<Test
80+
Identifier = "HitTargetTests/testPerformance()">
81+
</Test>
82+
<Test
83+
Identifier = "TextAccessibilityTests">
84+
</Test>
85+
</SkippedTests>
86+
</TestableReference>
87+
<TestableReference
88+
skipped = "YES">
89+
<BuildableReference
90+
BuildableIdentifier = "primary"
91+
BlueprintIdentifier = "3D881955246E03C00061DA6A"
92+
BuildableName = "UnitTests.xctest"
93+
BlueprintName = "UnitTests"
94+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
95+
</BuildableReference>
96+
</TestableReference>
97+
</Testables>
98+
</TestAction>
99+
<LaunchAction
100+
buildConfiguration = "Debug"
101+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
102+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
103+
language = "de"
104+
launchStyle = "0"
105+
useCustomWorkingDirectory = "NO"
106+
ignoresPersistentStateOnLaunch = "NO"
107+
debugDocumentVersioning = "YES"
108+
debugServiceExtension = "internal"
109+
allowLocationSimulation = "YES">
110+
<BuildableProductRunnable
111+
runnableDebuggingMode = "0">
112+
<BuildableReference
113+
BuildableIdentifier = "primary"
114+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
115+
BuildableName = "AccessibilitySnapshotDemo.app"
116+
BlueprintName = "AccessibilitySnapshotDemo"
117+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
118+
</BuildableReference>
119+
</BuildableProductRunnable>
120+
<EnvironmentVariables>
121+
<EnvironmentVariable
122+
key = "FB_REFERENCE_IMAGE_DIR"
123+
value = "$(SOURCE_ROOT)/SnapshotTests/ReferenceImages/"
124+
isEnabled = "YES">
125+
</EnvironmentVariable>
126+
</EnvironmentVariables>
127+
</LaunchAction>
128+
<ProfileAction
129+
buildConfiguration = "Release"
130+
shouldUseLaunchSchemeArgsEnv = "YES"
131+
savedToolIdentifier = ""
132+
useCustomWorkingDirectory = "NO"
133+
debugDocumentVersioning = "YES">
134+
<BuildableProductRunnable
135+
runnableDebuggingMode = "0">
136+
<BuildableReference
137+
BuildableIdentifier = "primary"
138+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
139+
BuildableName = "AccessibilitySnapshotDemo.app"
140+
BlueprintName = "AccessibilitySnapshotDemo"
141+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
142+
</BuildableReference>
143+
</BuildableProductRunnable>
144+
</ProfileAction>
145+
<AnalyzeAction
146+
buildConfiguration = "Debug">
147+
</AnalyzeAction>
148+
<ArchiveAction
149+
buildConfiguration = "Release"
150+
revealArchiveInOrganizer = "YES">
151+
</ArchiveAction>
152+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1030"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
18+
BuildableName = "AccessibilitySnapshotDemo.app"
19+
BlueprintName = "AccessibilitySnapshotDemo"
20+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "NO"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "607FACE41AFB9204008FA782"
32+
BuildableName = "SnapshotTests.xctest"
33+
BlueprintName = "SnapshotTests"
34+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
35+
</BuildableReference>
36+
</BuildActionEntry>
37+
</BuildActionEntries>
38+
</BuildAction>
39+
<TestAction
40+
buildConfiguration = "Debug"
41+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
42+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43+
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
48+
BuildableName = "AccessibilitySnapshotDemo.app"
49+
BlueprintName = "AccessibilitySnapshotDemo"
50+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
53+
<Testables>
54+
<TestableReference
55+
skipped = "NO">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "607FACE41AFB9204008FA782"
59+
BuildableName = "SnapshotTests.xctest"
60+
BlueprintName = "SnapshotTests"
61+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
62+
</BuildableReference>
63+
<SkippedTests>
64+
<Test
65+
Identifier = "AccessibilityContainersTests/testDataTableWithUndefinedColumns()">
66+
</Test>
67+
<Test
68+
Identifier = "AccessibilityContainersTests/testDataTableWithUndefinedRowsAndColumns()">
69+
</Test>
70+
<Test
71+
Identifier = "AccessibilitySnapshotTests/testLargeViewInViewControllerThatRequiresTiling()">
72+
</Test>
73+
<Test
74+
Identifier = "AccessibilitySnapshotTests/testLargeViewThatRequiresTiling()">
75+
</Test>
76+
<Test
77+
Identifier = "DefaultControlsTests/testDatePicker()">
78+
</Test>
79+
<Test
80+
Identifier = "HitTargetTests/testPerformance()">
81+
</Test>
82+
<Test
83+
Identifier = "TextAccessibilityTests">
84+
</Test>
85+
</SkippedTests>
86+
</TestableReference>
87+
<TestableReference
88+
skipped = "YES">
89+
<BuildableReference
90+
BuildableIdentifier = "primary"
91+
BlueprintIdentifier = "3D881955246E03C00061DA6A"
92+
BuildableName = "UnitTests.xctest"
93+
BlueprintName = "UnitTests"
94+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
95+
</BuildableReference>
96+
</TestableReference>
97+
</Testables>
98+
</TestAction>
99+
<LaunchAction
100+
buildConfiguration = "Debug"
101+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
102+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
103+
language = "ru"
104+
launchStyle = "0"
105+
useCustomWorkingDirectory = "NO"
106+
ignoresPersistentStateOnLaunch = "NO"
107+
debugDocumentVersioning = "YES"
108+
debugServiceExtension = "internal"
109+
allowLocationSimulation = "YES">
110+
<BuildableProductRunnable
111+
runnableDebuggingMode = "0">
112+
<BuildableReference
113+
BuildableIdentifier = "primary"
114+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
115+
BuildableName = "AccessibilitySnapshotDemo.app"
116+
BlueprintName = "AccessibilitySnapshotDemo"
117+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
118+
</BuildableReference>
119+
</BuildableProductRunnable>
120+
<EnvironmentVariables>
121+
<EnvironmentVariable
122+
key = "FB_REFERENCE_IMAGE_DIR"
123+
value = "$(SOURCE_ROOT)/SnapshotTests/ReferenceImages/"
124+
isEnabled = "YES">
125+
</EnvironmentVariable>
126+
</EnvironmentVariables>
127+
</LaunchAction>
128+
<ProfileAction
129+
buildConfiguration = "Release"
130+
shouldUseLaunchSchemeArgsEnv = "YES"
131+
savedToolIdentifier = ""
132+
useCustomWorkingDirectory = "NO"
133+
debugDocumentVersioning = "YES">
134+
<BuildableProductRunnable
135+
runnableDebuggingMode = "0">
136+
<BuildableReference
137+
BuildableIdentifier = "primary"
138+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
139+
BuildableName = "AccessibilitySnapshotDemo.app"
140+
BlueprintName = "AccessibilitySnapshotDemo"
141+
ReferencedContainer = "container:AccessibilitySnapshot.xcodeproj">
142+
</BuildableReference>
143+
</BuildableProductRunnable>
144+
</ProfileAction>
145+
<AnalyzeAction
146+
buildConfiguration = "Debug">
147+
</AnalyzeAction>
148+
<ArchiveAction
149+
buildConfiguration = "Release"
150+
revealArchiveInOrganizer = "YES">
151+
</ArchiveAction>
152+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
/* Class = "UILabel"; text = " Copyright (c) 2015 CocoaPods. All rights reserved."; ObjectID = "8ie-xW-0ye"; */
3+
"8ie-xW-0ye.text" = " Copyright (c) 2015 CocoaPods. All rights reserved.";
4+
5+
/* Class = "UILabel"; text = "AccessibilitySnapshot"; ObjectID = "kId-c2-rCX"; */
6+
"kId-c2-rCX.text" = "AccessibilitySnapshot";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
/* Class = "UILabel"; text = " Copyright (c) 2015 CocoaPods. All rights reserved."; ObjectID = "8ie-xW-0ye"; */
3+
"8ie-xW-0ye.text" = " Copyright (c) 2015 CocoaPods. All rights reserved.";
4+
5+
/* Class = "UILabel"; text = "AccessibilitySnapshot"; ObjectID = "kId-c2-rCX"; */
6+
"kId-c2-rCX.text" = "AccessibilitySnapshot";

0 commit comments

Comments
 (0)