Skip to content

Commit e1922f3

Browse files
authored
Update private dependencies and tidy up Xcode configuration (#833)
* Remove duplicate files from compile sources build phase * Remove redundant empty build phases * Update Quick to 4.0.0 and Nimble to 9.2.0 * Update Swift to version 5 in Xcode configuration * Clean up Xcode code signing configuration * Sort source files by type and name * Remove duplicating runpath search paths Xcode configuration This is already provided by xcconfigs. * Remove duplicating bitcode Xcode configuration This is already provided by Xcode defaults.
1 parent 3c448a4 commit e1922f3

File tree

7 files changed

+26
-134
lines changed

7 files changed

+26
-134
lines changed

Cartfile.private

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

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Nimble" "v9.0.0"
2-
github "Quick/Quick" "v3.0.0"
1+
github "Quick/Nimble" "v9.2.0"
2+
github "Quick/Quick" "v4.0.0"
33
github "xcconfigs/xcconfigs" "1.1"

Carthage/Checkouts/Nimble

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "ReactiveSwift", targets: ["ReactiveSwift"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),
13+
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
1414
.package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),
1515
],
1616
targets: [

0 commit comments

Comments
 (0)