diff --git a/app.json b/app.json index 6b48ad2..6fcf5d2 100644 --- a/app.json +++ b/app.json @@ -23,7 +23,9 @@ "**/*" ], "ios": { - "supportsTablet": true + "supportsTablet": false, + "icon": "./assets/icon-ios.png", + "bundleIdentifier": "tech.bauer.swimtracker" }, "description": "", "android": { diff --git a/assets/icon-ios.png b/assets/icon-ios.png new file mode 100644 index 0000000..f277f6a Binary files /dev/null and b/assets/icon-ios.png differ