Merge branch 'master' into renovate/react-native-async-storage-async-storage-1.x

This commit is contained in:
Marcos Rodriguez Vélez 2024-02-21 10:54:51 -04:00 committed by GitHub
commit a47d209a3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
name: Build Release and Upload to TestFlight (iOS)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View File

@ -53,7 +53,7 @@ platform :ios do
end
desc "Synchronize certificates and provisioning profiles"
lane :setup_provisioning_profiles do
lane :setup_provisioning_profiles do |options|
UI.message("Setting up provisioning profiles...")
target_to_app_identifier = {
'BlueWallet' => 'io.bluewallet.bluewallet',