File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6363 security set-key-partition-list -S apple-tool:,apple : -k "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
6464 security list-keychain -d user -s $KEYCHAIN_PATH
6565
66- # apply provisioning profile XCode >= 16
67- mkdir -p ~/Library/Developer/Xcode/UserData /Provisioning\ Profiles
68- cp $PP_PATH ~/Library/Developer/Xcode/UserData /Provisioning\ Profiles
66+ # apply provisioning profile
67+ mkdir -p ~/Library/MobileDevice /Provisioning\ Profiles
68+ cp $PP_PATH ~/Library/MobileDevice /Provisioning\ Profiles
6969
7070 - name : Read .xcode-version
7171 id : read_xcode_version
Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ platform :ios do
7777 )
7878
7979 firebase_app_distribution (
80- app : "1:957456175464:ios:5050fa994a8b4a02ab46dd" ,
80+ app : "1:127683058219:ios:98896929fa131c7a80686e" ,
81+ firebase_cli_token : ENV [ "FIREBASE_CLI_TOKEN" ] ,
8182 release_notes : options [ :release_notes ] || "New beta build"
8283 )
8384 end
You can’t perform that action at this time.
0 commit comments