feat(ios): Add AppGroupId for app and share extension

This commit is contained in:
cogwheel
2026-02-12 11:39:45 +08:00
parent d3e04dbd46
commit cd536ff8f2
2 changed files with 4 additions and 3 deletions

View File

@@ -64,6 +64,8 @@
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string> <string>$(FLUTTER_BUILD_NUMBER)</string>
<key>AppGroupId</key>
<string>group.app.cogwheel.conduit</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>

View File

@@ -4,9 +4,8 @@
<dict> <dict>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Ask Conduit</string> <string>Ask Conduit</string>
<!-- Uncomment below lines if you want to use a custom group id rather than the default. Set it in Build Settings -> User-Defined --> <key>AppGroupId</key>
<!-- <key>AppGroupId</key> <string>group.app.cogwheel.conduit</string>
<string>$(CUSTOM_GROUP_ID)</string> -->
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string> <string>$(FLUTTER_BUILD_NUMBER)</string>