Skip to content

Commit

Permalink
Merge pull request #12676 from CocoaPods/1-16-stable
Browse files Browse the repository at this point in the history
Merge 1-16-stable
  • Loading branch information
amorde authored Nov 10, 2024
2 parents 9737420 + b6cad96 commit fc6e93a
Show file tree
Hide file tree
Showing 40 changed files with 277 additions and 875 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
* None.


## 1.16.2 (2024-10-31)

##### Enhancements

* None.

##### Bug Fixes

* Bump min xcodeproj to 1.27.0 to include revert of breaking build setting changes.
[Eric Amorde](https://github.com/amorde)
[#12675](https://github.com/CocoaPods/CocoaPods/pull/12675)


## 1.16.1 (2024-10-29)

##### Enhancements
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 402822393a2d4837729f8ad352d54413ada6d0ec
revision: a53e235aa4d1eec8a21042e022ba7bcaca14ae56
branch: master
specs:
cocoapods-core (1.16.1)
cocoapods-core (1.16.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -37,10 +37,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: a1d2206fc535b35853b52c6303d3c6470ad2e212
revision: ab3dfa504b5a97cae3a653a8924f4616dcaa062e
branch: master
specs:
xcodeproj (1.26.0)
xcodeproj (1.27.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -119,10 +119,10 @@ GIT
PATH
remote: .
specs:
cocoapods (1.16.1)
cocoapods (1.16.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.16.1)
cocoapods-core (= 1.16.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -136,7 +136,7 @@ PATH
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.26.0, < 2.0)
xcodeproj (>= 1.27.0, < 2.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -236,7 +236,7 @@ GEM
sparkr (>= 0.2.0)
term-ansicolor
yard (~> 0.9.12)
json (2.7.4)
json (2.7.5)
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
Expand Down
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-trunk', '>= 1.6.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-try', '>= 1.1.0', '< 2.0'
s.add_runtime_dependency 'molinillo', '~> 0.8.0'
s.add_runtime_dependency 'xcodeproj', '>= 1.26.0', '< 2.0'
s.add_runtime_dependency 'xcodeproj', '>= 1.27.0', '< 2.0'

s.add_runtime_dependency 'colored2', '~> 3.1'
s.add_runtime_dependency 'escape', '~> 0.0.4'
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the CocoaPods command line tool.
#
VERSION = '1.16.1'.freeze unless defined? Pod::VERSION
VERSION = '1.16.2'.freeze unless defined? Pod::VERSION
end

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc6e93a

Please sign in to comment.