Skip to content

Commit bead9ea

Browse files
committed
Fix UI issue
1 parent 3054e8e commit bead9ea

File tree

4 files changed

+31
-23
lines changed

4 files changed

+31
-23
lines changed

pass.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@
488488
DC30F83629BAFD2E001EB12B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; };
489489
DC30F83729BED4E2001EB12B /* PasswordGeneratorUISwitch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordGeneratorUISwitch.swift; sourceTree = "<group>"; };
490490
DC30F83929BED611001EB12B /* PasswordGeneratorUISlider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordGeneratorUISlider.swift; sourceTree = "<group>"; };
491+
DC30F93729C63856001EB12B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Intents.strings; sourceTree = "<group>"; };
492+
DC30F93829C6385F001EB12B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = it; path = it.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
493+
DC30F93929C6386E001EB12B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
494+
DC30F93A29C63875001EB12B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
491495
DC3E64E51E656F11009A83DE /* CommitLogsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommitLogsTableViewController.swift; sourceTree = "<group>"; };
492496
DC4914941E434301007FF592 /* LabelTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LabelTableViewCell.swift; sourceTree = "<group>"; };
493497
DC4914981E434600007FF592 /* PasswordDetailTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordDetailTableViewController.swift; sourceTree = "<group>"; };
@@ -1772,6 +1776,7 @@
17721776
children = (
17731777
30BF5EC921EA8FB5000E4154 /* en */,
17741778
30C25DC421F3BEF500BB27BB /* de */,
1779+
DC30F93929C6386E001EB12B /* it */,
17751780
);
17761781
name = Localizable.strings;
17771782
sourceTree = "<group>";
@@ -1781,6 +1786,7 @@
17811786
children = (
17821787
30BF5ED621ED2434000E4154 /* en */,
17831788
30C25DC521F3BEF500BB27BB /* de */,
1789+
DC30F93829C6385F001EB12B /* it */,
17841790
);
17851791
name = Localizable.stringsdict;
17861792
sourceTree = "<group>";
@@ -1790,6 +1796,7 @@
17901796
children = (
17911797
30C25DBE21F3599E00BB27BB /* en */,
17921798
30C25DC621F3BEF500BB27BB /* de */,
1799+
DC30F93A29C63875001EB12B /* it */,
17931800
);
17941801
name = InfoPlist.strings;
17951802
sourceTree = "<group>";
@@ -1799,6 +1806,7 @@
17991806
children = (
18001807
30EE3A18241E98C1009FBB61 /* en */,
18011808
30EE3A1B241E98C6009FBB61 /* de */,
1809+
DC30F93729C63856001EB12B /* it */,
18021810
);
18031811
name = Intents.intentdefinition;
18041812
sourceTree = "<group>";

0 commit comments

Comments
 (0)