Просмотр исходного кода

workspace settings that changed when adding languages

Jon Mårtensson 5 лет назад
Родитель
Сommit
ac64467746
1 измененных файлов с 33 добавлено и 0 удалено
  1. 33 0
      FreeAPS.xcodeproj/project.pbxproj

+ 33 - 0
FreeAPS.xcodeproj/project.pbxproj

@@ -317,6 +317,17 @@
 		12204445D7632AF09264A979 /* PreferencesEditorDataFlow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PreferencesEditorDataFlow.swift; sourceTree = "<group>"; };
 		1952205F26652474009B4D4F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
 		1952206126652491009B4D4F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
+		1952206226657894009B4D4F /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
+		19522063266578A9009B4D4F /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Localizable.strings; sourceTree = "<group>"; };
+		19522064266578B2009B4D4F /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
+		19522065266578C3009B4D4F /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
+		19522066266578D1009B4D4F /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
+		19522067266578DB009B4D4F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
+		19522068266578FF009B4D4F /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
+		1952206926657914009B4D4F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
+		1952206A26657937009B4D4F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
+		1952206B2665794F009B4D4F /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = "<group>"; };
+		1952206C2665795D009B4D4F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
 		223EC0494F55A91E3EA69EF4 /* BolusViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BolusViewModel.swift; sourceTree = "<group>"; };
 		2AD22C985B79A2F0D2EA3D9D /* PumpConfigRootView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PumpConfigRootView.swift; sourceTree = "<group>"; };
 		2F2A13DF0EDEEEDC4106AA2A /* NightscoutConfigDataFlow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = NightscoutConfigDataFlow.swift; sourceTree = "<group>"; };
@@ -1561,6 +1572,17 @@
 				en,
 				Base,
 				sv,
+				ar,
+				fi,
+				de,
+				ru,
+				uk,
+				"zh-Hans",
+				da,
+				es,
+				fr,
+				nb,
+				nl,
 			);
 			mainGroup = 388E594F25AD948C0019842D;
 			packageReferences = (
@@ -1877,6 +1899,17 @@
 			children = (
 				1952205F26652474009B4D4F /* en */,
 				1952206126652491009B4D4F /* sv */,
+				1952206226657894009B4D4F /* ar */,
+				19522063266578A9009B4D4F /* fi */,
+				19522064266578B2009B4D4F /* de */,
+				19522065266578C3009B4D4F /* ru */,
+				19522066266578D1009B4D4F /* uk */,
+				19522067266578DB009B4D4F /* zh-Hans */,
+				19522068266578FF009B4D4F /* da */,
+				1952206926657914009B4D4F /* es */,
+				1952206A26657937009B4D4F /* fr */,
+				1952206B2665794F009B4D4F /* nb */,
+				1952206C2665795D009B4D4F /* nl */,
 			);
 			name = Localizable.strings;
 			sourceTree = "<group>";