Skip to content

Commit dcddfa1

Browse files
committed
🐛 including the DE and HR localizations in the project
1 parent 5b47b6f commit dcddfa1

2 files changed

Lines changed: 93 additions & 0 deletions

File tree

sources/LocalizationEditor.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
F3D9C96620BEDF640081830A /* KeyCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyCell.swift; sourceTree = "<group>"; };
118118
F3D9C96D20BEEAA10081830A /* LocalizationsDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizationsDataSource.swift; sourceTree = "<group>"; };
119119
F3D9C97020BEF0740081830A /* Files.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Files.framework; path = Carthage/Build/Mac/Files.framework; sourceTree = "<group>"; };
120+
F3DBD1842456CD54003D0BCC /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
121+
F3DBD1852456CD7D003D0BCC /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
120122
F3DF02CB21C65F6800CEC6B6 /* LocalizationEditorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LocalizationEditorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
121123
F3DF02CD21C65F6800CEC6B6 /* LocalizationProviderParsingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizationProviderParsingTests.swift; sourceTree = "<group>"; };
122124
F3DF02CF21C65F6800CEC6B6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -370,6 +372,8 @@
370372
en,
371373
Base,
372374
"zh-Hans",
375+
de,
376+
hr,
373377
);
374378
mainGroup = F3D9C93920BEC7460081830A;
375379
productRefGroup = F3D9C94320BEC7460081830A /* Products */;
@@ -509,6 +513,8 @@
509513
children = (
510514
F3AD2CE12361A8CF00558765 /* zh-Hans */,
511515
F3AD2CE22361A8CF00558765 /* en */,
516+
F3DBD1842456CD54003D0BCC /* de */,
517+
F3DBD1852456CD7D003D0BCC /* hr */,
512518
);
513519
name = Localizable.strings;
514520
sourceTree = "<group>";
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1110"
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 = "F3D9C94120BEC7460081830A"
18+
BuildableName = "LocalizationEditor.app"
19+
BlueprintName = "LocalizationEditor"
20+
ReferencedContainer = "container:LocalizationEditor.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "F3DF02CA21C65F6800CEC6B6"
36+
BuildableName = "LocalizationEditorTests.xctest"
37+
BlueprintName = "LocalizationEditorTests"
38+
ReferencedContainer = "container:LocalizationEditor.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
</TestAction>
43+
<LaunchAction
44+
buildConfiguration = "Debug"
45+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
46+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47+
launchStyle = "0"
48+
useCustomWorkingDirectory = "NO"
49+
ignoresPersistentStateOnLaunch = "NO"
50+
debugDocumentVersioning = "YES"
51+
debugServiceExtension = "internal"
52+
allowLocationSimulation = "YES">
53+
<BuildableProductRunnable
54+
runnableDebuggingMode = "0">
55+
<BuildableReference
56+
BuildableIdentifier = "primary"
57+
BlueprintIdentifier = "F3D9C94120BEC7460081830A"
58+
BuildableName = "LocalizationEditor.app"
59+
BlueprintName = "LocalizationEditor"
60+
ReferencedContainer = "container:LocalizationEditor.xcodeproj">
61+
</BuildableReference>
62+
</BuildableProductRunnable>
63+
</LaunchAction>
64+
<ProfileAction
65+
buildConfiguration = "Release"
66+
shouldUseLaunchSchemeArgsEnv = "YES"
67+
savedToolIdentifier = ""
68+
useCustomWorkingDirectory = "NO"
69+
debugDocumentVersioning = "YES">
70+
<MacroExpansion>
71+
<BuildableReference
72+
BuildableIdentifier = "primary"
73+
BlueprintIdentifier = "F3D9C94120BEC7460081830A"
74+
BuildableName = "LocalizationEditor.app"
75+
BlueprintName = "LocalizationEditor"
76+
ReferencedContainer = "container:LocalizationEditor.xcodeproj">
77+
</BuildableReference>
78+
</MacroExpansion>
79+
</ProfileAction>
80+
<AnalyzeAction
81+
buildConfiguration = "Debug">
82+
</AnalyzeAction>
83+
<ArchiveAction
84+
buildConfiguration = "Release"
85+
revealArchiveInOrganizer = "YES">
86+
</ArchiveAction>
87+
</Scheme>

0 commit comments

Comments
 (0)