Skip to content

Commit f4008db

Browse files
Adds macOS privacy manifest to the podspec (Baseflow#1660)
1 parent df61d4c commit f4008db

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

geolocator_apple/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.11
2+
3+
* Adds privacy manifest for macOS to the podspec.
4+
15
## 2.3.10
26

37
* Updated dart sdk to sdk: `^3.5.0`

geolocator_apple/macos/geolocator_apple.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ Pod::Spec.new do |s|
1818
s.dependency 'FlutterMacOS'
1919
s.platform = :osx, '10.11'
2020
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
21+
s.resource_bundles = {'geolocator_apple_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
22+
2123
end

geolocator_apple/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator_apple
22
description: Geolocation Apple plugin for Flutter. This plugin provides the Apple implementation for the geolocator.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_apple
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 2.3.10
5+
version: 2.3.11
66

77
environment:
88
sdk: ^3.5.0

0 commit comments

Comments
 (0)