From 7fecae7df07443dec8a5e933579ac238db4101fd Mon Sep 17 00:00:00 2001 From: Evan Schoenberg Date: Wed, 30 Nov 2005 16:24:22 +0000 Subject: [PATCH] How'd AIStatusGroup go missing from the project. Fixed 1.0svn->0.8x compatibility. git-svn-id: svn://svn.adiumx.com/adium/branches/adium-0.8@14249 1c916fce-81e2-0310-a464-8ca513f45935 --- Adium.xcodeproj/project.pbxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Adium.xcodeproj/project.pbxproj b/Adium.xcodeproj/project.pbxproj index 902582760..7df0a41ea 100644 --- a/Adium.xcodeproj/project.pbxproj +++ b/Adium.xcodeproj/project.pbxproj @@ -595,6 +595,8 @@ 34C2E68A0634CF940018E5D2 /* ESGaimNovellAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C2E6880634CF940018E5D2 /* ESGaimNovellAccountViewController.m */; }; 34C2EA1A0634DB5E0018E5D2 /* ESNovellService.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C2EA180634DB5E0018E5D2 /* ESNovellService.h */; }; 34C2EA1B0634DB5E0018E5D2 /* ESNovellService.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C2EA190634DB5E0018E5D2 /* ESNovellService.m */; }; + 34C57248093E099300829508 /* AIStatusGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C57246093E099300829508 /* AIStatusGroup.m */; }; + 34C57249093E099300829508 /* AIStatusGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C57247093E099300829508 /* AIStatusGroup.h */; }; 34C68B250778FA1300EB423C /* ESGeneralPreferencesPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C68B230778FA1300EB423C /* ESGeneralPreferencesPlugin.h */; }; 34C68B260778FA1300EB423C /* ESGeneralPreferencesPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C68B240778FA1300EB423C /* ESGeneralPreferencesPlugin.m */; }; 34C68B2B0778FA5C00EB423C /* ESGeneralPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C68B290778FA5C00EB423C /* ESGeneralPreferences.h */; }; @@ -2573,6 +2575,8 @@ 34C2E6880634CF940018E5D2 /* ESGaimNovellAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESGaimNovellAccountViewController.m; path = "Plugins/Gaim Service/ESGaimNovellAccountViewController.m"; sourceTree = ""; }; 34C2EA180634DB5E0018E5D2 /* ESNovellService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESNovellService.h; path = "Plugins/Gaim Service/ESNovellService.h"; sourceTree = ""; }; 34C2EA190634DB5E0018E5D2 /* ESNovellService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESNovellService.m; path = "Plugins/Gaim Service/ESNovellService.m"; sourceTree = ""; }; + 34C57246093E099300829508 /* AIStatusGroup.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIStatusGroup.m; path = "Frameworks/Adium Framework/AIStatusGroup.m"; sourceTree = ""; }; + 34C57247093E099300829508 /* AIStatusGroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIStatusGroup.h; path = "Frameworks/Adium Framework/AIStatusGroup.h"; sourceTree = ""; }; 34C68B230778FA1300EB423C /* ESGeneralPreferencesPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESGeneralPreferencesPlugin.h; path = "Plugins/General Preferences/ESGeneralPreferencesPlugin.h"; sourceTree = ""; }; 34C68B240778FA1300EB423C /* ESGeneralPreferencesPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESGeneralPreferencesPlugin.m; path = "Plugins/General Preferences/ESGeneralPreferencesPlugin.m"; sourceTree = ""; }; 34C68B290778FA5C00EB423C /* ESGeneralPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESGeneralPreferences.h; path = "Plugins/General Preferences/ESGeneralPreferences.h"; sourceTree = ""; }; @@ -5016,6 +5020,8 @@ children = ( 34AC36B907B5C51400145239 /* AIStatus.h */, 34AC36BA07B5C51400145239 /* AIStatus.m */, + 34C57246093E099300829508 /* AIStatusGroup.m */, + 34C57247093E099300829508 /* AIStatusGroup.h */, 4B588C9B07AC23B2001832A9 /* AIEditStateWindowController.h */, 4B588C9C07AC23B2001832A9 /* AIEditStateWindowController.m */, 342114B40826D37100A3B0FB /* EditStateSheet.nib */, @@ -6450,6 +6456,7 @@ 34BFDB2E07E7710C00AD984D /* ESPresetNameSheetController.h in Headers */, DA9CF85D080F97F8000C5249 /* AIPathUtilities.h in Headers */, 34D36DB908E75F5600E15E40 /* AIColorPickerSliders.h in Headers */, + 34C57249093E099300829508 /* AIStatusGroup.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8229,6 +8236,7 @@ 34BFDB2F07E7710C00AD984D /* ESPresetNameSheetController.m in Sources */, DA9CF85C080F97F3000C5249 /* AIPathUtilities.m in Sources */, 34D36DB808E75F5600E15E40 /* AIColorPickerSliders.m in Sources */, + 34C57248093E099300829508 /* AIStatusGroup.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; -- 2.11.4.GIT