this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

PackageKit: Don't do manual memory management when using ARC

+2
+2
src/private-frameworks/PackageKit/src/PKSignedContainer.m
··· 300 300 }); 301 301 }); 302 302 303 + #if !__has_feature(objc_arc) 303 304 dispatch_release(q); 305 + #endif 304 306 } 305 307 306 308 - (xar_stream*)_xarStream