Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Nov 22, 2024
1 parent 4f71482 commit 7c2ff3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ platform :ios do
# Build
##########################################

# Debug help
sh "security find-identity -v -p codesigning"
echo "sec profiles"


profile_mapping = Actions.lane_context[SharedValues::MATCH_PROVISIONING_PROFILE_MAPPING]
update_code_signing_settings(
use_automatic_signing: false,
Expand Down

0 comments on commit 7c2ff3e

Please sign in to comment.