Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature/#355] 웹뷰에서 카메라 접근 시 핸들링 #356

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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