mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
Merge branch 'master' into renovate/react-native-async-storage-async-storage-1.x
This commit is contained in:
commit
a47d209a3a
@ -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:
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user