Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #31

Merged
merged 23 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100

[*.ts]
quote_type = single
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SolarStriker ist ein kleiner Shooter, welche mich an ein Spiel auf dem Gameboy erinnert.

[Spielen / Try it](https://rengert.github.io/solar-striker/)
[Spielen / Try it](https://rengert.github.io/solar-striker/browser)

## Lokal ausführen

Expand Down
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
],
"analytics": false
},
"schematics": {
"@angular-eslint/schematics:application": {
Expand Down
5 changes: 4 additions & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"layoutName": "LaunchScreen",
"useDialog": true
}
}
},
"packageClassList": [
"SplashScreenPlugin"
]
}
14 changes: 7 additions & 7 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Capacitor (5.7.0):
- Capacitor (6.1.2):
- CapacitorCordova
- CapacitorCordova (5.7.0)
- CapacitorSplashScreen (5.0.7):
- CapacitorCordova (6.1.2)
- CapacitorSplashScreen (6.0.2):
- Capacitor

DEPENDENCIES:
Expand All @@ -19,10 +19,10 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/splash-screen"

SPEC CHECKSUMS:
Capacitor: fc155ee2ee45a2093d716f13cf5aa5a865e2d85a
CapacitorCordova: e825fce1a2e14e4b5730641c7e098dccf74397b7
CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242
Capacitor: 679f9673fdf30597493a6362a5d5bf233d46abc2
CapacitorCordova: f48c89f96c319101cd2f0ce8a2b7449b5fb8b3dd
CapacitorSplashScreen: 250df9ef8014fac5c7c1fd231f0f8b1d8f0b5624

PODFILE CHECKSUM: f335af037f3993fa7c4aaec9ad935feb22d428fc

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
Loading
Loading