diff options
| author | Fuwn <[email protected]> | 2025-06-11 19:16:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-11 19:16:08 -0700 |
| commit | 7985b36265159f5c02df306545740c61bce216dd (patch) | |
| tree | fef853d12cc2f3cf352527ed289da37489b62801 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-7985b36265159f5c02df306545740c61bce216dd.tar.xz sora-testing-7985b36265159f5c02df306545740c61bce216dd.zip | |
feat: Development commit
| -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: |