Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode iOS framework icon meanings

When using Xcode 7.3 to add an iOS Framework to an iOS project (General -> Linked Frameworks and Libraries), Xcode uses two different icons to represent iOS frameworks. One looks like a white cube and the other looks like a toolbox. What do each of these icons mean?

xcode

like image 219
e987 Avatar asked May 03 '16 16:05

e987


1 Answers

The toolbox icon represents a framework that uses Foundation. The white cube (lego piece) represents any bundle that links against the Cocoa/Cocoa Touch frameworks.

like image 77
JAL Avatar answered Oct 06 '22 00:10

JAL