Skip to content

Commit 5473747

Browse files
authored
[FIX]: 애플 로그인 권한 설정 연결
[FIX]: 애플 로그인 권한 설정 연결
2 parents c44ee95 + ccd98be commit 5473747

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Projects/App/Project.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ let project = Project.makeAppModule(
2727
sources: ["Sources/**"],
2828
resources: ["Resources/**"],
2929
infoPlist: .appInfoPlist,
30+
entitlements: .file(path: "Bangawo.entitlements"),
3031
schemes: [
3132
// 테스트 플랜 스킴: 커스텀 구성명 사용 (.debug / .prod 중 택1)
3233
Scheme.makeTestPlanScheme(target: .debug, name: Project.Environment.appName),

0 commit comments

Comments
 (0)