File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.11
2
+
3
+ * Adds privacy manifest for macOS to the podspec.
4
+
1
5
## 2.3.10
2
6
3
7
* Updated dart sdk to sdk: ` ^3.5.0 `
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ Pod::Spec.new do |s|
18
18
s . dependency 'FlutterMacOS'
19
19
s . platform = :osx , '10.11'
20
20
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
21
+ s . resource_bundles = { 'geolocator_apple_privacy' => [ 'Resources/PrivacyInfo.xcprivacy' ] }
22
+
21
23
end
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.10
5
+ version : 2.3.11
6
6
7
7
environment :
8
8
sdk : ^3.5.0
You can’t perform that action at this time.
0 commit comments