diff options
Diffstat (limited to 'project.yml')
| -rw-r--r-- | project.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |