This commit is contained in:
Diego Mello 2018-04-03 15:30:09 -03:00
parent 17ecd5c9af
commit 0e8b9fe8d7
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ jobs:
cd ios cd ios
agvtool new-version -all $CIRCLE_BUILD_NUM agvtool new-version -all $CIRCLE_BUILD_NUM
/usr/libexec/PlistBuddy -c "Set Fabric:APIKey $FABRIC_KEY" ./RocketChatRN/Info.plist /usr/libexec/PlistBuddy -c "Set Fabric:APIKey $FABRIC_KEY" ./RocketChatRN/Info.plist
echo -e "./Fabric.framework/run $FABRIC_KEY $FABRIC_SECRET" >> ./RocketChatRN/Fabric.sh echo -e "./Fabric.framework/run $FABRIC_KEY $FABRIC_SECRET" > ./RocketChatRN/Fabric.sh
if [[ $MATCH_KEYCHAIN_NAME ]]; then if [[ $MATCH_KEYCHAIN_NAME ]]; then
fastlane ios release fastlane ios release