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/Sora.plist +Info.plist Sora/Sora.entitlements # Other diff --git a/project.yml b/project.yml index d2e99fd..fcadbcb 100644 --- a/project.yml +++ b/project.yml @@ -80,7 +80,7 @@ targets: - package: NetworkImage - package: WaterfallGrid info: - path: Sora/Sora.plist # Sora/Info.plist + path: Info.plist properties: CFBundleIconFile: AppIcon.icns NSAppTransportSecurity: |