Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
♻️ folder structure cleanup
  • Loading branch information
igorkulman committed Oct 24, 2019
commit 35c5b4b660ba304f4119ad9ab223abcd2cd769ec
30 changes: 11 additions & 19 deletions sources/LocalizationEditor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
F396061E223A5B5A006C7B16 /* LocalizationProviderAddingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F396061D223A5B5A006C7B16 /* LocalizationProviderAddingTests.swift */; };
F3A5ABB8220448690077460D /* FileManager+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3A5ABB7220448690077460D /* FileManager+Extension.swift */; };
F3AD2CD4236190F400558765 /* NSView+Localization.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AD2CD3236190F400558765 /* NSView+Localization.swift */; };
F3AD2CDE23619E5C00558765 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F3AD2CDC23619E5C00558765 /* Localizable.strings */; };
F3AD2CE32361A8CF00558765 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F3AD2CE02361A8CF00558765 /* Localizable.strings */; };
F3BF7E6A223A8AE10043F2CB /* Special.strings in Resources */ = {isa = PBXBuildFile; fileRef = F3BF7E69223A8AE10043F2CB /* Special.strings */; };
F3C4FA7D222FBB9B00280EF4 /* LocalizationProviderDeletingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3C4FA7C222FBB9B00280EF4 /* LocalizationProviderDeletingTests.swift */; };
F3C5BF252299529D001BC8FB /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = F3C5BF242299529D001BC8FB /* Credits.rtf */; };
Expand Down Expand Up @@ -83,7 +83,6 @@

/* Begin PBXFileReference section */
172274D320D933970036EA4E /* LocalizationGroup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizationGroup.swift; sourceTree = "<group>"; };
9645AAD52361A3DC00968C00 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "../zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
A117B6AC21D0FFC0008F10E4 /* LocalizableStrings-en-with-complete-messages.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = "LocalizableStrings-en-with-complete-messages.strings"; sourceTree = "<group>"; };
A117B6AE21D10060008F10E4 /* LocalizableStrings-en-with-incomplete-messages.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = "LocalizableStrings-en-with-incomplete-messages.strings"; sourceTree = "<group>"; };
A15A5A4121D908C400D3C791 /* Parser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Parser.swift; sourceTree = "<group>"; };
Expand All @@ -97,7 +96,8 @@
F396061D223A5B5A006C7B16 /* LocalizationProviderAddingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizationProviderAddingTests.swift; sourceTree = "<group>"; };
F3A5ABB7220448690077460D /* FileManager+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FileManager+Extension.swift"; sourceTree = "<group>"; };
F3AD2CD3236190F400558765 /* NSView+Localization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSView+Localization.swift"; sourceTree = "<group>"; };
F3AD2CDD23619E5C00558765 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = "<group>"; };
F3AD2CE12361A8CF00558765 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
F3AD2CE22361A8CF00558765 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
F3BF7E69223A8AE10043F2CB /* Special.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = Special.strings; sourceTree = "<group>"; };
F3C4FA7C222FBB9B00280EF4 /* LocalizationProviderDeletingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizationProviderDeletingTests.swift; sourceTree = "<group>"; };
F3C5BF242299529D001BC8FB /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; };
Expand Down Expand Up @@ -149,20 +149,12 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
F3AD2CDA23619E4B00558765 /* Resources */ = {
F3AD2CDF2361A8CF00558765 /* Resources */ = {
isa = PBXGroup;
children = (
F3AD2CDB23619E5C00558765 /* en.lproj */,
F3AD2CE02361A8CF00558765 /* Localizable.strings */,
);
name = Resources;
sourceTree = "<group>";
};
F3AD2CDB23619E5C00558765 /* en.lproj */ = {
isa = PBXGroup;
children = (
F3AD2CDC23619E5C00558765 /* Localizable.strings */,
);
path = en.lproj;
path = Resources;
sourceTree = "<group>";
};
F3D9C93920BEC7460081830A = {
Expand Down Expand Up @@ -190,7 +182,7 @@
F3FC1F8E21DCB9AA00C936E8 /* Extensions */,
F3D9C95520BEC9E30081830A /* Models */,
F3D9C95A20BECDB20081830A /* Providers */,
F3AD2CDA23619E4B00558765 /* Resources */,
F3AD2CDF2361A8CF00558765 /* Resources */,
F3D9C96C20BEEA2F0081830A /* UI */,
F3D9C94520BEC7460081830A /* AppDelegate.swift */,
F3D9C94920BEC7460081830A /* Assets.xcassets */,
Expand Down Expand Up @@ -398,7 +390,7 @@
F3D9C96320BEDDE20081830A /* LocalizationCell.xib in Resources */,
F3C5BF252299529D001BC8FB /* Credits.rtf in Resources */,
F3D9C96520BEDF580081830A /* KeyCell.xib in Resources */,
F3AD2CDE23619E5C00558765 /* Localizable.strings in Resources */,
F3AD2CE32361A8CF00558765 /* Localizable.strings in Resources */,
F3D9C94A20BEC7460081830A /* Assets.xcassets in Resources */,
F3261F66222EA9BF006838C3 /* ActionsCell.xib in Resources */,
F3D9C94D20BEC7460081830A /* Main.storyboard in Resources */,
Expand Down Expand Up @@ -512,11 +504,11 @@
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
F3AD2CDC23619E5C00558765 /* Localizable.strings */ = {
F3AD2CE02361A8CF00558765 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
F3AD2CDD23619E5C00558765 /* en */,
9645AAD52361A3DC00968C00 /* zh-Hans */,
F3AD2CE12361A8CF00558765 /* zh-Hans */,
F3AD2CE22361A8CF00558765 /* en */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down