From 423787d4195b5713aabf1979f62e4281b6e0928b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 14 Jun 2025 05:23:17 -0700 Subject: feat: Development commit --- .gitignore | 4 ++-- project.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a516ef7..f957345 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3