Skip to content

Commit 9d80d8d

Browse files
authored
Merge pull request #19 from geonativefr/fix-remove-including-bitcode
fix: remove including bitcode
2 parents 728b539 + 5714211 commit 9d80d8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ platform :ios do
5454
export_method: ENV['EXPORT_METHOD'],
5555
export_team_id: ENV['TEAM_ID'],
5656
silent: true,
57-
include_bitcode: true,
5857
export_options: ENV['IOS_APP_ID'] != nil ? {
5958
provisioningProfiles: {
6059
"#{ENV['IOS_APP_ID']}" => "match AppStore #{ENV['IOS_APP_ID']}",

0 commit comments

Comments
 (0)