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. Cheers, -- Uli Kusterer “The Witnesses of TeachText are everywhere...” http://zathras.de _______________________________________________ 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]
