mirror of
https://github.com/rxhanson/Rectangle.git
synced 2025-07-03 21:23:20 +00:00
Made xcode aware of the additional Norwegian localization files
This commit is contained in:
parent
3ee031950a
commit
b75b7ab1b6
1 changed files with 10 additions and 0 deletions
|
@ -245,6 +245,10 @@
|
|||
9824704A22B189250037B409 /* BestEffortWindowMover.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BestEffortWindowMover.swift; sourceTree = "<group>"; };
|
||||
9824705022B28D7A0037B409 /* LeftRightHalfCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftRightHalfCalculation.swift; sourceTree = "<group>"; };
|
||||
983BBD6E253B609D000D223E /* FootprintWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FootprintWindow.swift; sourceTree = "<group>"; };
|
||||
983D88862AB0D303008DE392 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Main.strings; sourceTree = "<group>"; };
|
||||
983D88872AB0D303008DE392 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Main.strings; sourceTree = "<group>"; };
|
||||
983D88882AB0D336008DE392 /* nn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nn; path = nn.lproj/Main.strings; sourceTree = "<group>"; };
|
||||
983D88892AB0D337008DE392 /* nn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nn; path = nn.lproj/Main.strings; sourceTree = "<group>"; };
|
||||
983DD03F28A844BE00BF1EEE /* SnapAreaViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapAreaViewController.swift; sourceTree = "<group>"; };
|
||||
983DD04328B0639E00BF1EEE /* SnapAreaModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapAreaModel.swift; sourceTree = "<group>"; };
|
||||
984EDB0E29A42ED200D119D2 /* LaunchOnLogin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchOnLogin.swift; sourceTree = "<group>"; };
|
||||
|
@ -812,6 +816,8 @@
|
|||
vi,
|
||||
lt,
|
||||
ar,
|
||||
nb,
|
||||
nn,
|
||||
);
|
||||
mainGroup = 9824700022AF9B7D0037B409;
|
||||
packageReferences = (
|
||||
|
@ -1047,6 +1053,8 @@
|
|||
58A4658B29F0718700E6E8A5 /* vi */,
|
||||
8A8FDF1429F85873005320B9 /* lt */,
|
||||
9806A7652A80716B0026C723 /* ar */,
|
||||
983D88872AB0D303008DE392 /* nb */,
|
||||
983D88892AB0D337008DE392 /* nn */,
|
||||
);
|
||||
name = Main.storyboard;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1082,6 +1090,8 @@
|
|||
58A4658A29F0718700E6E8A5 /* vi */,
|
||||
8A8FDF1129F84EA1005320B9 /* lt */,
|
||||
9806A7642A80716B0026C723 /* ar */,
|
||||
983D88862AB0D303008DE392 /* nb */,
|
||||
983D88882AB0D336008DE392 /* nn */,
|
||||
);
|
||||
name = Main.storyboard;
|
||||
sourceTree = "<group>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue