diff --git a/build/prepare-compat.sh b/build/prepare-compat.sh index 82e548500..8d09bcc37 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 diff --git a/nativescript-core/platforms/ios/Podfile b/nativescript-core/platforms/ios/Podfile index 8bdf3a050..7ba729baa 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