Skip to content

Commit e4de72a

Browse files
committed
fetch the ad-hoc keys as well
1 parent d67a044 commit e4de72a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/platforms/ios.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
# Set up code signing correctly
4242
# (more information: https://codesigning.guide)
4343
match(type: 'appstore', readonly: true)
44+
match(type: 'adhoc', readonly: true)
4445

4546
# set the app version
4647
set_version

0 commit comments

Comments
 (0)