Skip to content

Commit bf3e6fa

Browse files
committed
Release 1.23.0
1 parent ea0cc26 commit bf3e6fa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xcodeproj Changelog
22

3-
## Master
3+
## 1.23.0 (2023-09-22)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/CocoaPods/CLAide
3-
revision: 00379095567c88f7a00da25136bad60e41ca2b47
3+
revision: 97b765ec88aa4f347d19d416afc732a880e67826
44
specs:
55
claide (1.1.0)
66

@@ -14,7 +14,7 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
xcodeproj (1.22.0)
17+
xcodeproj (1.23.0)
1818
CFPropertyList (>= 2.3.3, < 4.0)
1919
atomos (~> 0.1.3)
2020
claide (>= 1.0.2, < 2.0)
@@ -25,7 +25,7 @@ PATH
2525
GEM
2626
remote: https://rubygems.org/
2727
specs:
28-
CFPropertyList (3.0.5)
28+
CFPropertyList (3.0.6)
2929
rexml
3030
addressable (2.8.0)
3131
public_suffix (>= 2.0.2, < 5.0)
@@ -94,7 +94,7 @@ GEM
9494
ffi (>= 0.5.0)
9595
rb-kqueue (0.2.4)
9696
ffi (>= 0.5.0)
97-
rexml (3.2.5)
97+
rexml (3.2.6)
9898
rubocop (0.47.1)
9999
parser (>= 2.3.3.1, < 3.0)
100100
powerpack (~> 0.1)

lib/xcodeproj/gem_version.rb

Lines changed: 1 addition & 1 deletion
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.22.0'.freeze unless defined? Xcodeproj::VERSION
4+
VERSION = '1.23.0'.freeze unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)