Setup scheme to work correctly with shortened product name

This commit is contained in:
Lei Nelissen
2020-08-25 23:33:56 +02:00
parent be40d8a404
commit edce0329cf
8 changed files with 12 additions and 167 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios": "react-native run-ios --scheme \"Jellyfin Player\"",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",