Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions nativephp.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO",
"android.permission.FOREGROUND_SERVICE",
"android.permission.FOREGROUND_SERVICE_SHORT_SERVICE"
"android.permission.FOREGROUND_SERVICE_SHORT_SERVICE",
"android.permission.ACCESS_MEDIA_LOCATION"
],
"dependencies": {
"implementation": []
"implementation": [
"androidx.exifinterface:exifinterface:1.3.7"
]
},
"services": [
{
Expand All @@ -44,7 +47,8 @@
"info_plist": {
"NSCameraUsageDescription": "This app requires camera access to take photos and videos.",
"NSMicrophoneUsageDescription": "This app requires microphone access to record video with audio.",
"NSPhotoLibraryUsageDescription": "This app requires photo library access to select media."
"NSPhotoLibraryUsageDescription": "This app requires photo library access to select media.",
"NSLocationWhenInUseUsageDescription": "This app uses your location to tag photos with the place they were taken."
},
"dependencies": {
"swift_packages": [],
Expand Down
Loading