Skip to content

Commit de3b08b

Browse files
committed
Bump Xcode version to match Xcode 13
This avoids warnings from Xcode 13 asking to upgrade to the latest settings.
1 parent 8e87918 commit de3b08b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

lib/xcodeproj/constants.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ module Constants
3636

3737
# @return [String] The last known Xcode version to Xcodeproj.
3838
#
39-
LAST_UPGRADE_CHECK = '1250'
39+
LAST_UPGRADE_CHECK = '1300'
4040

4141
# @return [String] The last known Xcode version to Xcodeproj.
4242
#
43-
LAST_SWIFT_UPGRADE_CHECK = '1250'
43+
LAST_SWIFT_UPGRADE_CHECK = '1300'
4444

4545
# @return [String] The version of `.xcscheme` files supported by Xcodeproj
4646
#

spec/fixtures/Sample Project/Cocoa Application.xcodeproj/xcshareddata/xcschemes/iOS application and static library.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1250"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

spec/fixtures/Sample Project/Cocoa Application.xcodeproj/xcshareddata/xcschemes/iOS application.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1250"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

spec/fixtures/Sample Project/Cocoa Application.xcodeproj/xcshareddata/xcschemes/iOS applicationTests Set Build Target For Running.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1250"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

spec/fixtures/Sample Project/Cocoa Application.xcodeproj/xcshareddata/xcschemes/iOS applicationTests.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1250"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

spec/scheme_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ module ProjectSpecs
230230
expected = <<-XML.gsub(/^ {8}/, '')
231231
<?xml version="1.0" encoding="UTF-8"?>
232232
<Scheme
233-
LastUpgradeVersion = "1250"
233+
LastUpgradeVersion = "1300"
234234
version = "1.3">
235235
<BuildAction
236236
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)