Skip to content

Commit

Permalink
Updated test upgrader_device_test.dart to handle the new isiOSAppOnMa…
Browse files Browse the repository at this point in the history
…c property for the iOS platform from changes in device_info_plus 11.2.0.
  • Loading branch information
larryaasen committed Dec 20, 2024
1 parent 76c8035 commit 2485e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/upgrader_device_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Map _iosInfo({required String baseOS}) {
'utsname': iosUtsnameMap,
'systemName': 'systemName',
'isPhysicalDevice': false,
'isiOSAppOnMac': false,
'systemVersion': baseOS,
'localizedModel': 'localizedModel',
'identifierForVendor': 'identifierForVendor',
Expand Down

0 comments on commit 2485e46

Please sign in to comment.