Skip to content

Commit bfeafcc

Browse files
committed
Moved installation screenshots into the Artwork directory.
1 parent 1765bce commit bfeafcc

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ github "shinydevelopment/SimulatorStatusMagic"
1717
2. Run `carthage update SimulatorStatusMagic --platform iOS`
1818
3. Add the framework file directly from `Carthage/Build/iOS/` to `Linked Frameworks and Libraries`, **NOT** Embedded Libraries. Ensure that the file is reference at this location so that future `carthage update` builds will be embedded correctly.
1919

20-
![Linked Frameworks and Libraries](linked-frameworks.png)
20+
![Linked Frameworks and Libraries](Artwork/linked-frameworks.png)
2121

2222
4. Add the `embed-debug-only-framework.sh` script found [here](https://gist.github.com/kenthumphries/cf04683184217c7331f9c213c556c65a) and discussed [here](https://github.com/shinydevelopment/SimulatorStatusMagic/blob/master/INSTALLATION.md).
2323

24-
![Embed run script phase](run-script-phase.png)
24+
![Embed run script phase](Artwork/run-script-phase.png)
2525

2626
5. Add code referencing `SimulatorStatusMagiciOS` inside `#if canImport ... #endif` blocks in your `AppDelegate`:
2727
```swift

0 commit comments

Comments
 (0)