diff --git a/jobs/HRB_Mobile_UAT_DHP_ipa/config.xml b/jobs/HRB_Mobile_UAT_DHP_ipa/config.xml index 5b63a4443c44e6ee4a3320e0580d686e9f6472c0..8e454c06c376ec23366e2b83c7e0908c964da7ab 100644 --- a/jobs/HRB_Mobile_UAT_DHP_ipa/config.xml +++ b/jobs/HRB_Mobile_UAT_DHP_ipa/config.xml @@ -1,7 +1,7 @@ - release/1.34 + DHP 打包 ipa,不做 code push false @@ -64,10 +64,9 @@ npm install sed -i "" '/url/s/http.*\//https:\/\/dihtest.uhealthbank.com\//g' src/configs/index.js sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js sed -i '' "/modifiedTime/s/\'.*\';/\'${MODIFIED_DATE}\';/" src/configs/index.js -sed -i '' "/allergyUrl/s/\__DEV__.*\';/\'http:\/\/10.32.86.132\/\';/" src/configs/index.js - -node node_modules/react-native/local-cli/cli.js bundle --dev false --assets-dest ./ios --entry-file index.worker.js --platform ios --bundle-output ./ios/worker.jsbundle --sourcemap-output ./ios/ios.worker.map +sed -i '' "/allergyUrl/s/\__DEV__.*\';/\'https:\/\/dihtest.uhealthbank.com\/\';/" src/configs/index.js +npm run build-thread-ios bundle exec fastlane ios uat