mirror of
https://github.com/arsenetar/dupeguru-cocoa.git
synced 2026-01-22 14:41:40 +00:00
Un-xibless-ified DirectoryPanel
This was a tricky one because the XIB couldn't be read by a modern Xcode. I had to go back to 10.8's Xcode to read it properly, save it, and then read it on 10.12. And even then, there we tons of little weird values here and there.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
CE05598E1E76217C008EB4F8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = CE05598C1E76217C008EB4F8 /* Localizable.strings */; };
|
||||
CE0559921E7626E7008EB4F8 /* locale in Resources */ = {isa = PBXBuildFile; fileRef = CE0559911E7626E7008EB4F8 /* locale */; };
|
||||
CE549CDC1E933C7600C75A05 /* ResultWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE549CDA1E933C7600C75A05 /* ResultWindow.xib */; };
|
||||
CE54FEBE1E9487D600BE559F /* DirectoryPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE54FEBC1E9487D600BE559F /* DirectoryPanel.xib */; };
|
||||
CE65D0CC1E7781640092126E /* progress.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE65D0CA1E7781640092126E /* progress.xib */; };
|
||||
CE65D0ED1E7783C40092126E /* ErrorReportWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE65D0EB1E7783C40092126E /* ErrorReportWindow.xib */; };
|
||||
CE6F7D8D1E74E71C004C0518 /* Python in Frameworks */ = {isa = PBXBuildFile; fileRef = CE6F7D8C1E74E71C004C0518 /* Python */; settings = {ATTRIBUTES = (Required, ); }; };
|
||||
@@ -53,7 +54,6 @@
|
||||
CE9720F31E74E40300A598C9 /* ResultTable.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9720E31E74E40300A598C9 /* ResultTable.m */; };
|
||||
CE9720F41E74E40300A598C9 /* ResultWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9720E51E74E40300A598C9 /* ResultWindow.m */; };
|
||||
CE9720F51E74E40300A598C9 /* StatsLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9720E71E74E40300A598C9 /* StatsLabel.m */; };
|
||||
CE9721401E74E41D00A598C9 /* DirectoryPanel_UI.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9720FE1E74E41C00A598C9 /* DirectoryPanel_UI.m */; };
|
||||
CE9721451E74E41D00A598C9 /* ObjP.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9721081E74E41C00A598C9 /* ObjP.m */; };
|
||||
CE9721461E74E41D00A598C9 /* PreferencesPanelMusic_UI.m in Sources */ = {isa = PBXBuildFile; fileRef = CE97210A1E74E41C00A598C9 /* PreferencesPanelMusic_UI.m */; };
|
||||
CE9721471E74E41D00A598C9 /* PreferencesPanelPicture_UI.m in Sources */ = {isa = PBXBuildFile; fileRef = CE97210C1E74E41C00A598C9 /* PreferencesPanelPicture_UI.m */; };
|
||||
@@ -153,6 +153,22 @@
|
||||
CE549CF61E933D5D00C75A05 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = cocoa/uk.lproj/ResultWindow.strings; sourceTree = "<group>"; };
|
||||
CE549CF81E933D5F00C75A05 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "cocoa/zh-Hans.lproj/ResultWindow.strings"; sourceTree = "<group>"; };
|
||||
CE549CFA1E933D6000C75A05 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = cocoa/vi.lproj/ResultWindow.strings; sourceTree = "<group>"; };
|
||||
CE54FEBD1E9487D600BE559F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = cocoa/Base.lproj/DirectoryPanel.xib; sourceTree = "<group>"; };
|
||||
CE54FEC01E948DC700BE559F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = cocoa/fr.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FEC21E948DC900BE559F /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = cocoa/de.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FEC41E948DCC00BE559F /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cocoa/cs.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FEC61E948DCF00BE559F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = cocoa/es.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FEC81E948DD100BE559F /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = cocoa/el.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FECA1E948DD400BE559F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = cocoa/it.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FECC1E948DD600BE559F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = cocoa/nl.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FECE1E948DD900BE559F /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = cocoa/pl.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FED01E948DDD00BE559F /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = cocoa/ko.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FED21E948DE000BE559F /* hy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hy; path = cocoa/hy.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FED41E948DE300BE559F /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "cocoa/pt-BR.lproj/DirectoryPanel.strings"; sourceTree = "<group>"; };
|
||||
CE54FED61E948DE600BE559F /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = cocoa/ru.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FED81E948DEA00BE559F /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = cocoa/uk.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE54FEDA1E948DEC00BE559F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "cocoa/zh-Hans.lproj/DirectoryPanel.strings"; sourceTree = "<group>"; };
|
||||
CE54FEDC1E948DEF00BE559F /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = cocoa/vi.lproj/DirectoryPanel.strings; sourceTree = "<group>"; };
|
||||
CE65D0CB1E7781640092126E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = cocoalib/Base.lproj/progress.xib; sourceTree = "<group>"; };
|
||||
CE65D0CE1E7781730092126E /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = cocoalib/fr.lproj/progress.strings; sourceTree = "<group>"; };
|
||||
CE65D0D01E7781740092126E /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = cocoalib/de.lproj/progress.strings; sourceTree = "<group>"; };
|
||||
@@ -295,8 +311,6 @@
|
||||
CE9720E51E74E40300A598C9 /* ResultWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ResultWindow.m; path = cocoa/ResultWindow.m; sourceTree = "<group>"; };
|
||||
CE9720E61E74E40300A598C9 /* StatsLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StatsLabel.h; path = cocoa/StatsLabel.h; sourceTree = "<group>"; };
|
||||
CE9720E71E74E40300A598C9 /* StatsLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StatsLabel.m; path = cocoa/StatsLabel.m; sourceTree = "<group>"; };
|
||||
CE9720FD1E74E41C00A598C9 /* DirectoryPanel_UI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DirectoryPanel_UI.h; path = cocoa/autogen/DirectoryPanel_UI.h; sourceTree = "<group>"; };
|
||||
CE9720FE1E74E41C00A598C9 /* DirectoryPanel_UI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DirectoryPanel_UI.m; path = cocoa/autogen/DirectoryPanel_UI.m; sourceTree = "<group>"; };
|
||||
CE9721071E74E41C00A598C9 /* ObjP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ObjP.h; path = cocoa/autogen/ObjP.h; sourceTree = "<group>"; };
|
||||
CE9721081E74E41C00A598C9 /* ObjP.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ObjP.m; path = cocoa/autogen/ObjP.m; sourceTree = "<group>"; };
|
||||
CE9721091E74E41C00A598C9 /* PreferencesPanelMusic_UI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PreferencesPanelMusic_UI.h; path = cocoa/autogen/PreferencesPanelMusic_UI.h; sourceTree = "<group>"; };
|
||||
@@ -462,6 +476,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
CE9EF6DD1E9345100089CA20 /* MainMenu.xib */,
|
||||
CE54FEBC1E9487D600BE559F /* DirectoryPanel.xib */,
|
||||
CE549CDA1E933C7600C75A05 /* ResultWindow.xib */,
|
||||
CE0559851E762105008EB4F8 /* IgnoreListDialog.xib */,
|
||||
CEF093DC1E9474F700CD0BF3 /* DeletionOptions.xib */,
|
||||
@@ -602,8 +617,6 @@
|
||||
CE9720F61E74E40E00A598C9 /* autogen */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
CE9720FD1E74E41C00A598C9 /* DirectoryPanel_UI.h */,
|
||||
CE9720FE1E74E41C00A598C9 /* DirectoryPanel_UI.m */,
|
||||
CE9721071E74E41C00A598C9 /* ObjP.h */,
|
||||
CE9721081E74E41C00A598C9 /* ObjP.m */,
|
||||
CE9721091E74E41C00A598C9 /* PreferencesPanelMusic_UI.h */,
|
||||
@@ -771,6 +784,7 @@
|
||||
CEFC8A251E74F23000965F37 /* dg_cocoa.py in Resources */,
|
||||
CEF093DE1E9474F700CD0BF3 /* DeletionOptions.xib in Resources */,
|
||||
CE7CA6061E76337700874874 /* about.xib in Resources */,
|
||||
CE54FEBE1E9487D600BE559F /* DirectoryPanel.xib in Resources */,
|
||||
CE7CA6071E76337700874874 /* cocoalib.strings in Resources */,
|
||||
CE0559871E762105008EB4F8 /* IgnoreListDialog.xib in Resources */,
|
||||
CEF094621E94828600CD0BF3 /* ProblemDialog.xib in Resources */,
|
||||
@@ -796,7 +810,6 @@
|
||||
CE6F7E081E74EA12004C0518 /* HSProgressWindow.m in Sources */,
|
||||
CE97215F1E74E41D00A598C9 /* XiblessSupport.m in Sources */,
|
||||
CE9721511E74E41D00A598C9 /* PyDupeGuru.m in Sources */,
|
||||
CE9721401E74E41D00A598C9 /* DirectoryPanel_UI.m in Sources */,
|
||||
CE9720EC1E74E40300A598C9 /* DirectoryOutline.m in Sources */,
|
||||
CE9720EE1E74E40300A598C9 /* IgnoreListDialog.m in Sources */,
|
||||
CE9721501E74E41D00A598C9 /* PyDirectoryOutline.m in Sources */,
|
||||
@@ -926,6 +939,29 @@
|
||||
name = ResultWindow.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
CE54FEBC1E9487D600BE559F /* DirectoryPanel.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
CE54FEBD1E9487D600BE559F /* Base */,
|
||||
CE54FEC01E948DC700BE559F /* fr */,
|
||||
CE54FEC21E948DC900BE559F /* de */,
|
||||
CE54FEC41E948DCC00BE559F /* cs */,
|
||||
CE54FEC61E948DCF00BE559F /* es */,
|
||||
CE54FEC81E948DD100BE559F /* el */,
|
||||
CE54FECA1E948DD400BE559F /* it */,
|
||||
CE54FECC1E948DD600BE559F /* nl */,
|
||||
CE54FECE1E948DD900BE559F /* pl */,
|
||||
CE54FED01E948DDD00BE559F /* ko */,
|
||||
CE54FED21E948DE000BE559F /* hy */,
|
||||
CE54FED41E948DE300BE559F /* pt-BR */,
|
||||
CE54FED61E948DE600BE559F /* ru */,
|
||||
CE54FED81E948DEA00BE559F /* uk */,
|
||||
CE54FEDA1E948DEC00BE559F /* zh-Hans */,
|
||||
CE54FEDC1E948DEF00BE559F /* vi */,
|
||||
);
|
||||
name = DirectoryPanel.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
CE65D0CA1E7781640092126E /* progress.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
|
||||
Reference in New Issue
Block a user