mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: merge release in master (#8275)
* fix the crash * chore: update MaterialComponents pod (#8176) * chore: update MaterialComponents pod * chore: remove copy of pod file in build script * chore: cut the 6.3.0 release (#8174) * hore: cut the 6.3.1 release * fix: handle fake attach after FragMgr is destroyed (#8200) * fix: check is disposed fragment is in the FragmentManager (#8201) * release: cut the 6.3.2 release Co-authored-by: hamidbsd <50081218+hamidbsd@users.noreply.github.com> Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com> Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com>
This commit is contained in:
committed by
GitHub
parent
02763ecd2c
commit
e57d5d9da1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user