File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ rm -rf ../../app_interface/readme.md
6262
6363mv ../../app_interface/ ../../src/app_interface/
6464
65+ sed -i " " " s/.*VIDEOSDKVERSION.*/static const char * VIDEOSDKVERSION = \" $VIDEOSDKVERSION \" ;/g" ../../src/app_interface/appWrapper.h
66+
6567cmake ../.. -GXcode -DCMAKE_INSTALL_PREFIX=$PWD /INSTALL -DENET_SELF_SIGN=ON -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_BUILD_TYPE=Debug -DENET_VERSION=v1.0.0 -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
6668
6769
@@ -91,7 +93,7 @@ git clone https://$GIT_ACCESS_TOKEN@github.com/tencentyun/iot-thirdparty-ios.git
9193cd iot-thirdparty-ios
9294
9395cp ../../../src/app_interface/appWrapper.h Source/XP2P-iOS/Classes/AppWrapper.h
94- sed -i " " " s/.*VIDEOSDKVERSION.*/static const char * VIDEOSDKVERSION = \" $VIDEOSDKVERSION \" ;/g" Source/XP2P-iOS/Classes/AppWrapper.h
96+ # sed -i "" "s/.*VIDEOSDKVERSION.*/static const char * VIDEOSDKVERSION = \"$VIDEOSDKVERSION\";/g" Source/XP2P-iOS/Classes/AppWrapper.h
9597
9698cp ../Release-iphoneos/libenet.a Source/XP2P-iOS/libenet.a
9799
You can’t perform that action at this time.
0 commit comments