Skip to content

Commit

Permalink
feat: NSCameraUsageDescription 권한 요청 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JongHoooon committed Nov 9, 2024
1 parent 7c03dca commit 71c8293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public extension InfoPlist {
"UIInterfaceOrientationPortrait"
],
"NSContactsUsageDescription": "매칭 차단 기능을 위해 연락처가 필요합니다. 허용하시면 연락처가 서버에 업로드됩니다.",
"NSCameraUsageDescription": "카메라는 자기소개 사진을 찍기 위해 사용됩니다.",
"BASE_URL": "$(BASE_URL)",
"WEB_VIEW_BASE_URL": "$(WEB_VIEW_BASE_URL)",
"WEB_VIEW_MESSAGE_HANDLER_DEFAULT_NAME": "$(WEB_VIEW_MESSAGE_HANDLER_DEFAULT_NAME)",
Expand Down Expand Up @@ -52,6 +53,7 @@ public extension InfoPlist {
"UIInterfaceOrientationPortrait"
],
"NSContactsUsageDescription": "매칭 차단 기능을 위해 연락처가 필요합니다. 허용하시면 연락처가 서버에 업로드됩니다.",
"NSCameraUsageDescription": "카메라는 자기소개 사진을 찍기 위해 사용됩니다.",
"BASE_URL": "$(BASE_URL)",
"WEB_VIEW_BASE_URL": "$(WEB_VIEW_BASE_URL)",
"WEB_VIEW_MESSAGE_HANDLER_DEFAULT_NAME": "$(WEB_VIEW_MESSAGE_HANDLER_DEFAULT_NAME)",
Expand Down

0 comments on commit 71c8293

Please sign in to comment.