Apple开源代码指引

资料仅供参考:

objchttps://opensource.apple.com/tarballs/objc4/

runloophttps://opensource.apple.com/tarballs/CF/

gcdhttps://github.com/apple/swift-corelibs-libdispatch

GNU libchttps://www.gnu.org/software/libc/   https://ftp.gnu.org/gnu/libc/

mallochttp://www.opensource.apple.com/source/libmalloc

GNUstephttp://www.gnustep.org/resources/downloads.php

//GNUstep是GUN计划的项目之一,它将Cocoa的OC库重新开源实现了一遍,虽然不是苹果官方源码,但是还是具有一定的参考价值

objc      AutoReleasePool 引用计数器extra_rc SideTable weak_table

runloop 

gcd     

GNU libc 

malloc    内存管理

GNUstep 

优化工具

https://github.com/UIControl/LXDAppFluecyMonitor

https://github.com/beiliao-mobile/BLStopwatch

https://github.com/tinymind/LSUnusedResources

https://tinypng.com

https://www.jetbrains.com/objc/

第三方工具解析LinkMap文件:https://github.com/huanxsd/LinkMap

架构与设计模式

https://github.com/skyming/Trip-to-iOS-Design-Patterns

https://design-patterns.readthedocs.io/zh_CN/latest/

你可能感兴趣的:(Apple开源代码指引)