On Jun 22, 2014, at 4:01 PM, Trygve Inda wrote: >> On 22 Jun 2014, at 00:20, Trygve Inda <[email protected]> wrote: >>> FSPathMakeRef is deprecated in 10.8, but LSSetItemAttribute requires an >>> FSRef. Is there a correct way to create an FSRef or perhaps there is a >>> replacement for LSSetItemAttribute to modernize: >>> >>> LSSetItemAttribute(&fsRef, kLSRolesAll, kLSItemQuarantineProperties, NULL); >> >> Check out the headers for this call in Xcode 6, the comments there mention >> what call to use instead. > > Yes they do, but not what parameters to pass to it.
Look for kCFURLQuarantinePropertiesKey in CoreFoundation/CFURL.h and NSURLQuarantinePropertiesKey in Foundation/NSURL.h. Cheers, Ken _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
