diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | project.yml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Xcode *.xcodeproj/* build/ -Sora/Resources/Info.plist +Sora/Resources/Info.generated.plist Sora/Resources/Sora.entitlements # Other diff --git a/project.yml b/project.yml index 3a7030e..f4d50a0 100644 --- a/project.yml +++ b/project.yml @@ -76,7 +76,7 @@ targets: - package: NetworkImage - package: WaterfallGrid info: - path: Sora/Resources/Info.plist + path: Sora/Resources/Info.generated.plist properties: CFBundleIconFile: AppIcon.icns NSAppTransportSecurity: |