Implement bank transfer app flows

This commit is contained in:
2026-06-08 00:07:01 +05:00
parent 9b281d48a7
commit 160ef97e68
2 changed files with 32 additions and 14 deletions
+32
View File
@@ -0,0 +1,32 @@
# macOS
.DS_Store
# Xcode user state
xcuserdata/
*.xcuserstate
UserInterfaceState.xcuserstate
*.xcscmblueprint
# Build products and derived data
DerivedData/
build/
Build/
Products/
*.app
*.xctest
*.ipa
*.dSYM/
# Swift Package Manager
.build/
Package.resolved
# CocoaPods / Carthage
Pods/
Carthage/Build/
# Fastlane output
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output/
@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>Thijooree iOS.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>