From 81efd63b2aae8845012124e9478e238a5e8bdae5 Mon Sep 17 00:00:00 2001 From: Michael Kimyagarov Date: Mon, 6 Jun 2022 13:50:54 +0300 Subject: [PATCH] Rx: bump LastUpgradeCheck to eliminate Xcode proj warnings. Set the LastUpgradeCheck to `1500` which corresponds to Xcode 15 (that supposed to be announced in ~1 year from now) to eliminate the Xcode proj file warnings. These warnings suggest to upgrade the proj file and raise the deployment target. This should "buy" at least one year w/o these annoying warnings. Setting this number to `1500` will allow to face these (and perhaps other) warnings in next year and decide what we wanna do with them, since we don't wanna ignore them completely. --- Preprocessor/Preprocessor.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/xcschemes/Preprocessor.xcscheme | 2 +- Rx.xcodeproj/project.pbxproj | 2 +- Rx.xcodeproj/xcshareddata/xcschemes/AllTests-iOS.xcscheme | 2 +- Rx.xcodeproj/xcshareddata/xcschemes/AllTests-macOS.xcscheme | 2 +- Rx.xcodeproj/xcshareddata/xcschemes/AllTests-tvOS.xcscheme | 2 +- Rx.xcodeproj/xcshareddata/xcschemes/RxBlocking.xcscheme | 2 +- Rx.xcodeproj/xcshareddata/xcschemes/RxCocoa.xcscheme | 2 +- Rx.xcodeproj/xcshareddata/xcschemes/RxRelay.xcscheme | 2 +- Rx.xcodeproj/xcshareddata/xcschemes/RxSwift.xcscheme | 2 +- Rx.xcodeproj/xcshareddata/xcschemes/RxTest.xcscheme | 2 +- RxExample/RxExample.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/xcschemes/RxExample-iOS.xcscheme | 2 +- .../xcshareddata/xcschemes/RxExample-iOSTests.xcscheme | 2 +- .../xcshareddata/xcschemes/RxExample-iOSUITests.xcscheme | 2 +- .../xcshareddata/xcschemes/RxExample-macOS.xcscheme | 2 +- .../xcshareddata/xcschemes/RxExample-macOSUITests.xcscheme | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Preprocessor/Preprocessor.xcodeproj/project.pbxproj b/Preprocessor/Preprocessor.xcodeproj/project.pbxproj index bf184fa4d..379009298 100644 --- a/Preprocessor/Preprocessor.xcodeproj/project.pbxproj +++ b/Preprocessor/Preprocessor.xcodeproj/project.pbxproj @@ -89,7 +89,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0700; - LastUpgradeCheck = 1250; + LastUpgradeCheck = 1500; ORGANIZATIONNAME = "Krunoslav Zaher"; TargetAttributes = { C81108761AF5114D001C13E4 = { diff --git a/Preprocessor/Preprocessor.xcodeproj/xcshareddata/xcschemes/Preprocessor.xcscheme b/Preprocessor/Preprocessor.xcodeproj/xcshareddata/xcschemes/Preprocessor.xcscheme index e4fe165a7..6c5b238e5 100644 --- a/Preprocessor/Preprocessor.xcodeproj/xcshareddata/xcschemes/Preprocessor.xcscheme +++ b/Preprocessor/Preprocessor.xcodeproj/xcshareddata/xcschemes/Preprocessor.xcscheme @@ -1,6 +1,6 @@