Skip to content

Commit 14e25cb

Browse files
committed
Jump points.
1 parent 51464d9 commit 14e25cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.mdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,16 @@ The bundle target will contain all of our resources and will be loadable from th
149149
this part of the guide has not been written yet.
150150

151151
The aggregate target will build the static library for i386/armv6/armv7, generate the fat framework
152-
binary, and build the bundle. You will run this target when you wish to build the .framework for
153-
distribution.
152+
binary, and also build the bundle. You will run this target when you plan to distribute the
153+
.framework.
154154

155155
When you are working on the framework you will likely have an internal application that links to the
156156
framework. This application will link to the static library target as you normally would and copy
157157
the .bundle in the copy resources phase. This has the benefit of only building the framework code
158158
for the platform you're actively working on, significantly improving your build times. We'll do a
159159
little bit of work in the framework project to ensure that you can use your framework in your app
160160
the same way a third party developer would (i.e. importing <MyFramework/MyFramework.h> should work
161-
as expected).
161+
as expected). <a href="#first_parties">Jump to the dependent project walkthrough</a>.
162162

163163
<a name="static_library_target" />
164164
Create the Static Library Target

0 commit comments

Comments
 (0)