Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlauskis committed Nov 19, 2024
1 parent 4942f68 commit aa69535
Show file tree
Hide file tree
Showing 15 changed files with 2,314 additions and 3,811 deletions.
3 changes: 0 additions & 3 deletions android/.idea/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions android/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions android/app/src/main/res/xml/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />

<feature name="LaunchReview">
<param name="android-package" value="uk.co.workingedge.phonegap.plugin.LaunchReview"/>
</feature>

<feature name="Device">
<param name="android-package" value="org.apache.cordova.device.Device"/>
</feature>

<feature name="SQLitePlugin">
<param name="android-package" value="io.sqlc.SQLitePlugin"/>
</feature>
Expand Down
18 changes: 17 additions & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,21 @@
"appName": "ButterflyCount",
"npmClient": "npm",
"webDir": "build",
"cordova": {}
"cordova": {},
"packageClassList": [
"BackgroundGeolocation",
"AppPlugin",
"CAPCameraPlugin",
"DevicePlugin",
"FilesystemPlugin",
"GeolocationPlugin",
"HapticsPlugin",
"KeyboardPlugin",
"CAPNetworkPlugin",
"PushNotificationsPlugin",
"SplashScreenPlugin",
"StatusBarPlugin",
"SentryCapacitor",
"CDVPlugin"
]
}
8 changes: 0 additions & 8 deletions ios/App/App/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />

<feature name="LaunchReview">
<param name="ios-package" value="LaunchReview"/>
</feature>

<feature name="Device">
<param name="ios-package" value="CDVDevice"/>
</feature>

<feature name="SQLitePlugin">
<param name="ios-package" value="SQLitePlugin"/>
</feature>
Expand Down
6 changes: 3 additions & 3 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- CapacitorCordova
- CapacitorApp (6.0.1):
- Capacitor
- CapacitorCamera (6.0.2):
- CapacitorCamera (6.1.0):
- Capacitor
- CapacitorCommunityBackgroundGeolocation (0.0.1):
- Capacitor
Expand Down Expand Up @@ -95,7 +95,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Capacitor: 679f9673fdf30597493a6362a5d5bf233d46abc2
CapacitorApp: 0bc633b4eae40a1f32cd2834788fad3bc42da6a1
CapacitorCamera: ed022171dbf3853e68eec877b4d78995378af6b7
CapacitorCamera: 81ce64062cd82b82cc75a79616fda4bd09d7f643
CapacitorCommunityBackgroundGeolocation: 6f26f4290377dbd1d6dec21e62cb66f008f61ec7
CapacitorCordova: f48c89f96c319101cd2f0ce8a2b7449b5fb8b3dd
CapacitorDevice: 7097a1deb4224b77fd13a6e60a355d0062a5d772
Expand All @@ -107,7 +107,7 @@ SPEC CHECKSUMS:
CapacitorPushNotifications: ccd797926c030acad3d5498ef452c735c90a2c89
CapacitorSplashScreen: 250df9ef8014fac5c7c1fd231f0f8b1d8f0b5624
CapacitorStatusBar: b81d4fb5d4e0064c712018071b3ab4b810b39a63
CordovaPlugins: 1ecb0a9358379ed0b7ce1f1da648e6576d5e6d00
CordovaPlugins: bdb52b4007b696d6c1f9b65836de68112b715c67
Sentry: ebc12276bd17613a114ab359074096b6b3725203
SentryCapacitor: eab7128c7c9558bfca219d1d11dd7aed74b1a01f
SentryPrivate: d651efb234cf385ec9a1cdd3eff94b5e78a0e0fe
Expand Down
Loading

0 comments on commit aa69535

Please sign in to comment.