From 931973ed6a5d0c0a74f0a3368f13e8e517221b1f Mon Sep 17 00:00:00 2001 From: Vasil Trifonov Date: Fri, 6 Dec 2019 15:55:12 +0200 Subject: [PATCH 1/2] chore: update MaterialComponents pod --- nativescript-core/platforms/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-core/platforms/ios/Podfile b/nativescript-core/platforms/ios/Podfile index 8bdf3a050d..7ba729baa5 100644 --- a/nativescript-core/platforms/ios/Podfile +++ b/nativescript-core/platforms/ios/Podfile @@ -1,4 +1,4 @@ platform :ios, '9.0' use_frameworks! -pod 'MaterialComponents/Tabs', '~> 92.3' \ No newline at end of file +pod 'MaterialComponents/Tabs', '~> 94.5' \ No newline at end of file From a960a3d681b1ac86735c7fdaabd1c85041e0f077 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Mon, 9 Dec 2019 09:31:22 +0200 Subject: [PATCH 2/2] chore: remove copy of pod file in build script --- build/prepare-compat.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/prepare-compat.sh b/build/prepare-compat.sh index 82e5485009..8d09bcc378 100755 --- a/build/prepare-compat.sh +++ b/build/prepare-compat.sh @@ -31,10 +31,6 @@ NATIVESCRIPT_CORE_ARGS=${NATIVESCRIPT_CORE_ARGS:-$DEFAULT_NATIVESCRIPT_CORE_ARGS echo "Copying $PACKAGE_SOURCE $DIST/$PACKAGE..." npx ncp "$PACKAGE_SOURCE" "$DIST/$PACKAGE" - echo "TODO(REMOVE THIS HACK): Copying platfroms/ios/Podfile" - mkdir -p "$DIST/$PACKAGE/platforms/ios" - npx ncp "nativescript-core/platforms/ios/Podfile" "$DIST/$PACKAGE/platforms/ios/Podfile" - echo "Copying README and LICENSE to $DIST/$PACKAGE" npx ncp LICENSE "$DIST"/"$PACKAGE"/LICENSE