Skip to content

Commit

Permalink
Merge pull request #2 from bmitchinson/capacitor-v6-upgrade
Browse files Browse the repository at this point in the history
upgrade to capacitor 6: tested on device
  • Loading branch information
bmitchinson authored Sep 2, 2024
2 parents 157ad43 + a493063 commit 27c0647
Show file tree
Hide file tree
Showing 6 changed files with 1,716 additions and 1,171 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ auto-generated categorization table. No login required.
- Use tinybase to store in sqlite
- Add sqlite backup / restore
- TestFlight
- Research OTA updates to the webapp instead of app updates
- Linting / formatting / bun
- CI/CD
- Linting / formatting
- Track spending within a paycheck (date range + target, "X left")
- Log these spending goals
- Pie graph of categories
Expand Down
1 change: 1 addition & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ capacitor-cordova-ios-plugins
# Generated Config files
App/App/capacitor.config.json
App/App/config.xml

24 changes: 12 additions & 12 deletions ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"images" : [
{
"filename" : "[email protected]",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
"images" : [
{
"filename" : "[email protected]",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
}
12 changes: 6 additions & 6 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Capacitor (5.7.4):
- Capacitor (6.1.2):
- CapacitorCordova
- CapacitorApp (5.0.7):
- CapacitorApp (6.0.1):
- Capacitor
- CapacitorCordova (5.7.4)
- CapacitorCordova (6.1.2)

DEPENDENCIES:
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
Expand All @@ -19,9 +19,9 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/ios"

SPEC CHECKSUMS:
Capacitor: 4fe9adf012caceb4c71ffea2f1f4d005cdcbeea7
CapacitorApp: 17fecd0e6cb23feafac7eb0939417389038b0979
CapacitorCordova: a6e87fccc0307dee7aec1560ec9398485f2b0ce7
Capacitor: 679f9673fdf30597493a6362a5d5bf233d46abc2
CapacitorApp: 0bc633b4eae40a1f32cd2834788fad3bc42da6a1
CapacitorCordova: f48c89f96c319101cd2f0ce8a2b7449b5fb8b3dd

PODFILE CHECKSUM: ff93f75dfd87608d4250c18084881dce75dc9690

Expand Down
Loading

0 comments on commit 27c0647

Please sign in to comment.