File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7272 unzip_name=` ls -S -d * / | grep Agora | sed ' s/\///g' `
7373 echo unzip_name: $unzip_name
7474 rm -rf ./$unzip_name /bin
75- rm ./$unzip_name /commits
76- rm ./$unzip_name /package_size_report.txt
75+ rm -f ./$unzip_name /commits
76+ rm -f ./$unzip_name /package_size_report.txt
7777
78- rm ./$unzip_name /.commits
79- rm ./$unzip_name /AgoraInfra_iOS.swift
80- rm ./$unzip_name /AgoraRtcEngine_iOS.podspec
81- rm ./$unzip_name /AgoraAudio_iOS.podspec
82- rm ./$unzip_name /Package.swift
78+ rm -f ./$unzip_name /.commits
79+ rm -f ./$unzip_name /AgoraInfra_iOS.swift
80+ rm -f ./$unzip_name /AgoraRtcEngine_iOS.podspec
81+ rm -f ./$unzip_name /AgoraAudio_iOS.podspec
82+ rm -f ./$unzip_name /Package.swift
8383 mkdir -p ./$unzip_name /samples
8484 cp -rf ./iOS/${ios_direction} ./$unzip_name /samples/${ios_direction} || exit 1
8585 ls -al ./$unzip_name /samples/${ios_direction} /
Original file line number Diff line number Diff line change 7373 echo unzip_name: $unzip_name
7474
7575 rm -rf ./$unzip_name /bin
76- rm ./$unzip_name /commits
77- rm ./$unzip_name /package_size_report.txt
78- rm ./$unzip_name /.commits
79- rm ./$unzip_name /AgoraInfra_macOS.swift
80- rm ./$unzip_name /AgoraRtcEngine_macOS.podspec
81- rm ./$unzip_name /Package.swift
76+ rm -f ./$unzip_name /commits
77+ rm -f ./$unzip_name /package_size_report.txt
78+ rm -f ./$unzip_name /.commits
79+ rm -f ./$unzip_name /AgoraInfra_macOS.swift
80+ rm -f ./$unzip_name /AgoraRtcEngine_macOS.podspec
81+ rm -f ./$unzip_name /Package.swift
8282
8383 mkdir ./$unzip_name /samples
8484 cp -rf ./macOS ./$unzip_name /samples/APIExample || exit 1
You can’t perform that action at this time.
0 commit comments