Skip to content

Commit

Permalink
Fixed Cocoapods Platform for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brototyp committed Jul 1, 2023
1 parent c7809bb commit 2d59a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ end

target 'MatomoTrackerTests' do
use_frameworks!
platform :osx, '13.0'
platform :ios, '13.0'
inhibit_all_warnings!
project 'MatomoTracker'
workspace 'MatomoTracker'
Expand Down

0 comments on commit 2d59a41

Please sign in to comment.