Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThasianX authored Jul 14, 2020
1 parent 3a7e680 commit 5c86891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Inside whatever app is using `ElegantCalendar` or your `Swift Package` that uses

1) Scroll the project navigator down to the `Swift Package Dependencies` section. Inside `ElegantCalendar`, you'll see a directory called `ElegantCalendar.xcassets`.
2) After you've located it, open your project's settings and navigate to your target's build phases in a parallel window.
3) Drag `ElegantCalendar.xcassets` into your target's `Copy Bundle Resources`. This step is crucial because `ElegantCalendar` uses custom icons, which `SPM` will support in [Swift 5.3](https://github.com/apple/swift-evolution/blob/master/proposals/0271-package-manager-resources.md).
3) Drag `ElegantCalendar.xcassets` into your target's `Copy Bundle Resources`. Make sure that `Copy items if needed` is unticked and `Create groups` is ticked. This step is crucial because `ElegantCalendar` uses custom icons, which `SPM` will support in [Swift 5.3](https://github.com/apple/swift-evolution/blob/master/proposals/0271-package-manager-resources.md).

If you don't know how to do this, refer to the `Demo`.

Expand Down

0 comments on commit 5c86891

Please sign in to comment.