Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martins <cmartins@expensify.com>
  • Loading branch information
AndrewGable and luacmartins authored Nov 13, 2024
1 parent a7316b8 commit ed67b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ platform :ios do
app_identifier: "com.expensify.expensifylite",
api_key_path: "./ios/ios-fastlane-json-key.json",

# Skip HTMl report verification
# Skip HTML report verification
force: true,

# VERSION will be set to the full build_number e.g. '1.0.92.0'
Expand Down Expand Up @@ -640,7 +640,7 @@ platform :ios do
# We do not need any additional compliance
export_compliance_compliance_required: false,

# We do not use any encrpytion
# We do not use any encryption
export_compliance_encryption_updated: false,
export_compliance_app_type: nil,
export_compliance_uses_encryption: false,
Expand Down

0 comments on commit ed67b01

Please sign in to comment.