Skip to content

Commit 8a65fd5

Browse files
Mike Chugunovandersio
andauthored
Update Carthage xcconfig to 1.1 (#826)
Co-authored-by: Anders Ha <[email protected]>
1 parent 92a56d0 commit 8a65fd5

File tree

5 files changed

+82
-81
lines changed

5 files changed

+82
-81
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# master
2+
*Please add new entries at the top.*
23

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

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

78
# 6.6.0
89

Cartfile.private

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "jspahrsummers/xcconfigs" == 0.12
1+
github "jspahrsummers/xcconfigs" ~> 1.1
22
github "Quick/Quick" ~> 3.0.0
33
github "Quick/Nimble" ~> 9.0.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "Quick/Nimble" "v9.0.0"
22
github "Quick/Quick" "v3.0.0"
3-
github "jspahrsummers/xcconfigs" "0.12"
3+
github "jspahrsummers/xcconfigs" "1.1"

Carthage/Checkouts/xcconfigs

0 commit comments

Comments
 (0)