File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,10 @@ Overview
143143Within the project we are going to have three targets: a static library, a bundle, and an aggregate.
144144
145145The static library target will build the source into a static library (.a) and specify which headers
146- will be "public", meaning they will be accessible within the .framework.
146+ will be "public", meaning they will be accessible from the .framework when we distribute it .
147147
148- The bundle target will contain all of our resources and will be loadable from the framework.
148+ The bundle target will contain all of our resources and will be loadable from the framework. Note:
149+ this part of the guide has not been written yet.
149150
150151The aggregate target will build the static library for i386/armv6/armv7, generate the fat framework
151152binary, and build the bundle. You will run this target when you wish to build the .framework for
You can’t perform that action at this time.
0 commit comments