Skip to content

Commit

Permalink
Update Carthage xcconfig to 1.1 (#826)
Browse files Browse the repository at this point in the history
Co-authored-by: Anders Ha <anders@andersha.com>
  • Loading branch information
Mike Chugunov and andersio committed Jun 18, 2021
1 parent 92a56d0 commit 8a65fd5
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 81 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# master
*Please add new entries at the top.*

1. Fixed issue with `SignalProducer.Type.interval()` making Swift 5.3 a requirement. (#823 kudos to @mluisbrown)
1. Updated Carthage xcconfig dependency to 1.1 for proper building arm64 macOS variants. (#826, kudos to @MikeChugunov)

*Please add new entries at the top.*
1. Fixed issue with `SignalProducer.Type.interval()` making Swift 5.3 a requirement. (#823 kudos to @mluisbrown)

# 6.6.0

Expand Down
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "jspahrsummers/xcconfigs" == 0.12
github "jspahrsummers/xcconfigs" ~> 1.1
github "Quick/Quick" ~> 3.0.0
github "Quick/Nimble" ~> 9.0.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v9.0.0"
github "Quick/Quick" "v3.0.0"
github "jspahrsummers/xcconfigs" "0.12"
github "jspahrsummers/xcconfigs" "1.1"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/xcconfigs
Loading

0 comments on commit 8a65fd5

Please sign in to comment.