diff options
author | Thomas Van Lenten <thomasvl@google.com> | 2018-12-11 08:53:33 -0500 |
---|---|---|
committer | Thomas Van Lenten <thomasvl@google.com> | 2018-12-11 09:15:42 -0500 |
commit | bdf6311292e3b31e27d5aeb7791263e2e8418903 (patch) | |
tree | 9738dfc1fcb023f879d13487580ffbb7572df8ad | |
parent | ddbee7b896f6ad51ccd8524c8ecc724c21e1503e (diff) |
Let Xcode 10.1 update the project/scheme files.
-rw-r--r-- | GTM.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | GTM.xcodeproj/xcshareddata/xcschemes/GTM.xcscheme | 2 | ||||
-rw-r--r-- | GTMiPhone.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | GTMiPhone.xcodeproj/xcshareddata/xcschemes/GTMiPhone.xcscheme | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/GTM.xcodeproj/project.pbxproj b/GTM.xcodeproj/project.pbxproj index 2732b2c..dc1a34e 100644 --- a/GTM.xcodeproj/project.pbxproj +++ b/GTM.xcodeproj/project.pbxproj @@ -939,7 +939,7 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = NO; - LastUpgradeCheck = 0940; + LastUpgradeCheck = 1010; }; buildConfigurationList = 1DEB918108733D990010E9CD /* Build configuration list for PBXProject "GTM" */; compatibilityVersion = "Xcode 3.1"; diff --git a/GTM.xcodeproj/xcshareddata/xcschemes/GTM.xcscheme b/GTM.xcodeproj/xcshareddata/xcschemes/GTM.xcscheme index 77656fe..a43654a 100644 --- a/GTM.xcodeproj/xcshareddata/xcschemes/GTM.xcscheme +++ b/GTM.xcodeproj/xcshareddata/xcschemes/GTM.xcscheme @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Scheme - LastUpgradeVersion = "0940" + LastUpgradeVersion = "1010" version = "1.3"> <BuildAction parallelizeBuildables = "YES" diff --git a/GTMiPhone.xcodeproj/project.pbxproj b/GTMiPhone.xcodeproj/project.pbxproj index c290630..6451d22 100644 --- a/GTMiPhone.xcodeproj/project.pbxproj +++ b/GTMiPhone.xcodeproj/project.pbxproj @@ -539,7 +539,7 @@ 29B97313FDCFA39411CA2CEA /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0940; + LastUpgradeCheck = 1010; TargetAttributes = { 8B82CEF51D9C17DE007182AA = { CreatedOnToolsVersion = 8.0; diff --git a/GTMiPhone.xcodeproj/xcshareddata/xcschemes/GTMiPhone.xcscheme b/GTMiPhone.xcodeproj/xcshareddata/xcschemes/GTMiPhone.xcscheme index cc7d3f2..47b745c 100644 --- a/GTMiPhone.xcodeproj/xcshareddata/xcschemes/GTMiPhone.xcscheme +++ b/GTMiPhone.xcodeproj/xcshareddata/xcschemes/GTMiPhone.xcscheme @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Scheme - LastUpgradeVersion = "0940" + LastUpgradeVersion = "1010" version = "1.3"> <BuildAction parallelizeBuildables = "YES" |