Skip to content

Commit 87d06dc

Browse files
committed
[Chore] 누락된 info 항목 수정
1 parent bc4c7df commit 87d06dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Neki-iOS/Info.plist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
</array>
3737
<key>NMFNcpKeyId</key>
3838
<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>
3945
<key>NSAppTransportSecurity</key>
4046
<dict>
4147
<key>NSExceptionDomains</key>

0 commit comments

Comments
 (0)