From 765ba002dbe650bb7e86f1ddc52b6498c0eb51a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Pin=CC=83era?= Date: Wed, 30 Oct 2019 09:17:55 +0100 Subject: [PATCH] Version 7.2.2 --- CHANGELOG.md | 2 ++ README.md | 8 ++++---- Tapestries/Package.resolved | 8 ++++---- xcodeproj.podspec | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae4e8b34..d3398df03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 7.2.2 + ### Fixed - Make test plans deserialise correctly https://github.com/tuist/XcodeProj/pull/496 by @adamkhazi diff --git a/README.md b/README.md index d0bb52f46..1eff7fa0c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add the dependency in your `Package.swift` file: let package = Package( name: "myproject", dependencies: [ - .package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.2.1")), + .package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.2.2")), ], targets: [ .target( @@ -54,13 +54,13 @@ let package = Package( ```bash # Cartfile -github "tuist/xcodeproj" ~> 7.2.1 +github "tuist/xcodeproj" ~> 7.2.2 ``` ### CocoaPods ```ruby -pod 'xcodeproj', '~> 7.2.1' +pod 'xcodeproj', '~> 7.2.2' ``` ### Scripting @@ -72,7 +72,7 @@ git tag that represents the project’s version: ```swift #!/usr/bin/swift sh import Foundation -import XcodeProj // @tuist ~> 7.2.1 +import XcodeProj // @tuist ~> 7.2.2 import PathKit guard CommandLine.arguments.count == 3 else { diff --git a/Tapestries/Package.resolved b/Tapestries/Package.resolved index fcf511644..33f4cafb9 100644 --- a/Tapestries/Package.resolved +++ b/Tapestries/Package.resolved @@ -51,7 +51,7 @@ "repositoryURL": "https://github.com/apple/swift-llbuild.git", "state": { "branch": "master", - "revision": "40bd204842fa23408f2c1cdbdef0750531a30fdd", + "revision": "973a3e299d39b89e6594babcd7cfab2a333a5782", "version": null } }, @@ -69,7 +69,7 @@ "repositoryURL": "https://github.com/AckeeCZ/tapestry.git", "state": { "branch": "master", - "revision": "cc8c87f7b4565293bd95f5fa8b70d4cf007f6887", + "revision": "39d40860d990449c8b7ee23103a90274ebfc9674", "version": null } }, @@ -78,7 +78,7 @@ "repositoryURL": "https://github.com/tuist/tuist.git", "state": { "branch": "master", - "revision": "b824e4bd087fc45d77e1bfcba9ab5e61be04321f", + "revision": "212f61684a49a1a0c3c8247be029c059bc844e6a", "version": null } }, @@ -87,7 +87,7 @@ "repositoryURL": "https://github.com/tuist/XcodeProj", "state": { "branch": "master", - "revision": "7ffbfe55c0d1f032de0c4a79be33549c5de68de9", + "revision": "6039b39a045427b8baf04b917253de2057d8fced", "version": null } } diff --git a/xcodeproj.podspec b/xcodeproj.podspec index af6856bf5..8f29b7a75 100644 --- a/xcodeproj.podspec +++ b/xcodeproj.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "xcodeproj" - s.version = "7.2.1" + s.version = "7.2.2" s.summary = "Read/Modify/Write your Xcode projects" s.homepage = "https://github.com/tuist/xcodeproj" s.social_media_url = 'https://twitter.com/tuistapp'