Skip to content

Commit 2fc6b5b

Browse files
authored
Update Fastfile
1 parent fd4b4c7 commit 2fc6b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ platform :ios do
104104
def config_content
105105
content = original_config_content
106106
hash = Plist.parse_xml(content)
107-
hash['method'] = 'app-store-connect' if hash['method'] == 'app-store'
107+
hash['method'] = '' if hash['method'] == 'app-store'
108108
Plist::Emit.dump(hash)
109109
end
110110
end

0 commit comments

Comments
 (0)