This commit is contained in:
Overtorment 2018-10-06 02:37:12 +01:00
parent fff08141d2
commit 9da71cfd5a
2 changed files with 2 additions and 3 deletions

1
App.js
View File

@ -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();

View File

@ -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 @@
] ]
} }
} }
} }