From edec93e8881d5d2ee8ddcd0e1894f4538cbee8fd Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Mon, 24 May 2004 12:54:56 +0000 Subject: [PATCH] Small change to the project file --- ITFoundation.xcode/project.pbxproj | 13 +++++++++++-- ITLoginItem.h | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ITFoundation.xcode/project.pbxproj b/ITFoundation.xcode/project.pbxproj index 21b6caa..5c86eec 100755 --- a/ITFoundation.xcode/project.pbxproj +++ b/ITFoundation.xcode/project.pbxproj @@ -81,8 +81,6 @@ }; 0867D691FE84028FC02AAC07 = { children = ( - 376AF4DD06597CA900F0979E, - 376AF4DE06597CA900F0979E, 08FB77AEFE84172EC02AAC07, 2AB93A2C057059DC007E748F, 32C88DFF0371C24200C91783, @@ -157,6 +155,7 @@ 37B1C5280612596900F99008, 37B1C51F0612594A00F99008, 37B1C5190612593A00F99008, + 37138AB80661A243006A543D, 37B1C5160612592F00F99008, 37B1C5220612595500F99008, 37B1C5250612596000F99008, @@ -313,6 +312,16 @@ refType = 4; sourceTree = ""; }; + 37138AB80661A243006A543D = { + children = ( + 376AF4DD06597CA900F0979E, + 376AF4DE06597CA900F0979E, + ); + isa = PBXGroup; + name = ITLoginItem; + refType = 4; + sourceTree = ""; + }; 376AF4DD06597CA900F0979E = { fileEncoding = 30; isa = PBXFileReference; diff --git a/ITLoginItem.h b/ITLoginItem.h index c145094..277afb7 100755 --- a/ITLoginItem.h +++ b/ITLoginItem.h @@ -12,5 +12,5 @@ #import //These functions check for a match with just the lastPathComponent, so it will handle people moving the app -void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag); -BOOL ITDoesApplicationLaunchOnLogin(NSString *path); \ No newline at end of file +extern void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag); +extern BOOL ITDoesApplicationLaunchOnLogin(NSString *path); \ No newline at end of file -- 2.20.1