Skip to content

Commit c8f0c20

Browse files
chore(ios): update spm from 7.0.0 to 8.0.0-beta (#60)
1 parent 687d63d commit c8f0c20

File tree

6 files changed

+317
-234
lines changed

6 files changed

+317
-234
lines changed

packages/capacitor-plugin/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["GeolocationPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0"),
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta"),
1414
.package(url: "https://github.com/ionic-team/ion-ios-geolocation.git", from: "2.0.0")
1515
],
1616
targets: [

packages/capacitor-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"typescript": "~5.4.5"
7373
},
7474
"peerDependencies": {
75-
"@capacitor/core": ">=8.0.0-alpha.2"
75+
"@capacitor/core": "next"
7676
},
7777
"prettier": "@ionic/prettier-config",
7878
"swiftlint": "@ionic/swiftlint-config",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
22
include ':capacitor-android'
3-
project(':capacitor-android').projectDir = new File('../../../node_modules/.pnpm/@[email protected]alpha.3_@[email protected]alpha.3/node_modules/@capacitor/android/capacitor')
3+
project(':capacitor-android').projectDir = new File('../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/android/capacitor')
44

55
include ':capacitor-camera'
6-
project(':capacitor-camera').projectDir = new File('../../../node_modules/.pnpm/@[email protected]alpha.1_@[email protected]alpha.3/node_modules/@capacitor/camera/android')
6+
project(':capacitor-camera').projectDir = new File('../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/camera/android')
77

88
include ':capacitor-splash-screen'
9-
project(':capacitor-splash-screen').projectDir = new File('../../../node_modules/.pnpm/@[email protected]alpha.1_@[email protected]alpha.3/node_modules/@capacitor/splash-screen/android')
9+
project(':capacitor-splash-screen').projectDir = new File('../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/splash-screen/android')
1010

1111
include ':capacitor-geolocation'
1212
project(':capacitor-geolocation').projectDir = new File('../../capacitor-plugin/android')

packages/example-app-capacitor/ios/App/Podfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require_relative '../../../../node_modules/.pnpm/@[email protected]alpha.3_@[email protected]alpha.3/node_modules/@capacitor/ios/scripts/pods_helpers'
1+
require_relative '../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/ios/scripts/pods_helpers'
22

33
platform :ios, '15.0'
44
use_frameworks!
@@ -9,10 +9,10 @@ use_frameworks!
99
install! 'cocoapods', :disable_input_output_paths => true
1010

1111
def capacitor_pods
12-
pod 'Capacitor', :path => '../../../../node_modules/.pnpm/@[email protected]alpha.3_@[email protected]alpha.3/node_modules/@capacitor/ios'
13-
pod 'CapacitorCordova', :path => '../../../../node_modules/.pnpm/@[email protected]alpha.3_@[email protected]alpha.3/node_modules/@capacitor/ios'
14-
pod 'CapacitorCamera', :path => '../../../../node_modules/.pnpm/@[email protected]alpha.1_@[email protected]alpha.3/node_modules/@capacitor/camera'
15-
pod 'CapacitorSplashScreen', :path => '../../../../node_modules/.pnpm/@[email protected]alpha.1_@[email protected]alpha.3/node_modules/@capacitor/splash-screen'
12+
pod 'Capacitor', :path => '../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/ios'
13+
pod 'CapacitorCordova', :path => '../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/ios'
14+
pod 'CapacitorCamera', :path => '../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/camera'
15+
pod 'CapacitorSplashScreen', :path => '../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/splash-screen'
1616
pod 'CapacitorGeolocation', :path => '../../../capacitor-plugin'
1717
end
1818

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
PODS:
2-
- Capacitor (8.0.0-alpha.3):
2+
- Capacitor (8.0.0-beta.0):
33
- CapacitorCordova
4-
- CapacitorCamera (8.0.0-alpha.1):
4+
- CapacitorCamera (8.0.0-beta.0):
55
- Capacitor
6-
- CapacitorCordova (8.0.0-alpha.3)
7-
- CapacitorGeolocation (8.0.0-next.3):
6+
- CapacitorCordova (8.0.0-beta.0)
7+
- CapacitorGeolocation (8.0.0-next.4):
88
- Capacitor
99
- IONGeolocationLib (= 2.0.0)
10-
- CapacitorSplashScreen (8.0.0-alpha.1):
10+
- CapacitorSplashScreen (8.0.0-beta.0):
1111
- Capacitor
1212
- IONGeolocationLib (2.0.0)
1313

