Skip to content

Commit

Permalink
Merge pull request #988 from CocoaPods/1-26-stable
Browse files Browse the repository at this point in the history
Merge 1-26-stable
  • Loading branch information
amorde authored Oct 27, 2024
2 parents fac6ccc + abfba2f commit a1d2206
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

##### Enhancements

* None.

##### Bug Fixes

* None.


## 1.26.0 (2024-10-27)

##### Enhancements

* Add support for file system synchronized groups introduced in Xcode 16.
[Brett-Best](https://github.com/Brett-Best), [gui17aume](https://github.com/gui17aume)
[#985](https://github.com/CocoaPods/Xcodeproj/pull/985)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.25.1)
xcodeproj (1.26.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
ffi (>= 0.5.0)
rb-kqueue (0.2.4)
ffi (>= 0.5.0)
rexml (3.3.8)
rexml (3.3.9)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
VERSION = '1.25.1'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.26.0'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit a1d2206

Please sign in to comment.