Skip to content

Commit

Permalink
šŸ§¹ Remove dependency overrides for release of datadog_webview_trackingā€¦
Browse files Browse the repository at this point in the history
ā€¦ 1.0.0.
  • Loading branch information
fuzzybinary committed Mar 31, 2023
1 parent 18bbfe8 commit 5389e31
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions packages/datadog_webview_tracking/example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ target 'Runner' do

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

# Datadog Pod Overrides
pod 'DatadogSDK', :git => 'https://github.com/DataDog/dd-sdk-ios', :branch => 'develop'
pod 'DatadogSDKCrashReporting', :git => 'https://github.com/DataDog/dd-sdk-ios', :branch => 'develop'
# End Datadog Pod Overrides

target 'datadog_webview_tracking_tests' do
inherit! :search_paths
Expand Down
3 changes: 0 additions & 3 deletions packages/datadog_webview_tracking/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ flutter:
assets:
- .env

dependency_overrides:
datadog_flutter_plugin:
path: ../../datadog_flutter_plugin
3 changes: 0 additions & 3 deletions packages/datadog_webview_tracking/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ flutter:
ios:
pluginClass: DatadogWebViewTrackingPlugin

dependency_overrides:
datadog_flutter_plugin:
path: ../datadog_flutter_plugin

0 comments on commit 5389e31

Please sign in to comment.