Skip to content

Commit

Permalink
Merge pull request #11154 from Expensify/francois-crashlyticsDSYMAppID
Browse files Browse the repository at this point in the history
Add `app_id` for fastlane's `upload_symbols_to_crashlytics` Testflight build step
  • Loading branch information
luacmartins authored Sep 20, 2022
2 parents 04f253c + 3dc5b41 commit 2b6124e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ platform :ios do
end

upload_symbols_to_crashlytics(
app_id: "1:921154746561:ios:216bd10ccc947659027c40"
dsym_path: lane_context[SharedValues::DSYM_OUTPUT_PATH],
gsp_path: "./ios/GoogleService-Info.plist",
binary_path: "./ios/Pods/FirebaseCrashlytics/upload-symbols"
Expand Down

0 comments on commit 2b6124e

Please sign in to comment.