Skip to content

Commit c9d8d98

Browse files
Merge pull request #149 from smallcase/dhruv/updateLSApplicationSchemes
Update Info.plist to include additional LSApplicationQueriesSchemes a…
2 parents 3d31f44 + 1b9ae21 commit c9d8d98

File tree

1 file changed

+87
-49
lines changed
  • smart_investing_react_native/ios/smart_investing_react_native

1 file changed

+87
-49
lines changed
Lines changed: 87 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,90 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>CFBundleDevelopmentRegion</key>
6-
<string>en</string>
7-
<key>CFBundleDisplayName</key>
8-
<string>smart_investing_react_native</string>
9-
<key>CFBundleExecutable</key>
10-
<string>$(EXECUTABLE_NAME)</string>
11-
<key>CFBundleIdentifier</key>
12-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13-
<key>CFBundleInfoDictionaryVersion</key>
14-
<string>6.0</string>
15-
<key>CFBundleName</key>
16-
<string>$(PRODUCT_NAME)</string>
17-
<key>CFBundlePackageType</key>
18-
<string>APPL</string>
19-
<key>CFBundleShortVersionString</key>
20-
<string>$(MARKETING_VERSION)</string>
21-
<key>CFBundleSignature</key>
22-
<string>????</string>
23-
<key>CFBundleVersion</key>
24-
<string>$(CURRENT_PROJECT_VERSION)</string>
25-
<key>LSRequiresIPhoneOS</key>
26-
<true/>
27-
<key>NSAppTransportSecurity</key>
28-
<dict>
29-
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
30-
<key>NSAllowsArbitraryLoads</key>
31-
<false/>
32-
<key>NSAllowsLocalNetworking</key>
33-
<true/>
34-
</dict>
35-
<key>NSLocationWhenInUseUsageDescription</key>
36-
<string></string>
37-
<key>UILaunchStoryboardName</key>
38-
<string>LaunchScreen</string>
39-
<key>UIRequiredDeviceCapabilities</key>
40-
<array>
41-
<string>arm64</string>
42-
</array>
43-
<key>UISupportedInterfaceOrientations</key>
44-
<array>
45-
<string>UIInterfaceOrientationPortrait</string>
46-
<string>UIInterfaceOrientationLandscapeLeft</string>
47-
<string>UIInterfaceOrientationLandscapeRight</string>
48-
</array>
49-
<key>UIViewControllerBasedStatusBarAppearance</key>
50-
<false/>
51-
</dict>
52-
</plist>
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>smart_investing_react_native</string>
9+
<key>CFBundleExecutable</key>
10+
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>$(PRODUCT_NAME)</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>$(MARKETING_VERSION)</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>$(CURRENT_PROJECT_VERSION)</string>
25+
<key>LSApplicationQueriesSchemes</key>
26+
<array>
27+
<string>fbapi</string>
28+
<string>fb-messenger-share-api</string>
29+
<string>fbauth2</string>
30+
<string>fbshareextension</string>
31+
<string>kite</string>
32+
<string>whatsapp</string>
33+
<string>credpay</string>
34+
<string>phonepe</string>
35+
<string>paytmmp</string>
36+
<string>tez</string>
37+
<string>paytm</string>
38+
<string>bhim</string>
39+
<string>devtools</string>
40+
<string>myairtel</string>
41+
<string>slice-upi</string>
42+
<string>cydia</string>
43+
<string>gpay</string>
44+
<string>upi</string>
45+
<string>lotza</string>
46+
<string>mobikwik</string>
47+
<string>ppe</string>
48+
<string>cugext</string>
49+
<string>amazonpay</string>
50+
<string>kiwi</string>
51+
<string>navipay</string>
52+
<string>tatadigital</string>
53+
<string>popclubapp</string>
54+
<string>super</string>
55+
<string>postpe</string>
56+
<string>jupiter</string>
57+
<string>hdfcbanknb</string>
58+
<string>aunb</string>
59+
<string>imobileappnb</string>
60+
<string>simplypayupi</string>
61+
<string>tnupi</string>
62+
</array>
63+
<key>LSRequiresIPhoneOS</key>
64+
<true />
65+
<key>NSAppTransportSecurity</key>
66+
<dict>
67+
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
68+
<key>NSAllowsArbitraryLoads</key>
69+
<false />
70+
<key>NSAllowsLocalNetworking</key>
71+
<true />
72+
</dict>
73+
<key>NSLocationWhenInUseUsageDescription</key>
74+
<string />
75+
<key>UILaunchStoryboardName</key>
76+
<string>LaunchScreen</string>
77+
<key>UIRequiredDeviceCapabilities</key>
78+
<array>
79+
<string>arm64</string>
80+
</array>
81+
<key>UISupportedInterfaceOrientations</key>
82+
<array>
83+
<string>UIInterfaceOrientationPortrait</string>
84+
<string>UIInterfaceOrientationLandscapeLeft</string>
85+
<string>UIInterfaceOrientationLandscapeRight</string>
86+
</array>
87+
<key>UIViewControllerBasedStatusBarAppearance</key>
88+
<false />
89+
</dict>
90+
</plist>

0 commit comments

Comments
 (0)