Skip to content

Commit 0563dfb

Browse files
committed
Rollback to geolocation and filesystem to 8.0 because it doesn't compile for iOS anymore the fixes would need to adjusted in the libs itself
1 parent 4cdadf5 commit 0563dfb

5 files changed

Lines changed: 31 additions & 31 deletions

File tree

android/capacitor.settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ include ':capacitor-device'
2727
project(':capacitor-device').projectDir = new File('../node_modules/.pnpm/@capacitor+device@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/device/android')
2828

2929
include ':capacitor-filesystem'
30-
project(':capacitor-filesystem').projectDir = new File('../node_modules/.pnpm/@capacitor+filesystem@8.1.2_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem/android')
30+
project(':capacitor-filesystem').projectDir = new File('../node_modules/.pnpm/@capacitor+filesystem@8.0.0_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem/android')
3131

3232
include ':capacitor-geolocation'
33-
project(':capacitor-geolocation').projectDir = new File('../node_modules/.pnpm/@capacitor+geolocation@8.2.0_@capacitor+core@8.3.1/node_modules/@capacitor/geolocation/android')
33+
project(':capacitor-geolocation').projectDir = new File('../node_modules/.pnpm/@capacitor+geolocation@8.0.0_@capacitor+core@8.3.1/node_modules/@capacitor/geolocation/android')
3434

3535
include ':capacitor-haptics'
3636
project(':capacitor-haptics').projectDir = new File('../node_modules/.pnpm/@capacitor+haptics@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/haptics/android')

ios/App/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def capacitor_pods
1919
pod 'CapacitorCamera', :path => '../../node_modules/.pnpm/@capacitor+camera@8.1.0_@capacitor+core@8.3.1/node_modules/@capacitor/camera'
2020
pod 'CapacitorClipboard', :path => '../../node_modules/.pnpm/@capacitor+clipboard@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/clipboard'
2121
pod 'CapacitorDevice', :path => '../../node_modules/.pnpm/@capacitor+device@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/device'
22-
pod 'CapacitorFilesystem', :path => '../../node_modules/.pnpm/@capacitor+filesystem@8.1.2_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem'
23-
pod 'CapacitorGeolocation', :path => '../../node_modules/.pnpm/@capacitor+geolocation@8.2.0_@capacitor+core@8.3.1/node_modules/@capacitor/geolocation'
22+
pod 'CapacitorFilesystem', :path => '../../node_modules/.pnpm/@capacitor+filesystem@8.0.0_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem'
23+
pod 'CapacitorGeolocation', :path => '../../node_modules/.pnpm/@capacitor+geolocation@8.0.0_@capacitor+core@8.3.1/node_modules/@capacitor/geolocation'
2424
pod 'CapacitorHaptics', :path => '../../node_modules/.pnpm/@capacitor+haptics@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/haptics'
2525
pod 'CapacitorKeyboard', :path => '../../node_modules/.pnpm/@capacitor+keyboard@8.0.3_@capacitor+core@8.3.1/node_modules/@capacitor/keyboard'
2626
pod 'CapacitorShare', :path => '../../node_modules/.pnpm/@capacitor+share@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/share'

