chore: update MaterialComponents pod (#8176)

* chore: update MaterialComponents pod

* chore: remove copy of pod file in build script
This commit is contained in:
Vasil Trifonov
2019-12-09 15:27:04 +02:00
committed by GitHub
parent cd5703a6b7
commit 9a6695f838
2 changed files with 1 additions and 5 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
platform :ios, '9.0'
use_frameworks!
pod 'MaterialComponents/Tabs', '~> 92.3'
pod 'MaterialComponents/Tabs', '~> 94.5'