Skip to content

Commit 46a3ce2

Browse files
Fixed github comment
1 parent 008d515 commit 46a3ce2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

example/ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ post_install do |installer|
4242
'$(inherited)',
4343
## dart: PermissionGroup.notification
4444
'PERMISSION_NOTIFICATIONS=1',
45+
46+
## dart: [PermissionGroup.location, PermissionGroup.locationAlways, PermissionGroup.locationWhenInUse]
47+
'PERMISSION_LOCATION=1',
4548
]
4649
end
4750
end

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ SPEC CHECKSUMS:
3535
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
3636
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
3737

38-
PODFILE CHECKSUM: 63e7f18f432a67ba8fa28a2267b41a55af316244
38+
PODFILE CHECKSUM: 6a4266d3330aac6015429d2c0649a19605e68838
3939

4040
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)