Skip to content

Commit f44d3bb

Browse files
authored
Merge pull request #955 from CocoaPods/1-25-stable
Merge 1-25-stable
2 parents 049e355 + 1268b7e commit f44d3bb

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
##### Enhancements
66

7+
* None.
8+
9+
##### Bug Fixes
10+
11+
* None.
12+
13+
14+
## 1.25.0 (2024-08-07)
15+
16+
##### Enhancements
17+
718
* Print a warning instead of raising an exception when an unrecognized Xcode project object version is found.
819
[Kaspik](https://github.com/Kaspik)
920
[#953](https://github.com/CocoaPods/Xcodeproj/pull/953)

Gemfile.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
xcodeproj (1.24.0)
17+
xcodeproj (1.25.0)
1818
CFPropertyList (>= 2.3.3, < 4.0)
1919
atomos (~> 0.1.3)
2020
claide (>= 1.0.2, < 2.0)
@@ -25,13 +25,16 @@ PATH
2525
GEM
2626
remote: https://rubygems.org/
2727
specs:
28-
CFPropertyList (3.0.6)
28+
CFPropertyList (3.0.7)
29+
base64
30+
nkf
2931
rexml
3032
addressable (2.8.0)
3133
public_suffix (>= 2.0.2, < 5.0)
3234
ast (2.3.0)
3335
atomos (0.1.3)
3436
bacon (1.2.0)
37+
base64 (0.2.0)
3538
claide-plugins (0.9.2)
3639
cork
3740
nap
@@ -76,6 +79,7 @@ GEM
7679
multipart-post (2.1.1)
7780
nanaimo (0.3.0)
7881
nap (1.1.0)
82+
nkf (0.2.0)
7983
notify (0.5.2)
8084
octokit (4.21.0)
8185
faraday (>= 0.9)
@@ -94,7 +98,7 @@ GEM
9498
ffi (>= 0.5.0)
9599
rb-kqueue (0.2.4)
96100
ffi (>= 0.5.0)
97-
rexml (3.3.2)
101+
rexml (3.3.4)
98102
strscan
99103
rubocop (0.47.1)
100104
parser (>= 2.3.3.1, < 3.0)

lib/xcodeproj/gem_version.rb

+1-1
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.24.0'.freeze unless defined? Xcodeproj::VERSION
4+
VERSION = '1.25.0'.freeze unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)