mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
REL
This commit is contained in:
parent
fff08141d2
commit
9da71cfd5a
1
App.js
1
App.js
@ -9,7 +9,6 @@ import About from './screen/settings/about';
|
|||||||
import PlausibleDeniability from './screen/plausibledeniability';
|
import PlausibleDeniability from './screen/plausibledeniability';
|
||||||
import Sentry from 'sentry-expo';
|
import Sentry from 'sentry-expo';
|
||||||
|
|
||||||
|
|
||||||
Sentry.enableInExpoDevelopment = true; // TODO: Remove this once Sentry is correctly setup.
|
Sentry.enableInExpoDevelopment = true; // TODO: Remove this once Sentry is correctly setup.
|
||||||
Sentry.config('https://23377936131848ca8003448a893cb622@sentry.io/1295736').install();
|
Sentry.config('https://23377936131848ca8003448a893cb622@sentry.io/1295736').install();
|
||||||
|
|
||||||
|
4
app.json
4
app.json
@ -7,7 +7,7 @@
|
|||||||
"ios"
|
"ios"
|
||||||
],
|
],
|
||||||
"ios": {
|
"ios": {
|
||||||
"buildNumber": "90",
|
"buildNumber": "91",
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "io.bluewallet.bluewallet",
|
"bundleIdentifier": "io.bluewallet.bluewallet",
|
||||||
"infoPlist": {
|
"infoPlist": {
|
||||||
@ -53,4 +53,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user