From 3520f6797068cebd33dedc2e0d899f8791b2f2ab Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Fri, 19 Feb 2021 09:23:51 -0500 Subject: [PATCH] build(ios): use sdk 9.3.2 GA to build by default --- ios/titanium.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/titanium.xcconfig b/ios/titanium.xcconfig index 34b9aa2..258993f 100644 --- a/ios/titanium.xcconfig +++ b/ios/titanium.xcconfig @@ -4,7 +4,7 @@ // OF YOUR TITANIUM SDK YOU'RE BUILDING FOR // // -TITANIUM_SDK_VERSION = 9.2.0.GA +TITANIUM_SDK_VERSION = 9.3.2.GA //