Skip to content

Commit

Permalink
Update xcode project - include polish translation (#224)
Browse files Browse the repository at this point in the history
Resolving issue of adding polish translation to Framework
  • Loading branch information
lukszar authored Mar 11, 2020
1 parent d4bd6b0 commit 2fab122
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WeScan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
/* Begin PBXFileReference section */
274DF35922D363BC0095CE49 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Localizable.strings; sourceTree = "<group>"; };
362967772294C23700B9FC4A /* CGImagePropertyOrientation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGImagePropertyOrientation.swift; sourceTree = "<group>"; };
37DE11D92417FC8A0062E4E4 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
4A644E2221A73C2B00B20839 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
74E27848215446C200361812 /* FBSnapshotTestCase.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FBSnapshotTestCase.xcodeproj; path = "Submodules/ios-snapshot-test-case/FBSnapshotTestCase.xcodeproj"; sourceTree = "<group>"; };
74E2785B2154528300361812 /* FBSnapshotTestCase.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FBSnapshotTestCase.xcodeproj; path = "Submodules/ios-snapshot-test-case/FBSnapshotTestCase.xcodeproj"; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -668,6 +669,7 @@
de,
"pt-BR",
hu,
pl,
es,
"es-419",
);
Expand Down Expand Up @@ -959,6 +961,7 @@
9541C84122155DD3005FBCD3 /* de */,
82A414A022B9391B00DF5831 /* pt-BR */,
274DF35922D363BC0095CE49 /* hu */,
37DE11D92417FC8A0062E4E4 /* pl */,
75629CE3241664D2008777A5 /* es */,
75629CE4241664E0008777A5 /* es-419 */,
);
Expand Down

0 comments on commit 2fab122

Please sign in to comment.