Skip to content

Commit c0fee97

Browse files
stephencelismbrandonw
authored andcommitted
Remove SPM instructions (#446)
* Update README.md * update * Update README.md Co-authored-by: Brandon Williams <[email protected]>
1 parent 7fc765c commit c0fee97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ You can add ComposableArchitecture to an Xcode project by adding it as a package
418418
2. Enter "https://github.com/trading-point/reactiveswift-composable-architecture" into the package repository URL text field
419419
3. Depending on how your project is structured:
420420
- If you have a single application target that needs access to the library, then add **ComposableArchitecture** directly to your application.
421-
- If you want to use this library from multiple targets you must create a shared framework that depends on **ComposableArchitecture** and then depend on that framework in all of your targets. For an example of this, check out the [Tic-Tac-Toe](./Examples/TicTacToe) demo application, which splits lots of features into modules and consumes the static library in this fashion using the **TicTacToeCommon** framework.
421+
- If you want to use this library from multiple Xcode targets, or mixing Xcode targets and SPM targets, you must create a shared framework that depends on **ComposableArchitecture** and then depend on that framework in all of your targets. For an example of this, check out the [Tic-Tac-Toe](./Examples/TicTacToe) demo application, which splits lots of features into modules and consumes the static library in this fashion using the **TicTacToeCommon** framework.
422422

423423
## Documentation
424424

0 commit comments

Comments
 (0)