Small change to the project file v0.2
authorKent Sutherland <ksuther@ithinksw.com>
Mon, 24 May 2004 12:54:56 +0000 (12:54 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Mon, 24 May 2004 12:54:56 +0000 (12:54 +0000)
ITFoundation.xcode/project.pbxproj
ITLoginItem.h

index 21b6caa..5c86eec 100755 (executable)
@@ -81,8 +81,6 @@
                };
                0867D691FE84028FC02AAC07 = {
                        children = (
                };
                0867D691FE84028FC02AAC07 = {
                        children = (
-                               376AF4DD06597CA900F0979E,
-                               376AF4DE06597CA900F0979E,
                                08FB77AEFE84172EC02AAC07,
                                2AB93A2C057059DC007E748F,
                                32C88DFF0371C24200C91783,
                                08FB77AEFE84172EC02AAC07,
                                2AB93A2C057059DC007E748F,
                                32C88DFF0371C24200C91783,
                                37B1C5280612596900F99008,
                                37B1C51F0612594A00F99008,
                                37B1C5190612593A00F99008,
                                37B1C5280612596900F99008,
                                37B1C51F0612594A00F99008,
                                37B1C5190612593A00F99008,
+                               37138AB80661A243006A543D,
                                37B1C5160612592F00F99008,
                                37B1C5220612595500F99008,
                                37B1C5250612596000F99008,
                                37B1C5160612592F00F99008,
                                37B1C5220612595500F99008,
                                37B1C5250612596000F99008,
                        refType = 4;
                        sourceTree = "<group>";
                };
                        refType = 4;
                        sourceTree = "<group>";
                };
+               37138AB80661A243006A543D = {
+                       children = (
+                               376AF4DD06597CA900F0979E,
+                               376AF4DE06597CA900F0979E,
+                       );
+                       isa = PBXGroup;
+                       name = ITLoginItem;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
                376AF4DD06597CA900F0979E = {
                        fileEncoding = 30;
                        isa = PBXFileReference;
                376AF4DD06597CA900F0979E = {
                        fileEncoding = 30;
                        isa = PBXFileReference;
index c145094..277afb7 100755 (executable)
@@ -12,5 +12,5 @@
 #import <CoreServices/CoreServices.h>
 
 //These functions check for a match with just the lastPathComponent, so it will handle people moving the app
 #import <CoreServices/CoreServices.h>
 
 //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