heap / react-native-heap

A React Native integration for Heap
MIT License
82 stars 36 forks source link

[HEAP-42316] Fix sources for Ruby 3.2 #377

Closed bnickel closed 1 year ago

bnickel commented 1 year ago

Description

This removes a line that was made invalid in Ruby 3.1. I took a slightly different track from #375 just for simplicity. The pod is never uploaded and is used directly as a "Development Pod" so sources are technically never actually used.

I applied s.source = { path => '.' } is what Flutter uses and is technically accurate here as well.

Fixes #374, #375.

Test Plan

Automated tests were run on iOS.

Checklist