Skip to content

Commit

Permalink
Merge pull request #14 from oracle-samples/podspec_patch
Browse files Browse the repository at this point in the history
Update pushiomanager_flutter.podspec
  • Loading branch information
neerhaj authored Feb 20, 2024
2 parents b0e031c + 604de87 commit f0b4ce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/pushiomanager_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Pod::Spec.new do |s|
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.platform = :ios, '12.0'
s.preserve_paths = 'PushIOManager/PushIOManager.xcframework'
s.preserve_paths = 'PushIOManager.xcframework'
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework PushIOManager -ObjC' }
s.vendored_frameworks = 'PushIOManager/PushIOManager.xcframework'
s.preserve_paths = "PushIOManager/PushIOManager.xcframework/**/*"
s.vendored_frameworks = 'PushIOManager.xcframework'
s.preserve_paths = "PushIOManager.xcframework/**/*"
s.libraries = 'sqlite3'
s.frameworks = 'UserNotifications', 'CoreLocation', 'Foundation', 'UIKit'
s.ios.frameworks = 'WebKit'
Expand Down

0 comments on commit f0b4ce8

Please sign in to comment.