second commit

This commit is contained in:
Anbarasu
2026-05-27 11:45:53 +05:30
parent 6d59c8daf6
commit 1197cfc161
9 changed files with 556 additions and 370 deletions

View File

@@ -34,6 +34,27 @@
<string>Required for voice-based payment authentication</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Required to upload payment screenshots</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<key>UISceneConfigurations</key>
<dict>
<key>UIWindowSceneSessionRoleApplication</key>
<array>
<dict>
<key>UISceneClassName</key>
<string>UIWindowScene</string>
<key>UISceneConfigurationName</key>
<string>flutter</string>
<key>UISceneDelegateClassName</key>
<string>FlutterSceneDelegate</string>
<key>UISceneStoryboardFile</key>
<string>Main</string>
</dict>
</array>
</dict>
</dict>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UILaunchStoryboardName</key>