We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67a044 commit e4de72aCopy full SHA for e4de72a
fastlane/platforms/ios.rb
@@ -41,6 +41,7 @@
41
# Set up code signing correctly
42
# (more information: https://codesigning.guide)
43
match(type: 'appstore', readonly: true)
44
+ match(type: 'adhoc', readonly: true)
45
46
# set the app version
47
set_version
0 commit comments