ios developアップロード用変更
This commit is contained in:
parent
517bcc3cea
commit
9072280b39
2
Apps.js
2
Apps.js
@ -26,7 +26,7 @@ export function AppContainer() {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
const [fontLoaded, error] = useFonts({
|
const [fontLoaded, error] = useFonts({
|
||||||
"JR-Nishi": require("./assets/fonts/西日本方向幕ロゴ.otf"),
|
"JR-Nishi": require("./assets/fonts/jr-nishi.otf"),
|
||||||
"Zou": require("./assets/fonts/DelaGothicOne-Regular.ttf"),
|
"Zou": require("./assets/fonts/DelaGothicOne-Regular.ttf"),
|
||||||
});
|
});
|
||||||
return (
|
return (
|
||||||
|
2
app.json
2
app.json
@ -50,7 +50,7 @@
|
|||||||
},
|
},
|
||||||
"assetBundlePatterns": ["**/*"],
|
"assetBundlePatterns": ["**/*"],
|
||||||
"ios": {
|
"ios": {
|
||||||
"buildNumber": "38",
|
"buildNumber": "39",
|
||||||
"supportsTablet": false,
|
"supportsTablet": false,
|
||||||
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
||||||
"config": {
|
"config": {
|
||||||
|
Loading…
Reference in New Issue
Block a user