We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ae881 commit 11dd96bCopy full SHA for 11dd96b
1 file changed
ios/xcframewrok/make-podspec.sh
@@ -18,9 +18,9 @@ THIS_DIR=$(DIRNAME=$(dirname "$0"); cd "$DIRNAME"; pwd)
18
cd "$THIS_DIR"
19
20
set -e
21
-version=${1:-$(grep -m 1 VERSION_NAME= ../../version.sh | awk -F = '{printf "k%s",$2}')}
+version=${1:-$(grep -m 1 VERSION_NAME= ../../version.sh | awk -F = '{printf "%s",$2}')}
22
23
fn=IJKMediaFramework.spec.json
24
cat 'template.spec.json' \
25
| sed "s/__VERSION__/${version}/" \
26
- > "${fn}"
+ > "${fn}"
0 commit comments