Skip to content

Commit

Permalink
Cap sync after sqlite removal
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 29, 2024
1 parent 459a3d0 commit 3c5482a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 35 deletions.
1 change: 0 additions & 1 deletion IsraelHiking.Web/android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-community-keep-awake')
implementation project(':capacitor-community-screen-brightness')
implementation project(':capacitor-community-sqlite')
implementation project(':capacitor-app')
implementation project(':capacitor-camera')
implementation project(':capacitor-device')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"appName": "Israel Hiking Map",
"webDir": "www",
"server": {
"iosScheme": "ionic"
"iosScheme": "ionic",
"androidScheme": "http"
},
"cordova": {
"preferences": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"pkg": "@capacitor-community/screen-brightness",
"classpath": "com.elylucas.capscreenbrightness.ScreenBrightnessPlugin"
},
{
"pkg": "@capacitor-community/sqlite",
"classpath": "com.getcapacitor.community.database.sqlite.CapacitorSQLitePlugin"
},
{
"pkg": "@capacitor/app",
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
Expand Down
3 changes: 0 additions & 3 deletions IsraelHiking.Web/android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ project(':capacitor-community-keep-awake').projectDir = new File('../node_module
include ':capacitor-community-screen-brightness'
project(':capacitor-community-screen-brightness').projectDir = new File('../node_modules/@capacitor-community/screen-brightness/android')

include ':capacitor-community-sqlite'
project(':capacitor-community-sqlite').projectDir = new File('../node_modules/@capacitor-community/sqlite/android')

include ':capacitor-app'
project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')

Expand Down
5 changes: 2 additions & 3 deletions IsraelHiking.Web/ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"appName": "Israel Hiking Map",
"webDir": "www",
"server": {
"iosScheme": "ionic"
"iosScheme": "ionic",
"androidScheme": "http"
},
"cordova": {
"preferences": {
Expand All @@ -23,8 +24,6 @@
"KeepAwakePlugin",
"ScreenBrightnessPlugin",
"ScreenBrightnessPlugin",
"CapacitorSQLitePlugin",
"CapacitorSQLitePlugin",
"AppPlugin",
"CAPCameraPlugin",
"DevicePlugin",
Expand Down
1 change: 0 additions & 1 deletion IsraelHiking.Web/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def capacitor_pods
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCommunityKeepAwake', :path => '../../node_modules/@capacitor-community/keep-awake'
pod 'CapacitorCommunityScreenBrightness', :path => '../../node_modules/@capacitor-community/screen-brightness'
pod 'CapacitorCommunitySqlite', :path => '../../node_modules/@capacitor-community/sqlite'
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera'
pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device'
Expand Down
23 changes: 1 addition & 22 deletions IsraelHiking.Web/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ PODS:
- Capacitor
- CapacitorCommunityScreenBrightness (6.0.0):
- Capacitor
- CapacitorCommunitySqlite (5.7.3-3):
- Capacitor
- SQLCipher
- ZIPFoundation
- CapacitorCordova (6.0.0)
- CapacitorDevice (6.0.0):
- Capacitor
Expand All @@ -22,31 +18,19 @@ PODS:
- Capacitor
- CordovaPlugins (6.0.0):
- CapacitorCordova
- SQLCipher (4.5.3):
- SQLCipher/standard (= 4.5.3)
- SQLCipher/common (4.5.3)
- SQLCipher/standard (4.5.3):
- SQLCipher/common
- ZIPFoundation (0.9.16)

DEPENDENCIES:
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
- "CapacitorCamera (from `../../node_modules/@capacitor/camera`)"
- "CapacitorCommunityKeepAwake (from `../../node_modules/@capacitor-community/keep-awake`)"
- "CapacitorCommunityScreenBrightness (from `../../node_modules/@capacitor-community/screen-brightness`)"
- "CapacitorCommunitySqlite (from `../../node_modules/@capacitor-community/sqlite`)"
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
- "CapacitorDevice (from `../../node_modules/@capacitor/device`)"
- "CapacitorTextZoom (from `../../node_modules/@capacitor/text-zoom`)"
- "CapgoNativeAudio (from `../../node_modules/@capgo/native-audio`)"
- CordovaPlugins (from `../capacitor-cordova-ios-plugins`)

SPEC REPOS:
trunk:
- SQLCipher
- ZIPFoundation

EXTERNAL SOURCES:
Capacitor:
:path: "../../node_modules/@capacitor/ios"
Expand All @@ -58,8 +42,6 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor-community/keep-awake"
CapacitorCommunityScreenBrightness:
:path: "../../node_modules/@capacitor-community/screen-brightness"
CapacitorCommunitySqlite:
:path: "../../node_modules/@capacitor-community/sqlite"
CapacitorCordova:
:path: "../../node_modules/@capacitor/ios"
CapacitorDevice:
Expand All @@ -77,15 +59,12 @@ SPEC CHECKSUMS:
CapacitorCamera: b61f125d92a0ef75d7becb7956fed7dd13187ee0
CapacitorCommunityKeepAwake: c820e5394a74ab73635107f0544378b026562243
CapacitorCommunityScreenBrightness: 250184917bd0738a681c026a9513e18ddb0cb49b
CapacitorCommunitySqlite: 51e28e15b178468ff8761d4ac21feaf074b6c125
CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
CapacitorDevice: f8fd88f9edd1261c55a109f32015b09bbbfdc4a0
CapacitorTextZoom: 696722e5c479b364f2429584f11ad386d609bd1a
CapgoNativeAudio: b67fc13d2873df62f6a279567536382c1da5a252
CordovaPlugins: 1f2794134a8c57f6b5112e89cc7afd07dc0f7bef
SQLCipher: 57fa9f863fa4a3ed9dd3c90ace52315db8c0fdca
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced

PODFILE CHECKSUM: f8fe3c7aa16c121687650f82200b0b0ef73cc16c
PODFILE CHECKSUM: 0c32ad6bc2ae562b3fa0cf7a399eddd792459d18

COCOAPODS: 1.12.1

0 comments on commit 3c5482a

Please sign in to comment.