File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,16 +149,16 @@ The bundle target will contain all of our resources and will be loadable from th
149149this part of the guide has not been written yet.
150150
151151The 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
155155When you are working on the framework you will likely have an internal application that links to the
156156framework. This application will link to the static library target as you normally would and copy
157157the .bundle in the copy resources phase. This has the benefit of only building the framework code
158158for the platform you're actively working on, significantly improving your build times. We'll do a
159159little bit of work in the framework project to ensure that you can use your framework in your app
160160the 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 " />
164164Create the Static Library Target
You can’t perform that action at this time.
0 commit comments