From 9f879b37be65d9f41bfe5e64259a56ceedc96006 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 22 Sep 2009 14:49:41 -0400 Subject: [PATCH] Better organization for source code tree --- .../project.pbxproj | 94 ++++++++++----------- .../{ => TURAnselKit}/AnselGalleryViewItem.h | 0 .../{ => TURAnselKit}/AnselGalleryViewItem.m | 0 .../AnselGalleryPanel.nib/designable.nib | 0 .../AnselGalleryPanel.nib/keyedobjects.nib | Bin .../{ => TURAnselKit}/TURAnsel.h | 0 .../{ => TURAnselKit}/TURAnsel.m | 0 .../{ => TURAnselKit}/TURAnselConstants.h | 0 .../{ => TURAnselKit}/TURAnselConstants.m | 0 .../{ => TURAnselKit}/TURAnselGallery.h | 0 .../{ => TURAnselKit}/TURAnselGallery.m | 0 .../TURAnselGalleryPanelController.h | 0 .../TURAnselGalleryPanelController.m | 0 .../{ => TURAnselKit}/TURAnselKit.h | 0 14 files changed, 47 insertions(+), 47 deletions(-) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/AnselGalleryViewItem.h (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/AnselGalleryViewItem.m (100%) rename ApertureToAnselExportPlugin/{English.lproj => TURAnselKit/English.lProj}/AnselGalleryPanel.nib/designable.nib (100%) rename ApertureToAnselExportPlugin/{English.lproj => TURAnselKit/English.lProj}/AnselGalleryPanel.nib/keyedobjects.nib (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnsel.h (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnsel.m (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnselConstants.h (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnselConstants.m (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnselGallery.h (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnselGallery.m (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnselGalleryPanelController.h (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnselGalleryPanelController.m (100%) rename ApertureToAnselExportPlugin/{ => TURAnselKit}/TURAnselKit.h (100%) diff --git a/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.xcodeproj/project.pbxproj b/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.xcodeproj/project.pbxproj index 2c7190e31..394ac7d40 100644 --- a/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.xcodeproj/project.pbxproj +++ b/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.xcodeproj/project.pbxproj @@ -9,14 +9,14 @@ /* Begin PBXBuildFile section */ 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; - B070DA551069387B00C0E3FC /* TURAnselConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B070DA541069387B00C0E3FC /* TURAnselConstants.m */; }; - B0AE23391049F7770096565B /* TURAnselGalleryPanelController.m in Sources */ = {isa = PBXBuildFile; fileRef = B0AE23361049F7770096565B /* TURAnselGalleryPanelController.m */; }; - B0AE23411049F7A20096565B /* AnselGalleryPanel.nib in Resources */ = {isa = PBXBuildFile; fileRef = B0AE233D1049F7A20096565B /* AnselGalleryPanel.nib */; }; - B0D311D01049A7DE006B06C6 /* TURAnsel.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D311CB1049A7DE006B06C6 /* TURAnsel.m */; }; - B0D311D11049A7DE006B06C6 /* TURAnselGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D311CD1049A7DE006B06C6 /* TURAnselGallery.m */; }; + B070DB8A1069532500C0E3FC /* AnselGalleryViewItem.m in Sources */ = {isa = PBXBuildFile; fileRef = B070DB7E1069532500C0E3FC /* AnselGalleryViewItem.m */; }; + B070DB8B1069532500C0E3FC /* AnselGalleryPanel.nib in Resources */ = {isa = PBXBuildFile; fileRef = B070DB801069532500C0E3FC /* AnselGalleryPanel.nib */; }; + B070DB8C1069532500C0E3FC /* TURAnsel.m in Sources */ = {isa = PBXBuildFile; fileRef = B070DB821069532500C0E3FC /* TURAnsel.m */; }; + B070DB8D1069532500C0E3FC /* TURAnselConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B070DB841069532500C0E3FC /* TURAnselConstants.m */; }; + B070DB8E1069532500C0E3FC /* TURAnselGallery.m in Sources */ = {isa = PBXBuildFile; fileRef = B070DB861069532500C0E3FC /* TURAnselGallery.m */; }; + B070DB8F1069532500C0E3FC /* TURAnselGalleryPanelController.m in Sources */ = {isa = PBXBuildFile; fileRef = B070DB881069532500C0E3FC /* TURAnselGalleryPanelController.m */; }; B0DD64D2106738DB00085661 /* NSStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B0DD64D1106738DB00085661 /* NSStringAdditions.m */; }; B0DD64E31067391E00085661 /* NSDataAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B0DD64E21067391E00085661 /* NSDataAdditions.m */; }; - B0DEA058104D7012001D1509 /* AnselGalleryViewItem.m in Sources */ = {isa = PBXBuildFile; fileRef = B0DEA057104D7012001D1509 /* AnselGalleryViewItem.m */; }; B0DEA1CE104D7DE2001D1509 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B0DEA1CD104D7DE2001D1509 /* Quartz.framework */; }; D118EA660AC08CCB006DD2FE /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D118EA640AC08CCB006DD2FE /* Localizable.strings */; }; D15DEA4A0ABF639500CBE3A5 /* PluginManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D15DEA490ABF639500CBE3A5 /* PluginManager.framework */; }; @@ -46,22 +46,22 @@ 287924B90DAEB2A20074992A /* ApertureSDKCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApertureSDKCommon.h; sourceTree = ""; }; 32DBCF630370AF2F00C91783 /* ApertureToAnselExportPlugin_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApertureToAnselExportPlugin_Prefix.pch; sourceTree = ""; }; 8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B070DA531069387B00C0E3FC /* TURAnselConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnselConstants.h; sourceTree = ""; }; - B070DA541069387B00C0E3FC /* TURAnselConstants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TURAnselConstants.m; sourceTree = ""; }; - B070DA5A1069391F00C0E3FC /* TURAnselKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnselKit.h; sourceTree = ""; }; - B0AE23351049F7770096565B /* TURAnselGalleryPanelController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnselGalleryPanelController.h; sourceTree = ""; }; - B0AE23361049F7770096565B /* TURAnselGalleryPanelController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TURAnselGalleryPanelController.m; sourceTree = ""; }; - B0AE233E1049F7A20096565B /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/AnselGalleryPanel.nib; sourceTree = ""; }; - B0D311CA1049A7DE006B06C6 /* TURAnsel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnsel.h; sourceTree = ""; }; - B0D311CB1049A7DE006B06C6 /* TURAnsel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TURAnsel.m; sourceTree = ""; }; - B0D311CC1049A7DE006B06C6 /* TURAnselGallery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnselGallery.h; sourceTree = ""; }; - B0D311CD1049A7DE006B06C6 /* TURAnselGallery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TURAnselGallery.m; sourceTree = ""; }; + B070DB7D1069532500C0E3FC /* AnselGalleryViewItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnselGalleryViewItem.h; sourceTree = ""; }; + B070DB7E1069532500C0E3FC /* AnselGalleryViewItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnselGalleryViewItem.m; sourceTree = ""; }; + B070DB801069532500C0E3FC /* AnselGalleryPanel.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = AnselGalleryPanel.nib; sourceTree = ""; }; + B070DB811069532500C0E3FC /* TURAnsel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnsel.h; sourceTree = ""; }; + B070DB821069532500C0E3FC /* TURAnsel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TURAnsel.m; sourceTree = ""; }; + B070DB831069532500C0E3FC /* TURAnselConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnselConstants.h; sourceTree = ""; }; + B070DB841069532500C0E3FC /* TURAnselConstants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TURAnselConstants.m; sourceTree = ""; }; + B070DB851069532500C0E3FC /* TURAnselGallery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnselGallery.h; sourceTree = ""; }; + B070DB861069532500C0E3FC /* TURAnselGallery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TURAnselGallery.m; sourceTree = ""; }; + B070DB871069532500C0E3FC /* TURAnselGalleryPanelController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnselGalleryPanelController.h; sourceTree = ""; }; + B070DB881069532500C0E3FC /* TURAnselGalleryPanelController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TURAnselGalleryPanelController.m; sourceTree = ""; }; + B070DB891069532500C0E3FC /* TURAnselKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TURAnselKit.h; sourceTree = ""; }; B0DD64D0106738DB00085661 /* NSStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSStringAdditions.h; sourceTree = ""; }; B0DD64D1106738DB00085661 /* NSStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSStringAdditions.m; sourceTree = ""; }; B0DD64E11067391E00085661 /* NSDataAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSDataAdditions.h; sourceTree = ""; }; B0DD64E21067391E00085661 /* NSDataAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSDataAdditions.m; sourceTree = ""; }; - B0DEA056104D7012001D1509 /* AnselGalleryViewItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnselGalleryViewItem.h; sourceTree = ""; }; - B0DEA057104D7012001D1509 /* AnselGalleryViewItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnselGalleryViewItem.m; sourceTree = ""; }; B0DEA1CD104D7DE2001D1509 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = ""; }; D118EA650AC08CCB006DD2FE /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = ""; }; D118EB0F0AC08EAE006DD2FE /* ApertureToAnselExportPlugin.ApertureExport */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ApertureToAnselExportPlugin.ApertureExport; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -89,8 +89,8 @@ 089C166AFE841209C02AAC07 /* MyApertureExportPlugIn */ = { isa = PBXGroup; children = ( + B070DB7C1069532500C0E3FC /* TURAnselKit */, B00872201066B73A00BE0CCF /* Additions */, - B0D312931049B17F006B06C6 /* AnselToolkit */, 287924B60DAEB2A20074992A /* ApertureHeaders */, 08FB77AFFE84173DC02AAC07 /* Classes */, 32C88E010371C26100C91783 /* Other Sources */, @@ -113,7 +113,6 @@ 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( - B0AE233D1049F7A20096565B /* AnselGalleryPanel.nib */, D15DEA500ABF641300CBE3A5 /* ApertureToAnselExportPlugin.nib */, 8D5B49B7048680CD000E48DA /* Info.plist */, D118EA640AC08CCB006DD2FE /* Localizable.strings */, @@ -180,22 +179,31 @@ name = Additions; sourceTree = ""; }; - B0D312931049B17F006B06C6 /* AnselToolkit */ = { + B070DB7C1069532500C0E3FC /* TURAnselKit */ = { isa = PBXGroup; children = ( - B0DEA056104D7012001D1509 /* AnselGalleryViewItem.h */, - B0DEA057104D7012001D1509 /* AnselGalleryViewItem.m */, - B0AE23351049F7770096565B /* TURAnselGalleryPanelController.h */, - B0AE23361049F7770096565B /* TURAnselGalleryPanelController.m */, - B0D311CB1049A7DE006B06C6 /* TURAnsel.m */, - B0D311CA1049A7DE006B06C6 /* TURAnsel.h */, - B0D311CC1049A7DE006B06C6 /* TURAnselGallery.h */, - B0D311CD1049A7DE006B06C6 /* TURAnselGallery.m */, - B070DA531069387B00C0E3FC /* TURAnselConstants.h */, - B070DA541069387B00C0E3FC /* TURAnselConstants.m */, - B070DA5A1069391F00C0E3FC /* TURAnselKit.h */, + B070DB7D1069532500C0E3FC /* AnselGalleryViewItem.h */, + B070DB7E1069532500C0E3FC /* AnselGalleryViewItem.m */, + B070DB7F1069532500C0E3FC /* English.lProj */, + B070DB811069532500C0E3FC /* TURAnsel.h */, + B070DB821069532500C0E3FC /* TURAnsel.m */, + B070DB831069532500C0E3FC /* TURAnselConstants.h */, + B070DB841069532500C0E3FC /* TURAnselConstants.m */, + B070DB851069532500C0E3FC /* TURAnselGallery.h */, + B070DB861069532500C0E3FC /* TURAnselGallery.m */, + B070DB871069532500C0E3FC /* TURAnselGalleryPanelController.h */, + B070DB881069532500C0E3FC /* TURAnselGalleryPanelController.m */, + B070DB891069532500C0E3FC /* TURAnselKit.h */, ); - name = AnselToolkit; + path = TURAnselKit; + sourceTree = ""; + }; + B070DB7F1069532500C0E3FC /* English.lProj */ = { + isa = PBXGroup; + children = ( + B070DB801069532500C0E3FC /* AnselGalleryPanel.nib */, + ); + path = English.lProj; sourceTree = ""; }; D118EB1C0AC08EE7006DD2FE /* Products */ = { @@ -254,7 +262,7 @@ 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, D15DEA520ABF641300CBE3A5 /* ApertureToAnselExportPlugin.nib in Resources */, D118EA660AC08CCB006DD2FE /* Localizable.strings in Resources */, - B0AE23411049F7A20096565B /* AnselGalleryPanel.nib in Resources */, + B070DB8B1069532500C0E3FC /* AnselGalleryPanel.nib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -266,13 +274,13 @@ buildActionMask = 2147483647; files = ( D15DEA4F0ABF63C600CBE3A5 /* ApertureToAnselExportPlugin.m in Sources */, - B0D311D01049A7DE006B06C6 /* TURAnsel.m in Sources */, - B0D311D11049A7DE006B06C6 /* TURAnselGallery.m in Sources */, - B0AE23391049F7770096565B /* TURAnselGalleryPanelController.m in Sources */, - B0DEA058104D7012001D1509 /* AnselGalleryViewItem.m in Sources */, B0DD64D2106738DB00085661 /* NSStringAdditions.m in Sources */, B0DD64E31067391E00085661 /* NSDataAdditions.m in Sources */, - B070DA551069387B00C0E3FC /* TURAnselConstants.m in Sources */, + B070DB8A1069532500C0E3FC /* AnselGalleryViewItem.m in Sources */, + B070DB8C1069532500C0E3FC /* TURAnsel.m in Sources */, + B070DB8D1069532500C0E3FC /* TURAnselConstants.m in Sources */, + B070DB8E1069532500C0E3FC /* TURAnselGallery.m in Sources */, + B070DB8F1069532500C0E3FC /* TURAnselGalleryPanelController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -287,14 +295,6 @@ name = InfoPlist.strings; sourceTree = ""; }; - B0AE233D1049F7A20096565B /* AnselGalleryPanel.nib */ = { - isa = PBXVariantGroup; - children = ( - B0AE233E1049F7A20096565B /* English */, - ); - name = AnselGalleryPanel.nib; - sourceTree = ""; - }; D118EA640AC08CCB006DD2FE /* Localizable.strings */ = { isa = PBXVariantGroup; children = ( diff --git a/ApertureToAnselExportPlugin/AnselGalleryViewItem.h b/ApertureToAnselExportPlugin/TURAnselKit/AnselGalleryViewItem.h similarity index 100% rename from ApertureToAnselExportPlugin/AnselGalleryViewItem.h rename to ApertureToAnselExportPlugin/TURAnselKit/AnselGalleryViewItem.h diff --git a/ApertureToAnselExportPlugin/AnselGalleryViewItem.m b/ApertureToAnselExportPlugin/TURAnselKit/AnselGalleryViewItem.m similarity index 100% rename from ApertureToAnselExportPlugin/AnselGalleryViewItem.m rename to ApertureToAnselExportPlugin/TURAnselKit/AnselGalleryViewItem.m diff --git a/ApertureToAnselExportPlugin/English.lproj/AnselGalleryPanel.nib/designable.nib b/ApertureToAnselExportPlugin/TURAnselKit/English.lProj/AnselGalleryPanel.nib/designable.nib similarity index 100% rename from ApertureToAnselExportPlugin/English.lproj/AnselGalleryPanel.nib/designable.nib rename to ApertureToAnselExportPlugin/TURAnselKit/English.lProj/AnselGalleryPanel.nib/designable.nib diff --git a/ApertureToAnselExportPlugin/English.lproj/AnselGalleryPanel.nib/keyedobjects.nib b/ApertureToAnselExportPlugin/TURAnselKit/English.lProj/AnselGalleryPanel.nib/keyedobjects.nib similarity index 100% rename from ApertureToAnselExportPlugin/English.lproj/AnselGalleryPanel.nib/keyedobjects.nib rename to ApertureToAnselExportPlugin/TURAnselKit/English.lProj/AnselGalleryPanel.nib/keyedobjects.nib diff --git a/ApertureToAnselExportPlugin/TURAnsel.h b/ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.h similarity index 100% rename from ApertureToAnselExportPlugin/TURAnsel.h rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.h diff --git a/ApertureToAnselExportPlugin/TURAnsel.m b/ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m similarity index 100% rename from ApertureToAnselExportPlugin/TURAnsel.m rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m diff --git a/ApertureToAnselExportPlugin/TURAnselConstants.h b/ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.h similarity index 100% rename from ApertureToAnselExportPlugin/TURAnselConstants.h rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.h diff --git a/ApertureToAnselExportPlugin/TURAnselConstants.m b/ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.m similarity index 100% rename from ApertureToAnselExportPlugin/TURAnselConstants.m rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.m diff --git a/ApertureToAnselExportPlugin/TURAnselGallery.h b/ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.h similarity index 100% rename from ApertureToAnselExportPlugin/TURAnselGallery.h rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.h diff --git a/ApertureToAnselExportPlugin/TURAnselGallery.m b/ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.m similarity index 100% rename from ApertureToAnselExportPlugin/TURAnselGallery.m rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.m diff --git a/ApertureToAnselExportPlugin/TURAnselGalleryPanelController.h b/ApertureToAnselExportPlugin/TURAnselKit/TURAnselGalleryPanelController.h similarity index 100% rename from ApertureToAnselExportPlugin/TURAnselGalleryPanelController.h rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnselGalleryPanelController.h diff --git a/ApertureToAnselExportPlugin/TURAnselGalleryPanelController.m b/ApertureToAnselExportPlugin/TURAnselKit/TURAnselGalleryPanelController.m similarity index 100% rename from ApertureToAnselExportPlugin/TURAnselGalleryPanelController.m rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnselGalleryPanelController.m diff --git a/ApertureToAnselExportPlugin/TURAnselKit.h b/ApertureToAnselExportPlugin/TURAnselKit/TURAnselKit.h similarity index 100% rename from ApertureToAnselExportPlugin/TURAnselKit.h rename to ApertureToAnselExportPlugin/TURAnselKit/TURAnselKit.h -- 2.11.0