Skip to content

Commit

Permalink
Testflight: build with —obfuscate --split-debug-info flags (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase authored Jun 3, 2024
1 parent 586d7d2 commit df03cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
flutter upgrade
flutter pub get
flutter build ios --no-codesign
flutter build ios --no-codesign --obfuscate --split-debug-info=.
- name: Install Fastlane
working-directory: ./flutter/example/ios
Expand Down

0 comments on commit df03cd5

Please sign in to comment.