We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c1e9f commit cbbe140Copy full SHA for cbbe140
README.md
@@ -37,7 +37,7 @@ Add the dependency in your `Package.swift` file:
37
let package = Package(
38
name: "myproject",
39
dependencies: [
40
- .package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.14.0"))
+ .package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.15.0"))
41
],
42
targets: [
43
.target(
@@ -59,7 +59,7 @@ github "tuist/xcodeproj" ~> 7.11.
59
### CocoaPods
60
61
```ruby
62
-pod 'xcodeproj', '~> 7.14.0
+pod 'xcodeproj', '~> 7.15.0
63
```
64
65
### Scripting
0 commit comments