- Added the Forgot password otp send api. - Done the error handling and navigation for the same. - Added api for password updated. - Added necessary Checks for the password. - Fixed the versioning issue of the centered flow layout. Also fixed the errors, for the complex calculations , splitted the calculations to avoid crash.
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
<?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>API_KEY_ID</key>
|
|
<string>$(API_KEY_ID)</string>
|
|
<key>API_KEY_PASS</key>
|
|
<string>$(API_KEY_PASS)</string>
|
|
<key>STAGING_URL</key>
|
|
<string>$(STAGING_URL)</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>Exo2-Bold.ttf</string>
|
|
<string>Exo2-ExtraBold.ttf</string>
|
|
<string>Exo2-Medium.ttf</string>
|
|
<string>Exo2-Regular.ttf</string>
|
|
<string>Exo2-SemiBold.ttf</string>
|
|
<string>Exo2-Thin.ttf</string>
|
|
</array>
|
|
<key>UIApplicationSceneManifest</key>
|
|
<dict>
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
<false/>
|
|
<key>UISceneConfigurations</key>
|
|
<dict>
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
<array>
|
|
<dict>
|
|
<key>UISceneConfigurationName</key>
|
|
<string>Default Configuration</string>
|
|
<key>UISceneDelegateClassName</key>
|
|
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
|
|
<key>UISceneStoryboardFile</key>
|
|
<string>Main</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|