There was an error while loading. Please reload this page.
2 parents c44ee95 + ccd98be commit 5473747Copy full SHA for 5473747
1 file changed
Projects/App/Project.swift
@@ -27,6 +27,7 @@ let project = Project.makeAppModule(
27
sources: ["Sources/**"],
28
resources: ["Resources/**"],
29
infoPlist: .appInfoPlist,
30
+ entitlements: .file(path: "Bangawo.entitlements"),
31
schemes: [
32
// 테스트 플랜 스킴: 커스텀 구성명 사용 (.debug / .prod 중 택1)
33
Scheme.makeTestPlanScheme(target: .debug, name: Project.Environment.appName),
0 commit comments