summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-14 05:23:17 -0700
committerFuwn <[email protected]>2025-06-14 05:23:17 -0700
commit423787d4195b5713aabf1979f62e4281b6e0928b (patch)
treed7b7f272d4f94cd6c01f3f96afd9689e5e4049ae
parentfeat: Development commit (diff)
downloadsora-testing-423787d4195b5713aabf1979f62e4281b6e0928b.tar.xz
sora-testing-423787d4195b5713aabf1979f62e4281b6e0928b.zip
feat: Development commit
-rw-r--r--.gitignore4
-rw-r--r--project.yml4
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&apos;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