Skip to content

Commit a419247

Browse files
authored
[Setting] appstore connect 누락 항목 수정
2 parents 99029c3 + 75ef8ed commit a419247

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)