File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.9
2
+
3
+ * Adds privacy manifest for macOS.
4
+
1
5
## 2.3.8+1
2
6
3
7
* HOT FIX: Adds back implementation of the ` stopListening ` method in the ` GeolocationHandler.m ` file.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >NSPrivacyTrackingDomains</key >
6
+ <array />
7
+ <key >NSPrivacyAccessedAPITypes</key >
8
+ <array />
9
+ <key >NSPrivacyCollectedDataTypes</key >
10
+ <array />
11
+ <key >NSPrivacyTracking</key >
12
+ <false />
13
+ </dict >
14
+ </plist >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: geolocator_apple
2
2
description : Geolocation Apple plugin for Flutter. This plugin provides the Apple implementation for the geolocator.
3
3
repository : https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_apple
4
4
issue_tracker : https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5
- version : 2.3.8+1
5
+ version : 2.3.9
6
6
7
7
environment :
8
8
sdk : " >=2.15.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments