Ignore:
Timestamp:
05/25/06 17:46:45 (18 years ago)
Author:
rchin
Message:

Auto installation of F-Script as requested by Philippe Mougin. We'll optimize the FSA framework package later (not sure if it would be a good idea to remove headers in framework, etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/FSAApp.h

    r153 r230  
    2626
    2727#import <Cocoa/Cocoa.h>
     28#import <Security/Authorization.h>
    2829#import "FSAAppList.h"
    2930
     
    4849    IBOutlet FSAAppList *appList;
    4950    FSAPatchController *patchController;
     51    AuthorizationRef myAuthorizationRef;
     52    AuthorizationFlags myFlags;
    5053}
    5154
    5255- (IBAction)installBundleInSelectedApp:(id)sender;
     56-(BOOL)createAuthorization;
    5357
    5458@end
Note: See TracChangeset for help on using the changeset viewer.