From 2fab122649677694e8e59c846ba4cd8407dff7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szarkowicz?= Date: Wed, 11 Mar 2020 10:11:08 +0100 Subject: [PATCH] Update xcode project - include polish translation (#224) Resolving issue of adding polish translation to Framework --- WeScan.xcodeproj/project.pbxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WeScan.xcodeproj/project.pbxproj b/WeScan.xcodeproj/project.pbxproj index 605c823c..7739ff2c 100644 --- a/WeScan.xcodeproj/project.pbxproj +++ b/WeScan.xcodeproj/project.pbxproj @@ -186,6 +186,7 @@ /* Begin PBXFileReference section */ 274DF35922D363BC0095CE49 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Localizable.strings; sourceTree = ""; }; 362967772294C23700B9FC4A /* CGImagePropertyOrientation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGImagePropertyOrientation.swift; sourceTree = ""; }; + 37DE11D92417FC8A0062E4E4 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = ""; }; 4A644E2221A73C2B00B20839 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; 74E27848215446C200361812 /* FBSnapshotTestCase.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FBSnapshotTestCase.xcodeproj; path = "Submodules/ios-snapshot-test-case/FBSnapshotTestCase.xcodeproj"; sourceTree = ""; }; 74E2785B2154528300361812 /* FBSnapshotTestCase.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FBSnapshotTestCase.xcodeproj; path = "Submodules/ios-snapshot-test-case/FBSnapshotTestCase.xcodeproj"; sourceTree = SOURCE_ROOT; }; @@ -668,6 +669,7 @@ de, "pt-BR", hu, + pl, es, "es-419", ); @@ -959,6 +961,7 @@ 9541C84122155DD3005FBCD3 /* de */, 82A414A022B9391B00DF5831 /* pt-BR */, 274DF35922D363BC0095CE49 /* hu */, + 37DE11D92417FC8A0062E4E4 /* pl */, 75629CE3241664D2008777A5 /* es */, 75629CE4241664E0008777A5 /* es-419 */, );