mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: update MaterialComponents pod (#8176)
* chore: update MaterialComponents pod * chore: remove copy of pod file in build script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
platform :ios, '9.0'
|
||||
use_frameworks!
|
||||
|
||||
pod 'MaterialComponents/Tabs', '~> 92.3'
|
||||
pod 'MaterialComponents/Tabs', '~> 94.5'
|
||||
Reference in New Issue
Block a user