We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99029c3 + 75ef8ed commit a419247Copy full SHA for a419247
Neki-iOS/Info.plist
@@ -36,6 +36,12 @@
36
</array>
37
<key>NMFNcpKeyId</key>
38
<string>$(NAVER_MAPS_CLIENT_ID)</string>
39
+ <key>NSCameraUsageDescription</key>
40
+ <string>$(CAMERA_USAGE_DESCRIPTION)</string>
41
+ <key>NSLocationWhenInUseUsageDescription</key>
42
+ <string>$(LOCATION_USAGE_DESCRIPTION)</string>
43
+ <key>NSPhotoLibraryAddUsageDescription</key>
44
+ <string>$(PHOTO_LIBRARY_USAGE_DESCRIPTION)</string>
45
<key>NSAppTransportSecurity</key>
46
<dict>
47
<key>NSExceptionDomains</key>
0 commit comments