Skip to content

Commit

Permalink
Update dsyms
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 25, 2024
1 parent a7fe185 commit 2cc27ab
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -423,14 +423,13 @@ platform :ios do
}
)

# # TODO: FIX FOR HYBRIDAPP
# puts "dsym path: #{ENV[KEY_DSYM_PATH]}"
# upload_symbols_to_crashlytics(
# app_id: "1:921154746561:ios:216bd10ccc947659027c40",
# dsym_path: ENV[KEY_DSYM_PATH],
# gsp_path: "./ios/GoogleService-Info.plist",
# binary_path: "./ios/Pods/FirebaseCrashlytics/upload-symbols"
# )
puts "dsym path: #{ENV[KEY_DSYM_PATH]}"
upload_symbols_to_crashlytics(
app_id: "1:1008697809946:ios:3ffad71f664f2886",
dsym_path: ENV[KEY_DSYM_PATH],
gsp_path: "./ios/GoogleService-Info.plist",
binary_path: "./ios/Pods/FirebaseCrashlytics/upload-symbols"
)
end

desc "Submit app to App Store Review"
Expand Down

0 comments on commit 2cc27ab

Please sign in to comment.