blob: 378cafedc47dd03f727039069a15fd8ed37e0b01 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipe_modules.fuchsia.macos_sdk;
message InputProperties {
string sdk_dir = 1;
// Versions refer to this package:
// https://chrome-infra-packages.appspot.com/p/infra_internal/ios/xcode/mac/+/
// Check minimum MacOS version here:
// https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
string version = 2;
string cipd_package = 3;
string cipd_version = 4;
}