diff --git a/jobs/CRM_Mobile_SIT_ipa/config.xml b/jobs/CRM_Mobile_SIT_ipa/config.xml index 1780344f9b7d3218b739222379a27b0eb073249a..a9481545204f293afb5f3bc98003504c1c647a7a 100644 --- a/jobs/CRM_Mobile_SIT_ipa/config.xml +++ b/jobs/CRM_Mobile_SIT_ipa/config.xml @@ -46,7 +46,12 @@ # security set-key-partition-list -S apple: -k Yonglinit123 -D "iPhone Distribution: YONGLIN YONGLIN BIOTECH CORP." -t private npm install # RNFB_ANDROID_PERMISSIONS=true react-native link -cd node_modules/react-native && ./scripts/ios-install-third-party.sh && cd third-party && cd glog-0.3.4 && ./configure && cd ../../../../ +cd node_modules/react-native/ +./scripts/ios-install-third-party.sh +cd third-party/glog-0.3.4/ +./configure +cd ../../../../ + VERSION=SIT_$(date +%Y%m%d%H)_$(git rev-parse --short HEAD) MODIFIED_DATE=$(git log -1 --format="%ci" --)