Skip to content

Commit e40afb7

Browse files
committed
fix/#128 :: 이미지 저장 권한 추가
1 parent e5f6beb commit e40afb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PhotoGether/PhotoGether/Resource/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSPhotoLibraryAddUsageDescription</key>
6+
<string>사진을 앨범에 저장하려면 접근 권한이 필요합니다.</string>
7+
<key>NSPhotoLibraryUsageDescription</key>
8+
<string>사진 앱에 대한 접근 권한이 필요합니다.</string>
59
<key>NSCameraUsageDescription</key>
610
<string>$(PRODUCT_NAME) 카메라 권한이 필요합니다.</string>
711
<key>NSMicrophoneUsageDescription</key>

0 commit comments

Comments
 (0)