From 525d201cf69c7c07219fb640f9815c41d0b7d67e Mon Sep 17 00:00:00 2001 From: Vincent Dondain Date: Tue, 19 Feb 2019 17:39:18 -0500 Subject: [PATCH] Bump for Xcode 10.2 beta 3 (#5631) --- Make.config | 4 ++-- tests/xtro-sharpie/iOS-PassKit.todo | 3 +++ tests/xtro-sharpie/iOS-StoreKit.todo | 14 ++++++++++++++ tests/xtro-sharpie/macOS-StoreKit.todo | 14 ++++++++++++++ tests/xtro-sharpie/tvOS-StoreKit.todo | 14 ++++++++++++++ tests/xtro-sharpie/watchOS-PassKit.todo | 1 + tests/xtro-sharpie/watchOS-UIKit.todo | 3 +++ 7 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 tests/xtro-sharpie/iOS-PassKit.todo create mode 100644 tests/xtro-sharpie/iOS-StoreKit.todo create mode 100644 tests/xtro-sharpie/macOS-StoreKit.todo create mode 100644 tests/xtro-sharpie/tvOS-StoreKit.todo create mode 100644 tests/xtro-sharpie/watchOS-PassKit.todo create mode 100644 tests/xtro-sharpie/watchOS-UIKit.todo diff --git a/Make.config b/Make.config index 26fa3c3056..792e339360 100644 --- a/Make.config +++ b/Make.config @@ -39,8 +39,8 @@ IOS_PACKAGE_UPDATE_ID=$(shell printf "2%02d%02d%02d%03d" $(IOS_PACKAGE_VERSION_M # Xcode version should have both a major and a minor version (even if the minor version is 0) XCODE_VERSION=10.2 -XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_10.2_beta_2.xip -XCODE_DEVELOPER_ROOT=/Applications/Xcode102-beta2.app/Contents/Developer +XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_10.2_beta_3.xip +XCODE_DEVELOPER_ROOT=/Applications/Xcode102-beta3.app/Contents/Developer XCODE94_VERSION=9.4 XCODE94_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_9.4.xip diff --git a/tests/xtro-sharpie/iOS-PassKit.todo b/tests/xtro-sharpie/iOS-PassKit.todo new file mode 100644 index 0000000000..4a13769401 --- /dev/null +++ b/tests/xtro-sharpie/iOS-PassKit.todo @@ -0,0 +1,3 @@ +!missing-selector! PKDisbursementVoucher::data not bound +!missing-selector! PKDisbursementVoucher::redemptionURL not bound +!missing-type! PKDisbursementVoucher not bound diff --git a/tests/xtro-sharpie/iOS-StoreKit.todo b/tests/xtro-sharpie/iOS-StoreKit.todo new file mode 100644 index 0000000000..6c9b3e1167 --- /dev/null +++ b/tests/xtro-sharpie/iOS-StoreKit.todo @@ -0,0 +1,14 @@ +!missing-enum! SKProductDiscountType not bound +!missing-selector! SKMutablePayment::paymentDiscount not bound +!missing-selector! SKMutablePayment::setPaymentDiscount: not bound +!missing-selector! SKPayment::paymentDiscount not bound +!missing-selector! SKPaymentDiscount::identifier not bound +!missing-selector! SKPaymentDiscount::initWithIdentifier:keyIdentifier:nonce:signature:timestamp: not bound +!missing-selector! SKPaymentDiscount::keyIdentifier not bound +!missing-selector! SKPaymentDiscount::nonce not bound +!missing-selector! SKPaymentDiscount::signature not bound +!missing-selector! SKPaymentDiscount::timestamp not bound +!missing-selector! SKProduct::discounts not bound +!missing-selector! SKProductDiscount::identifier not bound +!missing-selector! SKProductDiscount::type not bound +!missing-type! SKPaymentDiscount not bound diff --git a/tests/xtro-sharpie/macOS-StoreKit.todo b/tests/xtro-sharpie/macOS-StoreKit.todo new file mode 100644 index 0000000000..6c9b3e1167 --- /dev/null +++ b/tests/xtro-sharpie/macOS-StoreKit.todo @@ -0,0 +1,14 @@ +!missing-enum! SKProductDiscountType not bound +!missing-selector! SKMutablePayment::paymentDiscount not bound +!missing-selector! SKMutablePayment::setPaymentDiscount: not bound +!missing-selector! SKPayment::paymentDiscount not bound +!missing-selector! SKPaymentDiscount::identifier not bound +!missing-selector! SKPaymentDiscount::initWithIdentifier:keyIdentifier:nonce:signature:timestamp: not bound +!missing-selector! SKPaymentDiscount::keyIdentifier not bound +!missing-selector! SKPaymentDiscount::nonce not bound +!missing-selector! SKPaymentDiscount::signature not bound +!missing-selector! SKPaymentDiscount::timestamp not bound +!missing-selector! SKProduct::discounts not bound +!missing-selector! SKProductDiscount::identifier not bound +!missing-selector! SKProductDiscount::type not bound +!missing-type! SKPaymentDiscount not bound diff --git a/tests/xtro-sharpie/tvOS-StoreKit.todo b/tests/xtro-sharpie/tvOS-StoreKit.todo new file mode 100644 index 0000000000..6c9b3e1167 --- /dev/null +++ b/tests/xtro-sharpie/tvOS-StoreKit.todo @@ -0,0 +1,14 @@ +!missing-enum! SKProductDiscountType not bound +!missing-selector! SKMutablePayment::paymentDiscount not bound +!missing-selector! SKMutablePayment::setPaymentDiscount: not bound +!missing-selector! SKPayment::paymentDiscount not bound +!missing-selector! SKPaymentDiscount::identifier not bound +!missing-selector! SKPaymentDiscount::initWithIdentifier:keyIdentifier:nonce:signature:timestamp: not bound +!missing-selector! SKPaymentDiscount::keyIdentifier not bound +!missing-selector! SKPaymentDiscount::nonce not bound +!missing-selector! SKPaymentDiscount::signature not bound +!missing-selector! SKPaymentDiscount::timestamp not bound +!missing-selector! SKProduct::discounts not bound +!missing-selector! SKProductDiscount::identifier not bound +!missing-selector! SKProductDiscount::type not bound +!missing-type! SKPaymentDiscount not bound diff --git a/tests/xtro-sharpie/watchOS-PassKit.todo b/tests/xtro-sharpie/watchOS-PassKit.todo new file mode 100644 index 0000000000..dccd0204a8 --- /dev/null +++ b/tests/xtro-sharpie/watchOS-PassKit.todo @@ -0,0 +1 @@ +!missing-type! PKDisbursementVoucher not bound diff --git a/tests/xtro-sharpie/watchOS-UIKit.todo b/tests/xtro-sharpie/watchOS-UIKit.todo new file mode 100644 index 0000000000..080fb07987 --- /dev/null +++ b/tests/xtro-sharpie/watchOS-UIKit.todo @@ -0,0 +1,3 @@ +!missing-field! UIFontDescriptorSystemDesignDefault not bound +!missing-field! UIFontDescriptorSystemDesignRounded not bound +!missing-selector! UIFontDescriptor::fontDescriptorWithDesign: not bound