Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTartuf0 committed Mar 17, 2024
1 parent 5e21035 commit 5ca5f9b
Show file tree
Hide file tree
Showing 34 changed files with 4,546 additions and 8,794 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# led-wall web-app ✨
![my-home-gym-kilter-board-homewall-fullride-10x12-adjustable-v0-lf4tjudvbya91](https://github.com/MrTartuf0/led-wall/assets/79630556/270c21b5-bd0e-4841-a13f-d5737e556b3b)

# Nuxt 3 Minimal Starter

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply plugin: 'com.android.application'

android {
namespace "io.ionic.starter"
namespace "nuxt.app"
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "io.ionic.starter"
applicationId "nuxt.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.ionic.starter;
package nuxt.app;

import com.getcapacitor.BridgeActivity;

Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<resources>
<string name="app_name">nuxt-app</string>
<string name="title_activity_main">nuxt-app</string>
<string name="package_name">io.ionic.starter</string>
<string name="custom_url_scheme">io.ionic.starter</string>
<string name="package_name">nuxt.app</string>
<string name="custom_url_scheme">nuxt.app</string>
</resources>
5 changes: 5 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<template>
<ion-app>
<ion-router-outlet />
</ion-app>
</template>
2 changes: 1 addition & 1 deletion capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"appId": "io.ionic.starter",
"appId": "nuxt.app",
"appName": "nuxt-app",
"webDir": "dist",
"server": {
Expand Down
13 changes: 0 additions & 13 deletions ios/.gitignore

This file was deleted.

Loading

0 comments on commit 5ca5f9b

Please sign in to comment.