Skip to content

Commit 0dfc8a6

Browse files
authored
chore: update example app for Capacitor 8 final (#155)
1 parent 53ad6c3 commit 0dfc8a6

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

example-app-spm/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
231231
GCC_WARN_UNUSED_FUNCTION = YES;
232232
GCC_WARN_UNUSED_VARIABLE = YES;
233-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
233+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
234234
MTL_ENABLE_DEBUG_INFO = YES;
235235
ONLY_ACTIVE_ARCH = YES;
236236
SDKROOT = iphoneos;
@@ -281,7 +281,7 @@
281281
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
282282
GCC_WARN_UNUSED_FUNCTION = YES;
283283
GCC_WARN_UNUSED_VARIABLE = YES;
284-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
284+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
285285
MTL_ENABLE_DEBUG_INFO = NO;
286286
SDKROOT = iphoneos;
287287
SWIFT_COMPILATION_MODE = wholemodule;
@@ -298,7 +298,7 @@
298298
CODE_SIGN_STYLE = Automatic;
299299
CURRENT_PROJECT_VERSION = 1;
300300
INFOPLIST_FILE = App/Info.plist;
301-
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
301+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
302302
LD_RUNPATH_SEARCH_PATHS = (
303303
"$(inherited)",
304304
"@executable_path/Frameworks",
@@ -320,7 +320,7 @@
320320
CODE_SIGN_STYLE = Automatic;
321321
CURRENT_PROJECT_VERSION = 1;
322322
INFOPLIST_FILE = App/Info.plist;
323-
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
323+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
324324
LD_RUNPATH_SEARCH_PATHS = (
325325
"$(inherited)",
326326
"@executable_path/Frameworks",

example-app-spm/ios/App/CapApp-SPM/Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ let package = Package(
1111
targets: ["CapApp-SPM"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.0.0-beta.0"),
15-
.package(name: "CapacitorApp", path: "../../../../node_modules/.pnpm/@[email protected].0-beta.0_@[email protected].0-beta.0/node_modules/@capacitor/app"),
14+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.0.0"),
15+
.package(name: "CapacitorApp", path: "../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app"),
1616
.package(name: "CapacitorGoogleMaps", path: "../../../../plugin"),
17-
.package(name: "CapacitorHaptics", path: "../../../../node_modules/.pnpm/@[email protected].0-next.2_@[email protected].0-beta.0/node_modules/@capacitor/haptics"),
18-
.package(name: "CapacitorKeyboard", path: "../../../../node_modules/.pnpm/@[email protected].0-next.3_@[email protected].0-beta.0/node_modules/@capacitor/keyboard"),
19-
.package(name: "CapacitorStatusBar", path: "../../../../node_modules/.pnpm/@[email protected].0-beta.0_@[email protected].0-beta.0/node_modules/@capacitor/status-bar")
17+
.package(name: "CapacitorHaptics", path: "../../../../node_modules/.pnpm/@[email protected].0_@[email protected]/node_modules/@capacitor/haptics"),
18+
.package(name: "CapacitorKeyboard", path: "../../../../node_modules/.pnpm/@[email protected].0_@[email protected]/node_modules/@capacitor/keyboard"),
19+
.package(name: "CapacitorStatusBar", path: "../../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/status-bar")
2020
],
2121
targets: [
2222
.target(

example-app-spm/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@capacitor/android": "next",
7-
"@capacitor/app": "next",
8-
"@capacitor/core": "next",
6+
"@capacitor/android": "^8.0.0",
7+
"@capacitor/app": "^8.0.0",
8+
"@capacitor/core": "^8.0.0",
99
"@capacitor/google-maps": "workspace:*",
10-
"@capacitor/haptics": "next",
11-
"@capacitor/ios": "next",
12-
"@capacitor/keyboard": "next",
13-
"@capacitor/status-bar": "next",
14-
"@ionic/react": "^8.7.10",
15-
"@ionic/react-router": "^8.7.10",
10+
"@capacitor/haptics": "^8.0.0",
11+
"@capacitor/ios": "^8.0.0",
12+
"@capacitor/keyboard": "^8.0.0",
13+
"@capacitor/status-bar": "^8.0.0",
14+
"@ionic/react": "^8.7.11",
15+
"@ionic/react-router": "^8.7.11",
1616
"@testing-library/jest-dom": "^6.9.1",
1717
"@testing-library/react": "^16.3.0",
1818
"@testing-library/user-event": "^14.6.1",
1919
"@types/google.maps": "~3.58.1",
2020
"@types/jest": "^30.0.0",
21-
"@types/node": "^24.10.1",
21+
"@types/node": "^24.10.2",
2222
"@types/react": "^19.2.7",
2323
"@types/react-dom": "^19.2.3",
2424
"@types/react-router": "^5.1.20",
2525
"@types/react-router-dom": "^5.3.3",
2626
"ionicons": "^8.0.13",
27-
"react": "^19.2.0",
28-
"react-dom": "^19.2.0",
27+
"react": "^19.2.1",
28+
"react-dom": "^19.2.1",
2929
"react-router": "^5.3.4",
3030
"react-router-dom": "^5.3.4",
3131
"react-scripts": "^5.0.1",
@@ -69,7 +69,7 @@
6969
]
7070
},
7171
"devDependencies": {
72-
"@capacitor/cli": "next"
72+
"@capacitor/cli": "^8.0.0"
7373
},
7474
"description": "An Ionic project"
75-
}
75+
}

0 commit comments

Comments
 (0)