// // NSString+NGAUTIAdditions.h // P4Menu // // Created by Michael Bishop on 1/13/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (NGAUTIAdditions) -(BOOL)conformsToUTI:(NSString*)uti; -(NSDictionary*)UTIDeclaration; -(NSURL*)UTIDeclaringBundleURL; -(NSString*)UTIDescription; -(NSString*)UTIPreferredTagWithClass:(NSString*)classString; -(NSArray*)UTIAllIdentifiersForTag:(NSString*)tag conformingToUTI:(NSString*)uti; -(NSString*)UTIPreferredIdentifiersForTag:(NSString*)tag conformingToUTI:(NSString*)uti; -(OSType)OSType; +(NSString*)UTIForOSType:(OSType)osType; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 20722 | jdputsch | initial branch, prep for -Zapp= support | ||
//guest/michael_bishop/MacMenu/src/NGAUtilities/Source/NSString+NGAUTIAdditions.h | |||||
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |