diff options
| author | Fuwn <[email protected]> | 2025-06-14 05:23:17 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-14 05:23:17 -0700 |
| commit | 423787d4195b5713aabf1979f62e4281b6e0928b (patch) | |
| tree | d7b7f272d4f94cd6c01f3f96afd9689e5e4049ae | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-423787d4195b5713aabf1979f62e4281b6e0928b.tar.xz sora-testing-423787d4195b5713aabf1979f62e4281b6e0928b.zip | |
feat: Development commit
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | project.yml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ # Xcode *.xcodeproj/* build/ -Info.plist -Sora/Sora.entitlements +Sora/Resources/Info.plist +Sora/Resources/Sora.entitlements # Other .DS_Store diff --git a/project.yml b/project.yml index 8b62b41..3a7030e 100644 --- a/project.yml +++ b/project.yml @@ -76,7 +76,7 @@ targets: - package: NetworkImage - package: WaterfallGrid info: - path: Info.plist + path: Sora/Resources/Info.plist properties: CFBundleIconFile: AppIcon.icns NSAppTransportSecurity: @@ -84,7 +84,7 @@ targets: NSPhotoLibraryAddUsageDescription: Sora must be able to access permissions to write photos to the user's photo library to use the image-saving feature. NSUserNotificationsUsageDescription: Sora must be able to access permissions to inform users of successful saved image operations. entitlements: - path: Sora/Sora.entitlements + path: Sora/Resources/Sora.entitlements properties: com.apple.developer.ubiquity-kvstore-identifier: $(TeamIdentifierPrefix)$(CFBundleIdentifier) com.apple.security.app-sandbox: true |