File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
##### Enhancements
6
6
7
+ * None.
8
+
9
+ ##### Bug Fixes
10
+
11
+ * None.
12
+
13
+
14
+ ## 1.25.0 (2024-08-07)
15
+
16
+ ##### Enhancements
17
+
7
18
* Print a warning instead of raising an exception when an unrecognized Xcode project object version is found.
8
19
[ Kaspik] ( https://github.com/Kaspik )
9
20
[ #953 ] ( https://github.com/CocoaPods/Xcodeproj/pull/953 )
Original file line number Diff line number Diff line change 14
14
PATH
15
15
remote: .
16
16
specs:
17
- xcodeproj (1.24 .0 )
17
+ xcodeproj (1.25 .0 )
18
18
CFPropertyList (>= 2.3.3 , < 4.0 )
19
19
atomos (~> 0.1.3 )
20
20
claide (>= 1.0.2 , < 2.0 )
25
25
GEM
26
26
remote: https://rubygems.org/
27
27
specs:
28
- CFPropertyList (3.0.6 )
28
+ CFPropertyList (3.0.7 )
29
+ base64
30
+ nkf
29
31
rexml
30
32
addressable (2.8.0 )
31
33
public_suffix (>= 2.0.2 , < 5.0 )
32
34
ast (2.3.0 )
33
35
atomos (0.1.3 )
34
36
bacon (1.2.0 )
37
+ base64 (0.2.0 )
35
38
claide-plugins (0.9.2 )
36
39
cork
37
40
nap
76
79
multipart-post (2.1.1 )
77
80
nanaimo (0.3.0 )
78
81
nap (1.1.0 )
82
+ nkf (0.2.0 )
79
83
notify (0.5.2 )
80
84
octokit (4.21.0 )
81
85
faraday (>= 0.9 )
94
98
ffi (>= 0.5.0 )
95
99
rb-kqueue (0.2.4 )
96
100
ffi (>= 0.5.0 )
97
- rexml (3.3.2 )
101
+ rexml (3.3.4 )
98
102
strscan
99
103
rubocop (0.47.1 )
100
104
parser (>= 2.3.3.1 , < 3.0 )
Original file line number Diff line number Diff line change 1
1
module Xcodeproj
2
2
# The version of the xcodeproj gem.
3
3
#
4
- VERSION = '1.24 .0' . freeze unless defined? Xcodeproj ::VERSION
4
+ VERSION = '1.25 .0' . freeze unless defined? Xcodeproj ::VERSION
5
5
end
You can’t perform that action at this time.
0 commit comments