Skip to content

Commit 51464d9

Browse files
committed
TODOs.
1 parent 269824c commit 51464d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.mdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ Overview
143143
Within the project we are going to have three targets: a static library, a bundle, and an aggregate.
144144

145145
The 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

150151
The aggregate target will build the static library for i386/armv6/armv7, generate the fat framework
151152
binary, and build the bundle. You will run this target when you wish to build the .framework for

0 commit comments

Comments
 (0)