Skip to content

Commit a07b82b

Browse files
committed
Test
1 parent bfd1374 commit a07b82b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
<p align="center">
24
<a href="https://github.com/layoutBox/FlexLayout"><img src="docs_markdown/images/flexlayout-logo-text.png" alt="FlexLayout" width="210"/></a>
35
</p>

docs_markdown/examples.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,20 @@
77

88
The FlexLayout's Example exposes some usage example of FlexLayout.
99

10-
The Example App is available in the [`Example`](https://github.com/layoutBox/FlexLayout/tree/master/Example) folder.
10+
The Example App is available in 2 versions:
1111

12-
### Running the Example app
13-
1. Do a `pod install` from the FlexLayout root directory.
12+
* [SPM (using Swift Package Manager)](https://github.com/layoutBox/FlexLayout/tree/master/Example/SPM)
13+
* [Cocoapods](https://github.com/layoutBox/FlexLayout/tree/master/Example/cocoapods)
14+
15+
### Running the SPM (Swift Package Manager) Example app
16+
1. Open the Xcode project `Example/SPM/FlexLayoutSample-SPM.xcodeproj`.
17+
3. Select the `FlexLayoutSample-SPM` target.
18+
4. Run the app on your device or simulator.
19+
20+
</br>
21+
22+
### Running the Cocoapods Example app
23+
1. Do a `pod install` from the `Example/cocoapods` directory.
1424
2. Open the newly generated `FlexLayout.xcworkspace` Xcode workspace.
1525
3. Select the `FlexLayoutSample` target.
1626
4. Run the app on your device or simulator.

0 commit comments

Comments
 (0)