Skip to content

Commit 3d198c5

Browse files
authored
Merge pull request #12675 from CocoaPods/amorde/bump-xcodeproj
Bump min Xcodeproj to 1.27.0
2 parents fc33f0f + 245d7ce commit 3d198c5

39 files changed

Lines changed: 262 additions & 871 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1212

1313
##### Bug Fixes
1414

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

1719

1820
## 1.16.1 (2024-10-29)

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ GIT
3737

3838
GIT
3939
remote: https://github.com/CocoaPods/Xcodeproj.git
40-
revision: a1d2206fc535b35853b52c6303d3c6470ad2e212
40+
revision: ab3dfa504b5a97cae3a653a8924f4616dcaa062e
4141
branch: master
4242
specs:
43-
xcodeproj (1.26.0)
43+
xcodeproj (1.27.0)
4444
CFPropertyList (>= 2.3.3, < 4.0)
4545
atomos (~> 0.1.3)
4646
claide (>= 1.0.2, < 2.0)
@@ -136,7 +136,7 @@ PATH
136136
molinillo (~> 0.8.0)
137137
nap (~> 1.0)
138138
ruby-macho (>= 2.3.0, < 3.0)
139-
xcodeproj (>= 1.26.0, < 2.0)
139+
xcodeproj (>= 1.27.0, < 2.0)
140140

141141
GEM
142142
remote: https://rubygems.org/
@@ -236,7 +236,7 @@ GEM
236236
sparkr (>= 0.2.0)
237237
term-ansicolor
238238
yard (~> 0.9.12)
239-
json (2.7.4)
239+
json (2.7.5)
240240
kicker (3.0.0)
241241
listen (~> 1.3.0)
242242
notify (~> 0.5.2)

cocoapods.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
3737
s.add_runtime_dependency 'cocoapods-trunk', '>= 1.6.0', '< 2.0'
3838
s.add_runtime_dependency 'cocoapods-try', '>= 1.1.0', '< 2.0'
3939
s.add_runtime_dependency 'molinillo', '~> 0.8.0'
40-
s.add_runtime_dependency 'xcodeproj', '>= 1.26.0', '< 2.0'
40+
s.add_runtime_dependency 'xcodeproj', '>= 1.27.0', '< 2.0'
4141

4242
s.add_runtime_dependency 'colored2', '~> 3.1'
4343
s.add_runtime_dependency 'escape', '~> 0.0.4'

spec/cocoapods-integration-specs/install_add_pod/after/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/cocoapods-integration-specs/install_circular_subspec_dependency/after/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/cocoapods-integration-specs/install_custom_build_configuration/after/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 15 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)