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 72
72
unzip_name=` ls -S -d * / | grep Agora | sed ' s/\///g' `
73
73
echo unzip_name: $unzip_name
74
74
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
77
77
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
83
83
mkdir -p ./$unzip_name /samples
84
84
cp -rf ./iOS/${ios_direction} ./$unzip_name /samples/${ios_direction} || exit 1
85
85
ls -al ./$unzip_name /samples/${ios_direction} /
Original file line number Diff line number Diff line change 73
73
echo unzip_name: $unzip_name
74
74
75
75
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
82
82
83
83
mkdir ./$unzip_name /samples
84
84
cp -rf ./macOS ./$unzip_name /samples/APIExample || exit 1
You can’t perform that action at this time.
0 commit comments