1414
DEPENDENCIES:
15-
- "Capacitor (from `../../../../node_modules/.pnpm/@[email protected]alpha.3_@[email protected]alpha.3/node_modules/@capacitor/ios`)"
16-
- "CapacitorCamera (from `../../../../node_modules/.pnpm/@[email protected]alpha.1_@[email protected]alpha.3/node_modules/@capacitor/camera`)"
17-
- "CapacitorCordova (from `../../../../node_modules/.pnpm/@[email protected]alpha.3_@[email protected]alpha.3/node_modules/@capacitor/ios`)"
15+
- "Capacitor (from `../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/ios`)"
16+
- "CapacitorCamera (from `../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/camera`)"
17+
- "CapacitorCordova (from `../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/ios`)"
1818
- CapacitorGeolocation (from `../../../capacitor-plugin`)
19-
- "CapacitorSplashScreen (from `../../../../node_modules/.pnpm/@[email protected]alpha.1_@[email protected]alpha.3/node_modules/@capacitor/splash-screen`)"
19+
- "CapacitorSplashScreen (from `../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/splash-screen`)"
2020

2121
SPEC REPOS:
2222
trunk:
2323
- IONGeolocationLib
2424

2525
EXTERNAL SOURCES:
2626
Capacitor:
27-
:path: "../../../../node_modules/.pnpm/@[email protected]alpha.3_@[email protected]alpha.3/node_modules/@capacitor/ios"
27+
:path: "../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/ios"
2828
CapacitorCamera:
29-
:path: "../../../../node_modules/.pnpm/@[email protected]alpha.1_@[email protected]alpha.3/node_modules/@capacitor/camera"
29+
:path: "../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/camera"
3030
CapacitorCordova:
31-
:path: "../../../../node_modules/.pnpm/@[email protected]alpha.3_@[email protected]alpha.3/node_modules/@capacitor/ios"
31+
:path: "../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/ios"
3232
CapacitorGeolocation:
3333
:path: "../../../capacitor-plugin"
3434
CapacitorSplashScreen:
35-
:path: "../../../../node_modules/.pnpm/@[email protected]alpha.1_@[email protected]alpha.3/node_modules/@capacitor/splash-screen"
35+
:path: "../../../../node_modules/.pnpm/@[email protected]beta.0_@[email protected]beta.0/node_modules/@capacitor/splash-screen"
3636

3737
SPEC CHECKSUMS:
38-
Capacitor: 91ac12cf2ebfb294c72ad1f7e5b71103a9af6254
39-
CapacitorCamera: f072b76519f1a5981becb6caa3ab10c79622ae66
40-
CapacitorCordova: beaf46c43cfd3d28e09c2a8bfcb40d8387e6dd8a
41-
CapacitorGeolocation: a7b46178fece0f49a7f856e9a678f02adb40d347
42-
CapacitorSplashScreen: 6a9a07f9b1313faad49dde7bb8f12b7c4fcc3acf
38+
Capacitor: cdbe01d8f7b542b2750fb51e88051e764b3cbc4e
39+
CapacitorCamera: 7ff9e46889cbd3bba2ed0a4192d40f91bd1b5f05
40+
CapacitorCordova: 65a0b71358d76bdeb799f45cd0214d68fbe2fd56
41+
CapacitorGeolocation: 84ebb7fa6b58caa2aff107127207c117ca5fc127
42+
CapacitorSplashScreen: ab1ec150884e35c67c7709c907b3db3a376b9956
4343
IONGeolocationLib: a5e40b54edc2ee9902036eda5aaa41ddf07bb68d
4444

45-
PODFILE CHECKSUM: 9f3aa02b123df21b0390efa217179df8854cdaff
45+
PODFILE CHECKSUM: d601fad7d2519e5533fb5e4c1f6678c8e59ddafc
4646

4747
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)