Skip to content

Commit ab3dfa5

Browse files
authored
Merge pull request #993 from CocoaPods/1-27-stable
Merge 1-27-stable
2 parents e08b951 + 52a90e0 commit ab3dfa5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
##### Bug Fixes
1010

11+
* None.
12+
13+
14+
## 1.27.0 (2024-10-31)
15+
16+
##### Enhancements
17+
18+
* None.
19+
20+
##### Bug Fixes
21+
1122
* Revert default build settings changes from https://github.com/CocoaPods/Xcodeproj/pull/987.
1223
[Eric Amorde](https://github.com/amorde)
1324
[#992](https://github.com/CocoaPods/Xcodeproj/pull/992)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
xcodeproj (1.26.0)
17+
xcodeproj (1.27.0)
1818
CFPropertyList (>= 2.3.3, < 4.0)
1919
atomos (~> 0.1.3)
2020
claide (>= 1.0.2, < 2.0)

lib/xcodeproj/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Xcodeproj
22
# The version of the xcodeproj gem.
33
#
4-
VERSION = '1.26.0'.freeze unless defined? Xcodeproj::VERSION
4+
VERSION = '1.27.0'.freeze unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)