Skip to content

Commit

Permalink
Merge pull request #930 from CocoaPods/1-24-stable
Browse files Browse the repository at this point in the history
Merge 1-24 stable
  • Loading branch information
amorde authored Jan 28, 2024
2 parents 94386cf + fd8723b commit 2a865f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.24.0 (2024-01-28)

##### Enhancements

* Add `expected_signature support` for `PBXFileReference`.
[hieu9102002](https://github.com/hieu9102002)
[#924](https://github.com/CocoaPods/Xcodeproj/pull/924)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.23.0)
xcodeproj (1.24.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
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.23.0'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.24.0'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit 2a865f1

Please sign in to comment.