Skip to content

Commit

Permalink
Bugs/fix separated bar disappeared on aways hidden enable (#190)
Browse files Browse the repository at this point in the history
* Ad Croatian language
  • Loading branch information
viettrungphan authored Jan 21, 2022
1 parent 726ed63 commit a8f2dc0
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Hidden Bar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
08C20FDF23AB44E60035D978 /* Bundle+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extension.swift"; sourceTree = "<group>"; };
08C20FE123AB452C0035D978 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
3CF14C81221FA49D0083D42B /* PreferencesWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindowController.swift; sourceTree = "<group>"; };
55188DF7279A737800A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
55188DF8279A737900A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
55188DF9279A737900A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
55D9B6B52660F153007AF073 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Main.strings; sourceTree = "<group>"; };
55D9B6B62660F153007AF073 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Main.strings; sourceTree = "<group>"; };
55D9B6B72660F153007AF073 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -354,6 +357,7 @@
vi,
ar,
de,
hr,
);
mainGroup = 929113E821F9D04100173149;
packageReferences = (
Expand Down Expand Up @@ -444,6 +448,7 @@
55D9B6B52660F153007AF073 /* vi */,
55D9B6B82661DEDA007AF073 /* ar */,
55D9B6BB2661DEE7007AF073 /* de */,
55188DF7279A737800A92772 /* hr */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand All @@ -458,6 +463,7 @@
55D9B6B62660F153007AF073 /* vi */,
55D9B6B92661DEDA007AF073 /* ar */,
55D9B6BC2661DEE8007AF073 /* de */,
55188DF8279A737900A92772 /* hr */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand All @@ -473,6 +479,7 @@
55D9B6B72660F153007AF073 /* vi */,
55D9B6BA2661DEDA007AF073 /* ar */,
55D9B6BD2661DEE8007AF073 /* de */,
55188DF9279A737900A92772 /* hr */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
Loading

0 comments on commit a8f2dc0

Please sign in to comment.