ios/App/Podfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ PODS:
2020
- CapacitorCordova (8.3.1)
2121
- CapacitorDevice (8.0.2):
2222
- Capacitor
23-
- CapacitorFilesystem (8.1.2):
23+
- CapacitorFilesystem (8.0.0):
2424
- Capacitor
25-
- IONFilesystemLib (~> 1.1.1)
26-
- CapacitorGeolocation (8.2.0):
25+
- IONFilesystemLib (~> 1.0.1)
26+
- CapacitorGeolocation (8.0.0):
2727
- Capacitor
28-
- IONGeolocationLib (= 2.1.0)
28+
- IONGeolocationLib (= 2.0.0)
2929
- CapacitorHaptics (8.0.2):
3030
- Capacitor
3131
- CapacitorKeyboard (8.0.3):
@@ -70,8 +70,8 @@ PODS:
7070
- GoogleUtilities/Privacy
7171
- GTMSessionFetcher/Core (3.5.0)
7272
- IONCameraLib (1.0.3)
73-
- IONFilesystemLib (1.1.2)
74-
- IONGeolocationLib (2.1.0)
73+
- IONFilesystemLib (1.0.1)
74+
- IONGeolocationLib (2.0.0)
7575
- MediaPipeTasksGenAI (0.10.33):
7676
- MediaPipeTasksGenAIC (= 0.10.33)
7777
- MediaPipeTasksGenAIC (0.10.33)
@@ -118,8 +118,8 @@ DEPENDENCIES:
118118
- "CapacitorCommunityKeepAwake (from `../../node_modules/.pnpm/@capacitor-community+keep-awake@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor-community/keep-awake`)"
119119
- "CapacitorCordova (from `../../node_modules/.pnpm/@capacitor+ios@8.3.1_@capacitor+core@8.3.1/node_modules/@capacitor/ios`)"
120120
- "CapacitorDevice (from `../../node_modules/.pnpm/@capacitor+device@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/device`)"
121-
- "CapacitorFilesystem (from `../../node_modules/.pnpm/@capacitor+filesystem@8.1.2_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem`)"
122-
- "CapacitorGeolocation (from `../../node_modules/.pnpm/@capacitor+geolocation@8.2.0_@capacitor+core@8.3.1/node_modules/@capacitor/geolocation`)"
121+
- "CapacitorFilesystem (from `../../node_modules/.pnpm/@capacitor+filesystem@8.0.0_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem`)"
122+
- "CapacitorGeolocation (from `../../node_modules/.pnpm/@capacitor+geolocation@8.0.0_@capacitor+core@8.3.1/node_modules/@capacitor/geolocation`)"
123123
- "CapacitorHaptics (from `../../node_modules/.pnpm/@capacitor+haptics@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/haptics`)"
124124
- "CapacitorKeyboard (from `../../node_modules/.pnpm/@capacitor+keyboard@8.0.3_@capacitor+core@8.3.1/node_modules/@capacitor/keyboard`)"
125125
- "CapacitorShare (from `../../node_modules/.pnpm/@capacitor+share@8.0.1_@capacitor+core@8.3.1/node_modules/@capacitor/share`)"
@@ -174,9 +174,9 @@ EXTERNAL SOURCES:
174174
CapacitorDevice:
175175
:path: "../../node_modules/.pnpm/@capacitor+device@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/device"
176176
CapacitorFilesystem:
177-
:path: "../../node_modules/.pnpm/@capacitor+filesystem@8.1.2_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem"
177+
:path: "../../node_modules/.pnpm/@capacitor+filesystem@8.0.0_@capacitor+core@8.3.1/node_modules/@capacitor/filesystem"
178178
CapacitorGeolocation:
179-
:path: "../../node_modules/.pnpm/@capacitor+geolocation@8.2.0_@capacitor+core@8.3.1/node_modules/@capacitor/geolocation"
179+
:path: "../../node_modules/.pnpm/@capacitor+geolocation@8.0.0_@capacitor+core@8.3.1/node_modules/@capacitor/geolocation"
180180
CapacitorHaptics:
181181
:path: "../../node_modules/.pnpm/@capacitor+haptics@8.0.2_@capacitor+core@8.3.1/node_modules/@capacitor/haptics"
182182
CapacitorKeyboard:
@@ -209,8 +209,8 @@ SPEC CHECKSUMS:
209209
CapacitorCommunityKeepAwake: d41922812644562e94a79acaf7f41e6d9413af8c
210210
CapacitorCordova: 9010447fe25e869705fcf525e5f490facde87608
211211
CapacitorDevice: 14cba6f88d1c3074cbf825fea977c8c526453ff8
212-
CapacitorFilesystem: 2db285a1ac6e475cc27cae2e1bea999000f9e2be
213-
CapacitorGeolocation: b36f6287bfc9f2eefa04dc900496f2c8ae666136
212+
CapacitorFilesystem: 2cb7c29536024668f333266a2177f8c10bbd9c98
213+
CapacitorGeolocation: 8a405e707de9aff6ac9eca7f408966a370f7ca33
214214
CapacitorHaptics: 296f771ecd89c7a1bd92a7b6826a7d268e2e70f5
215215
CapacitorKeyboard: 31c8285d92c9d1410071d52449f16d2c6673b6f4
216216
CapacitorShare: 0c58305114538568059bfc07111f22dcb9cb2a82
@@ -226,8 +226,8 @@ SPEC CHECKSUMS:
226226
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
227227
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
228228
IONCameraLib: 739067fcf12f242f2ca8443412fcf621a3dce6ca
229-
IONFilesystemLib: 21a63377696b2d8fab5632ecfb7d2ac67bddb68a
230-
IONGeolocationLib: 6a7b6f76063fb1b01cfb14fae7d0f526e3c9b271
229+
IONFilesystemLib: 89258b8e3e85465da93127d25d7ce37f977e8a6f
230+
IONGeolocationLib: a5e40b54edc2ee9902036eda5aaa41ddf07bb68d
231231
MediaPipeTasksGenAI: 8eed8e6d03fe26d30c4205cb5295ec7b394432ad
232232
MediaPipeTasksGenAIC: cb098ecea44e248efe8fe7e2f62b4cb0df781802
233233
MLImage: 2ab9c968e75f57911c16f4c9d9e8a8e9604a86a1
@@ -240,6 +240,6 @@ SPEC CHECKSUMS:
240240
PantristCapacitorPluginMlKitTextRecognition: 2963fc7e2a6bd042e2952f2b3fd938963a8fce0f
241241
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
242242

243-
PODFILE CHECKSUM: 864adb73c0ccf8dc6c88e9fd6b234263c23f9a63
243+
PODFILE CHECKSUM: b9845f09d43f0c5465b194ad028a1530d4516ca8
244244

245245
COCOAPODS: 1.16.2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@capacitor/clipboard": "^8.0.1",
4040
"@capacitor/core": "^8.3.1",
4141
"@capacitor/device": "^8.0.2",
42-
"@capacitor/filesystem": "8.1.2",
43-
"@capacitor/geolocation": "^8.2.0",
42+
"@capacitor/filesystem": "8.0.0",
43+
"@capacitor/geolocation": "8.0.0",
4444
"@capacitor/haptics": "^8.0.2",
4545
"@capacitor/ios": "^8.3.1",
4646
"@capacitor/keyboard": "^8.0.3",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)