- updated api for shop procuts, with lazy loading and proper structure - added loading indicator when user navigates to bottom indicator will be shown - Made shop product details view. - Added carousel with page indicator - added shadows to the images - added selection option for address - made address table dynamic - added pincode_serviceability_check_edd for checking the delivery date of the selected address.
46 lines
1.2 KiB
Plaintext
46 lines
1.2 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>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>audio</string>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|