Skip to content

Commit

Permalink
Update: 위치 권한 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Minny27 committed Feb 20, 2024
1 parent a73d412 commit 7ca80f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ final class BaseProjectFactory: ProjectFactory {
]
],
"App Transport Security Settings": ["Allow Arbitrary Loads": true],
"Privacy - Photo Library Additions Usage Description": "프로필 사진 촬영을 위해서 권한 설정",
"Privacy - Photo Library Additions Usage Description": "프로필 사진 촬영을 위한 권한 설정",
"NSLocationWhenInUseUsageDescription": "앱 사용 중 위치 정보 수집을 위한 권한 설정",
"NSAppTransportSecurity": ["NSAllowsArbitraryLoads": true],
"UIAppFonts": [
"Item 0": "SpoqaHanSansNeo-Bold.ttf",
Expand Down

0 comments on commit 7ca80f8

Please sign in to comment.