mirror of
https://github.com/tooot-app/app
synced 2024-12-26 17:32:26 +01:00
Fix Sentry token warning
This commit is contained in:
parent
660ddfc6ac
commit
8d8707cc39
3
ios/sentry.properties
Normal file
3
ios/sentry.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
defaults.url=https://sentry.io/
|
||||||
|
defaults.org=tooot
|
||||||
|
defaults.project=app
|
@ -11,8 +11,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
"android": "react-native run-android",
|
"android": "react-native run-android",
|
||||||
"iphone": "react-native run-ios",
|
"iphone": "react-native run-ios --simulator 'iPhone 14 Pro'",
|
||||||
"ipad": "react-native run-ios --simulator 'iPad mini (6th generation)'",
|
"ipad": "react-native run-ios --simulator 'iPad Pro (11-inch) (3rd generation)'",
|
||||||
"app:build": "bundle exec fastlane",
|
"app:build": "bundle exec fastlane",
|
||||||
"clean": "react-native-clean-project",
|
"clean": "react-native-clean-project",
|
||||||
"postinstall": "patch-package"
|
"postinstall": "patch-package"
|
||||||
|
Loading…
Reference in New Issue
Block a user