chore(ios): fix build settings

This commit is contained in:
2026-05-15 14:12:38 +03:00
parent c944ec5140
commit 28f8a269f8
3 changed files with 15 additions and 2 deletions

View File

@@ -756,7 +756,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = dev.casraf.pantry.Share;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Pantry Distribution";
PROVISIONING_PROFILE_SPECIFIER = "Pantry Share Distribution";
SKIP_INSTALL = YES;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES;

View File

@@ -86,6 +86,8 @@
<false/>
<key>NSCameraUsageDescription</key>
<string>Pantry needs access to the camera so you can take photos and upload them to your photo board.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Pantry needs access to your photo library so you can pick existing photos and upload them to your photo board.</string>
<key>AppGroupId</key>
<string>group.dev.casraf.pantry</string>
<key>CFBundleURLTypes</key>

View File

@@ -7,7 +7,18 @@
<key>NSExtensionAttributes</key>
<dict>
<key>NSExtensionActivationRule</key>
<string>TRUEPREDICATE</string>
<dict>
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
<integer>20</integer>
<key>NSExtensionActivationSupportsMovieWithMaxCount</key>
<integer>5</integer>
<key>NSExtensionActivationSupportsText</key>
<true/>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>5</integer>
<key>NSExtensionActivationSupportsFileWithMaxCount</key>
<integer>10</integer>
</dict>
</dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>