diff --git a/jobs/HRB_Mobile_Other_ipa/config.xml b/jobs/HRB_Mobile_Other_ipa/config.xml
index 3f3385575fc2464b6ee0812be63c8bf3dd937387..5463ebb6d010e3e8ad8cda6a8cacb1605da9bd71 100644
--- a/jobs/HRB_Mobile_Other_ipa/config.xml
+++ b/jobs/HRB_Mobile_Other_ipa/config.xml
@@ -65,14 +65,14 @@ MODIFIED_DATE=$(git log -1 --format="%ci" --)
npm install --update-binary
-sed -i "" '/url/s/http.*\//http:\/\/10.32.86.139\//g' src/configs/index.js
+sed -i "" '/url/s/http.*\//http:\/\/10.32.86.132\//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 '' 's/appVersion.*/appVersion": "1.27"/' appConfig.json
security set-key-partition-list -S apple: -k Yonglinit123 -D "iPhone Distribution: YONGLIN YONGLIN BIOTECH CORP." -t private
-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
+node node_modules/react-native/local-cli/cli.js bundle --dev false --entry-file index.thread.js --platform ios --bundle-output ./ios/index.thread.jsbundle
echo "source 'https://rubygems.org'" > Gemfile
echo "gem 'cocoapods', '1.4.0'" >> Gemfile
@@ -104,7 +104,7 @@ scp ~/Sites/${NAME}_${VERSION}.ipa appuploader@10.57.117.135:~/app/hrb/
false
-
+
xterm