You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/StartHere/prerequisties.md
+33-6Lines changed: 33 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,27 @@ A developer using this plugin should have a basic understanding of the following
18
18
- The capacitor plugin is supported on iOS and Android platforms. Web support is not available.
19
19
20
20
## Capacitor Version
21
-
- The plugin is built using Capacitor 6.1.2. The plugin doesn't use any Ionic Framework specific code, so it should work with any version of Ionic that supports Capacitor 6.1.2.
21
+
The plugin is built using Capacitor 6.1.2 and also supports Capacitor 7. The plugin doesn't use any Ionic Framework specific code, so it should work with any version of Ionic that supports Capacitor 6.1.2 or Capacitor 7+.
22
+
23
+
**Note:** Capacitor 7 has different minimum requirements than Capacitor 6.1.2. Please review the requirements below based on the version you plan to use.
-[XCode 15](https://developer.apple.com/xcode/) or higher installed and working (XCode 15 installed is preferred)
41
+
-[XCode 15](https://developer.apple.com/xcode/) or higher installed and working
36
42
-[iOS 13 or higher]. Any apps using the plugin must be upgraded to iOS 13 or higher.
37
43
-[XCode Command Line Tools](https://developer.apple.com/download/more/) installed
38
44
-[Simulators](https://developer.apple.com/documentation/safari-developer-tools/installing-xcode-and-simulators) downloaded and working
@@ -44,4 +50,25 @@ A developer using this plugin should have a basic understanding of the following
44
50
-[Android Studio](https://developer.android.com/studio?gad_source=1&gclid=CjwKCAjwzN-vBhAkEiwAYiO7oALYfxbMYW_zkuYoacS9TX16aItdvLYe6GB7_j1QwvXBjFDRkawfUBoComcQAvD_BwE&gclsrc=aw.ds) installed and working
45
51
- Android SDK 34 >= installed and working (with command line tools)
46
52
- Java SDK v17 installed and configured to work with Android Studio
47
-
- An Android Emulator downloaded and working
53
+
- An Android Emulator downloaded and working
54
+
55
+
### Capacitor 7+ Requirements
56
+
- Javascript
57
+
-[Node >= 20](https://nodejs.org/)
58
+
- iOS Development
59
+
- A modern Mac
60
+
-[XCode 16.0](https://developer.apple.com/xcode/) or higher installed and working
61
+
-[iOS 14.0 or higher]. Any apps using the plugin must target iOS 14.0 or higher.
62
+
-[XCode Command Line Tools](https://developer.apple.com/download/more/) installed
63
+
-[Simulators](https://developer.apple.com/documentation/safari-developer-tools/installing-xcode-and-simulators) downloaded and working
0 commit comments