Skip to content

Commit c29b595

Browse files
added android build with ionic capacitor
1 parent 282679c commit c29b595

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ yarn-error.log*
3333
.env
3434
.env.development
3535
.env.production
36-
.env.test
36+
.env.test
37+
38+
/android
39+
/ios

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Ionic App</title>
5+
<title>SuperTube</title>
66

77
<base href="/" />
88

@@ -19,8 +19,8 @@
1919
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
2020

2121
<!-- add to homescreen for ios -->
22-
<meta name="apple-mobile-web-app-capable" content="yes" />
23-
<meta name="apple-mobile-web-app-title" content="Ionic App" />
22+
<meta name="mobile-web-app-capable" content="yes" />
23+
<meta name="apple-mobile-web-app-title" content="SuperTube" />
2424
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
2525
</head>
2626
<body>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"fetch-youtube": "npx dotenvx run -- node fetch-youtube.js"
1616
},
1717
"dependencies": {
18+
"@capacitor/android": "7.2.0",
1819
"@capacitor/app": "7.0.1",
1920
"@capacitor/core": "7.2.0",
2021
"@capacitor/haptics": "7.0.1",

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)