Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Jul 24, 2024
1 parent a95ccc0 commit eaf24ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platform :ios do
team_id: "SKRSQZ43AV",
api_key_path:"APPLE_SECRETS.json",
)
sh "pwd && cd ../.. && flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ./ios/Runner/export.plist --split-debug-info=./symbols --dart-define=SENTRY_DSN=$SENTRY_DSN"
sh "pwd && cd ../.. && flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ./ios/Runner/export.plist --dart-define=SENTRY_DSN=$SENTRY_DSN"
build_app(
skip_build_archive: true,
archive_path: "../build/ios/archive/Runner.xcarchive",
Expand Down

0 comments on commit eaf24ad

Please sign in to comment.