From 1b9ae216ef1ba6e2994ebc64399cd0ba42624662 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Mon, 9 Feb 2026 16:05:07 +0530 Subject: [PATCH] Update Info.plist to include additional LSApplicationQueriesSchemes and improve app transport security settings --- .../smart_investing_react_native/Info.plist | 136 +++++++++++------- 1 file changed, 87 insertions(+), 49 deletions(-) diff --git a/smart_investing_react_native/ios/smart_investing_react_native/Info.plist b/smart_investing_react_native/ios/smart_investing_react_native/Info.plist index 3a1d2699..a6e8a4ca 100644 --- a/smart_investing_react_native/ios/smart_investing_react_native/Info.plist +++ b/smart_investing_react_native/ios/smart_investing_react_native/Info.plist @@ -1,52 +1,90 @@ - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - smart_investing_react_native - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - $(MARKETING_VERSION) - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - LSRequiresIPhoneOS - - NSAppTransportSecurity - - - NSAllowsArbitraryLoads - - NSAllowsLocalNetworking - - - NSLocationWhenInUseUsageDescription - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - - + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + smart_investing_react_native + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSApplicationQueriesSchemes + + fbapi + fb-messenger-share-api + fbauth2 + fbshareextension + kite + whatsapp + credpay + phonepe + paytmmp + tez + paytm + bhim + devtools + myairtel + slice-upi + cydia + gpay + upi + lotza + mobikwik + ppe + cugext + amazonpay + kiwi + navipay + tatadigital + popclubapp + super + postpe + jupiter + hdfcbanknb + aunb + imobileappnb + simplypayupi + tnupi + + LSRequiresIPhoneOS + + NSAppTransportSecurity + + + NSAllowsArbitraryLoads + + NSAllowsLocalNetworking + + + NSLocationWhenInUseUsageDescription + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + arm64 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + + \ No newline at end of file