chore: update Fastlane configuration for Android and iOS

- Added functionality to write changelog links for Android releases in Fastfile.
- Updated iOS Fastfile to generate release notes with the new version link.
- Modified Info.plist to include encryption declaration.
This commit is contained in:
cogwheel0
2025-10-17 01:27:23 +05:30
parent 54f5a3e7da
commit c6acfa68e1
6 changed files with 70 additions and 5 deletions

View File

@@ -97,5 +97,8 @@
<array>
<string>app.cogwheel.conduit.refresh</string>
</array>
<!-- Encryption Declaration -->
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>