Skip to content

Commit 1afa7bb

Browse files
authored
fix: remove references to inactive link (#3827)
1 parent aebf248 commit 1afa7bb

5 files changed

Lines changed: 0 additions & 20 deletions

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@
132132
<category android:name="android.intent.category.BROWSABLE" />
133133
<data android:scheme="https" android:host="pay.bbw.sv" />
134134
</intent-filter>
135-
<intent-filter>
136-
<action android:name="android.intent.action.VIEW" />
137-
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
138-
<category android:name="android.intent.category.DEFAULT" />
139-
<category android:name="android.intent.category.BROWSABLE" />
140-
<data android:scheme="https" android:host="pay.mainnet.galoy.io" />
141-
</intent-filter>
142135
</activity>
143136
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
144137

app/config/appinfo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const APP_STORE_LINK =
55
export const PLAY_STORE_LINK =
66
"https://play.google.com/store/apps/details?id=com.galoyapp"
77
export const PREFIX_LINKING = [
8-
"https://pay.mainnet.galoy.io",
98
"https://pay.bbw.sv",
109
"https://pay.blink.sv",
1110
"bitcoinbeach://",

ios/GaloyApp/GaloyApp.entitlements

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<key>com.apple.developer.associated-domains</key>
88
<array>
99
<string>applinks:pay.bbw.sv</string>
10-
<string>applinks:pay.mainnet.galoy.io</string>
1110
<string>applinks:pay.blink.sv</string>
1211
</array>
1312
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>

ios/GaloyApp/GaloyAppDebug.entitlements

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<key>com.apple.developer.associated-domains</key>
88
<array>
99
<string>applinks:pay.bbw.sv</string>
10-
<string>applinks:pay.mainnet.galoy.io</string>
1110
<string>applinks:pay.blink.sv</string>
1211
</array>
1312
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>

ios/GaloyApp/Info.plist

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@
5757
<string>pay.bbw.sv</string>
5858
</array>
5959
</dict>
60-
<dict>
61-
<key>CFBundleTypeRole</key>
62-
<string>Editor</string>
63-
<key>CFBundleURLName</key>
64-
<string>pay.mainnet.galoy.io</string>
65-
<key>CFBundleURLSchemes</key>
66-
<array>
67-
<string>pay.mainnet.galoy.io</string>
68-
</array>
69-
</dict>
7060
</array>
7161
<key>CFBundleVersion</key>
7262
<string>772</string>

0 commit comments

Comments
 (0)