Skip to content

Commit

Permalink
Merge pull request #31 from rengert/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
rengert authored Aug 17, 2024
2 parents 0b350b6 + 44f07e0 commit e8f00b7
Show file tree
Hide file tree
Showing 28 changed files with 6,473 additions and 5,264 deletions.
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

0 comments on commit e8f00b7

Please sign in to comment.