Skip to content

Commit 8e87918

Browse files
authored
Merge pull request #856 from CocoaPods/update_xcode125
Bump Xcode version constants for Xcode 12.5.
2 parents 2a1f19a + 875970d commit 8e87918

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
##### Enhancements
66

7+
* Bump Xcode version constants for Xcode 12.5.
8+
[Dimitris Koutsogiorgas](https://github.com/dnkoutso)
9+
[#856](https://github.com/CocoaPods/Xcodeproj/pull/856)
10+
711
* Add `platform_filters` support for `PBXTargetDependency`.
812
[Max Langer](https://github.com/mangerlahn)
913
[#853](https://github.com/CocoaPods/Xcodeproj/pull/853)

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 = '1240'
39+
LAST_UPGRADE_CHECK = '1250'
4040

4141
# @return [String] The last known Xcode version to Xcodeproj.
4242
#
43-
LAST_SWIFT_UPGRADE_CHECK = '1240'
43+
LAST_SWIFT_UPGRADE_CHECK = '1250'
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 = "1240"
3+
LastUpgradeVersion = "1250"
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 = "1240"
3+
LastUpgradeVersion = "1250"
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 = "1240"
3+
LastUpgradeVersion = "1250"
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 = "1240"
3+
LastUpgradeVersion = "1250"
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 = "1240"
233+
LastUpgradeVersion = "1250"
234234
version = "1.3">
235235
<BuildAction
236236
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)