diff --git a/recipes/README.recipes.md b/recipes/README.recipes.md
index 147c5a42a..d1fc272ad 100644
--- a/recipes/README.recipes.md
+++ b/recipes/README.recipes.md
@@ -729,11 +729,11 @@ XCode installation.
Available only to Google-run bots.
-#### **class [OSXSDKApi](/recipes/recipe_modules/osx_sdk/api.py#39)([RecipeApi][recipe_engine/wkt/RecipeApi]):**
+#### **class [OSXSDKApi](/recipes/recipe_modules/osx_sdk/api.py#40)([RecipeApi][recipe_engine/wkt/RecipeApi]):**
API for using OS X SDK distributed via CIPD.
- **@contextmanager**
— **def [\_\_call\_\_](/recipes/recipe_modules/osx_sdk/api.py#57)(self, kind):**
+ **@contextmanager**
— **def [\_\_call\_\_](/recipes/recipe_modules/osx_sdk/api.py#58)(self, kind):**
Sets up the XCode SDK environment.
@@ -781,7 +781,7 @@ Args:
Raises:
StepFailure or InfraFailure.
-— **def [initialize](/recipes/recipe_modules/osx_sdk/api.py#50)(self):**
+— **def [initialize](/recipes/recipe_modules/osx_sdk/api.py#51)(self):**
### *recipe_modules* / [presubmit](/recipes/recipe_modules/presubmit)
[DEPS](/recipes/recipe_modules/presubmit/__init__.py#13): [bot\_update](#recipe_modules-bot_update), [depot\_tools](#recipe_modules-depot_tools), [gclient](#recipe_modules-gclient), [git](#recipe_modules-git), [tryserver](#recipe_modules-tryserver), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/cq][recipe_engine/recipe_modules/cq], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/resultdb][recipe_engine/recipe_modules/resultdb], [recipe\_engine/step][recipe_engine/recipe_modules/step]
diff --git a/recipes/recipe_modules/osx_sdk/api.py b/recipes/recipe_modules/osx_sdk/api.py
index ed0ae66fc..e8b814abf 100644
--- a/recipes/recipe_modules/osx_sdk/api.py
+++ b/recipes/recipe_modules/osx_sdk/api.py
@@ -31,8 +31,9 @@ _DEFAULT_VERSION_MAP = [
('10.14.4', '11b52'),
('10.15.4', '12d4e'),
('11.3', '13c100'),
- ('13.3', '14c18'),
- ('14.2', '15c500b'),
+ ('13.0', '14e300c'),
+ ('13.5', '15c500b'),
+ ('14.0', '15e204a'),
]
diff --git a/recipes/recipe_modules/osx_sdk/examples/full.expected/mac.json b/recipes/recipe_modules/osx_sdk/examples/full.expected/mac.json
index a069c6284..f68d0ccdb 100644
--- a/recipes/recipe_modules/osx_sdk/examples/full.expected/mac.json
+++ b/recipes/recipe_modules/osx_sdk/examples/full.expected/mac.json
@@ -46,7 +46,7 @@
"-kind",
"mac",
"-xcode-version",
- "15c500b",
+ "15e204a",
"-output-dir",
"[CACHE]/osx_sdk/XCode.app"
],