Skip to content

Commit

Permalink
Move bugsnag pod back to shared module Gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Feb 14, 2024
1 parent 646d574 commit f9b13eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions iosApp/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
target 'iosApp' do
use_frameworks!
platform :ios, '15.0'

pod 'Bugsnag'
plugin 'cocoapods-bugsnag'

pod 'shared', :path => '../shared'

plugin 'cocoapods-bugsnag'
end
1 change: 1 addition & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ kotlin {
homepage = "https://github.com/msasikanth/rss_reader"
ios.deploymentTarget = "15.0"
podfile = project.file("../iosApp/Podfile")
pod("Bugsnag")

framework {
baseName = "shared"
Expand Down

0 comments on commit f9b13eb

Please sign in to comment.