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 ceb3721 commit 5fdac93Copy full SHA for 5fdac93
CHANGELOG.md
@@ -1,5 +1,11 @@
1
🚀 Check out the guidelines [here](https://tuist.io/docs/contribution/changelog-guidelines/)
2
3
+## 8.10.0
4
+
5
+### Fixed
6
7
+- Fix unstable reads for `XCSchemeManagement` [#758](https://github.com/tuist/XcodeProj/pull/758) by [@kwridan](https://github.com/kwridan)
8
9
## 8.9.0
10
11
### Added
xcodeproj.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'xcodeproj'
- s.version = '8.9.0'
+ s.version = '8.10.0'
s.summary = 'Read/Modify/Write your Xcode projects'
s.homepage = 'https://github.com/tuist/xcodeproj'
s.license = 'MIT'
0 commit comments