Skip to content

Commit

Permalink
Add entitlements file
Browse files Browse the repository at this point in the history
  • Loading branch information
sampettersson committed Jun 26, 2020
1 parent 03e40d6 commit 166d7a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ let project = Project(
infoPlist: "Config/Test/Info.plist",
sources: ["Sources/**"],
resources: ["Resources/**", "Config/Test/Resources/**"],
entitlements: "Config/Test/Ugglan.entitlements",
actions: targetActions,
dependencies: appDependencies,
settings: Settings(configurations: ugglanConfigurations)
Expand Down Expand Up @@ -84,6 +85,7 @@ let project = Project(
infoPlist: "Config/Production/Info.plist",
sources: ["Sources/**"],
resources: ["Resources/**", "Config/Production/Resources/**"],
entitlements: "Config/Production/Hedvig.entitlements",
actions: targetActions,
dependencies: appDependencies,
settings: Settings(configurations: hedvigConfigurations)
Expand Down

0 comments on commit 166d7a8

Please sign in to comment.