Skip to content

Commit 4f7fb2c

Browse files
committed
Sample app.
1 parent 96bb8dd commit 4f7fb2c

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
@@ -418,13 +418,13 @@ Import your framework header and you're kickin' ass.
418418
Developing the Framework as a Dependent Project
419419
===============================================
420420

421+
> View a sample project that shows the result of following these steps in the `sample/DependentApp`
422+
> directory.
423+
421424
When developing the framework you want to minimize build times while ensuring that your experience
422425
roughly matches that of your third-party developers. We achieve this balance by only building the
423426
static library but treating the static library as though it were a framework.
424427

425-
> View a sample project that shows the result of following these steps in the `sample/DependentApp`
426-
> directory.
427-
428428
### Step 1: Add the Framework Project to your Application Project
429429

430430
To add the framework as a dependent target in your application, drag the framework's xcodeproj to

0 commit comments

Comments
 (0)