diff --git a/templates/mojave-flutter.json b/templates/mojave-flutter.json index 1b0f67e..86c0058 100644 --- a/templates/mojave-flutter.json +++ b/templates/mojave-flutter.json @@ -11,7 +11,7 @@ } ], "variables": { - "xcode_version": "10.3" + "xcode_version": "11.0" }, "provisioners": [ { diff --git a/templates/mojave-xcode.json b/templates/mojave-xcode.json index 59cab28..1d081ad 100644 --- a/templates/mojave-xcode.json +++ b/templates/mojave-xcode.json @@ -13,7 +13,7 @@ "variables": { "fastlane_user": "{{env `FASTLANE_USER`}}", "fastlane_password": "{{env `FASTLANE_PASSWORD`}}", - "xcode_version": "10.3" + "xcode_version": "11.0" }, "provisioners": [ {