Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
bde22c2
feat(camera): adds multi-camera feature for Android (#1616)
isbecker Jan 29, 2024
89d7895
feat(camera): multi shot camera UI improvements with immersive mode s…
shiv19 Jul 31, 2025
cd97eb7
feat(camera): iOS multi camera base implementation
shiv19 Jul 31, 2025
7ecd892
feat(camera): multi camera image preview support for android
shiv19 Jul 31, 2025
888d632
feat(camera): added support for landscape mode multi shot camera on a…
shiv19 Jul 31, 2025
9b17244
feat(camera): landscape mode ux improvements for android
shiv19 Jul 31, 2025
a5338fd
feat(camera): landscape mode support for iOS
shiv19 Jul 31, 2025
7eec596
chore(camera): updated readme
shiv19 Jul 31, 2025
bec2abb
feat(camera): ui improvements and image rotation handler when there i…
shiv19 Jul 31, 2025
b4e20cf
feat(camera): multi camera image thumbnail processing improvements fo…
shiv19 Aug 1, 2025
fa3b05f
feat(camera): wait for processing before closing camera - android
shiv19 Aug 1, 2025
95898f7
chore(camera): lint android
shiv19 Aug 1, 2025
2466d03
feat(camera): zoom button support for landscape mode in android
shiv19 Aug 1, 2025
1f6f101
feat(camera): safe area awareness for android multi camera
shiv19 Aug 1, 2025
c4b5d37
chore(camera): cleanup camera fragment logs and switch to capacitor l…
shiv19 Aug 1, 2025
c62fd7e
feat(camera): improved thumbnail loading ux, fixed saveToGallery option
shiv19 Aug 1, 2025
77a64a8
fix(camera): wait for processing to complete before confirming selection
shiv19 Aug 1, 2025
8dc217d
feat(camera): added support for quality, width and heigh to ios multicam
shiv19 Aug 1, 2025
b56d88d
chore(camera): match the android discard photos alert message with iOS
shiv19 Aug 1, 2025
4d707a7
fix(camera): requestPermissions on Android 13+ (#2393)
OS-pedrogustavobilro Aug 5, 2025
7c53a4c
chore(release): publish [skip ci]
Aug 5, 2025
ee29b2a
Merge branch 'main' into feat/multi-camera
shiv19 Aug 10, 2025
fb13a38
fix(statusbar): using window size instead of screen size for resize b…
theproducer Aug 18, 2025
ea7ee47
chore(ci): download iOS simulators (#2402)
jcesarmobile Aug 28, 2025
94c1799
chore(dev-deps): Update @capacitor/cli to 7.x (#2401)
jcesarmobile Aug 28, 2025
24539e4
docs: fix Capacitor plugin links in README (#2395)
riderx Sep 2, 2025
6c56293
feat(app): Add support for toggling Android back button handling (#2390)
theproducer Sep 2, 2025
20f29ff
chore(release): publish [skip ci]
Sep 5, 2025
77208ab
chore: bump version to 8.0.0-alpha.0 (#2407)
OS-pedrogustavobilro Sep 5, 2025
4659359
feat!: Support Capacitor 8 (alpha) (#2410)
OS-pedrogustavobilro Sep 5, 2025
44cbc16
chore: Remove filesystem and geolocation (#2408)
OS-pedrogustavobilro Sep 8, 2025
e3a9e49
refactor: remove code for old Android / iOS versions (#2411)
OS-pedrogustavobilro Sep 8, 2025
4c2f39a
chore(release): publish [skip ci]
Sep 8, 2025
c0151b2
docs(screen-orientation): Android 16 large screen restrictions (#2414)
OS-pedrogustavobilro Sep 9, 2025
71f9e4c
Merge branch 'main' into feat/multi-camera
shiv19 Sep 12, 2025
86d76c4
fix(camera): add safe guard for IOS devices without flash
JPilson Sep 12, 2025
8e4e327
Merge pull request #1 from JPilson/fix/multi-camera-ios-flash
shiv19 Sep 12, 2025
d539506
Add TypeScript definitions and enums for Camera plugin.
JPilson Sep 12, 2025
5a51909
Merge remote-tracking branch 'origin/feat/multi-camera' into dist
JPilson Sep 12, 2025
d0ab980
build v1
JPilson Sep 12, 2025
b266c6d
build v1
JPilson Sep 12, 2025
55690b4
docs(camera): Fix typo (#2420)
OS-pedrogustavobilro Sep 26, 2025
5073b99
chore: Migrate haptics (#2415)
OS-pedrogustavobilro Sep 26, 2025
16339e9
chore: migrate keyboard (#2417)
alexgerardojacinto Sep 26, 2025
70902b6
chore(ci): upgrade GitHub Actions to v4/v5/v6 and Node.js to 22 (#2429)
alexgerardojacinto Nov 4, 2025
4f01876
fix(device): make tests work on node 22 (#2432)
jcesarmobile Nov 6, 2025
2e77343
chore(android): update Gradle and AGP to match Capacitor (#2433)
alexgerardojacinto Nov 7, 2025
e204df2
build: release 8.0.0-alpha.2 with code refactor enabling orientation
JPilson Nov 7, 2025
031fd30
chore(android): use 'propName = value' assignment syntax in build.gra…
andredestro Nov 10, 2025
66e5c1a
chore(android): update Gradle dependencies to latest versions (#2435)
alexgerardojacinto Nov 10, 2025
d38fa86
feat(camera): add vibration feedback on image capture
JPilson Nov 11, 2025
2f095c3
Merge remote-tracking branch 'IONIC/main' into Android/913-Mute-Camer…
JPilson Nov 11, 2025
1ac65fd
build(camera): release 8.0.0-alpha.3
JPilson Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: ${{ github.event_name }}/${{ github.event.action }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
- uses: ionic-team/bot@main
with:
repo-token: ${{ secrets.BOT_TOKEN }}
Expand Down
52 changes: 27 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Latest
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 20
- uses: actions/checkout@v3
node-version: 22
- uses: actions/checkout@v5
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -54,13 +54,13 @@ jobs:
needs:
- setup
steps:
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
- uses: actions/checkout@v3
node-version: 22
- uses: actions/checkout@v5
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -80,13 +80,13 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
- uses: actions/checkout@v3
node-version: 22
- uses: actions/checkout@v5
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -111,13 +111,15 @@ jobs:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- run: sudo xcode-select --switch ${{ matrix.xcode }}
- uses: actions/setup-node@v4
- run: xcrun simctl list > /dev/null
- run: xcodebuild -downloadPlatform iOS
- uses: actions/setup-node@v6
with:
node-version: 20
- uses: actions/checkout@v3
node-version: 22
- uses: actions/checkout@v5
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -139,18 +141,18 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
- name: set up JDK 21
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'zulu'
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -173,13 +175,13 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
- uses: actions/checkout@v3
node-version: 22
- uses: actions/checkout@v5
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/dev-releases-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Latest
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 20
- uses: actions/checkout@v3
node-version: 22
- uses: actions/checkout@v5
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -61,13 +61,13 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
- uses: actions/checkout@v3
node-version: 22
- uses: actions/checkout@v5
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: set up JDK 21
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'zulu'
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/publish-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
plugin: ${{ fromJson(github.event.inputs.plugins) }}
steps:
- run: sudo xcode-select --switch /Applications/Xcode_16.app
- uses: actions/setup-node@v4
- run: xcrun simctl list > /dev/null
- run: xcodebuild -downloadPlatform iOS
- uses: actions/setup-node@v6
with:
node-version: 20
- uses: actions/checkout@v3
node-version: 22
- uses: actions/checkout@v5
- name: Install Cocoapods
run: |
gem install cocoapods
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-latest-from-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ This repository contains the official Capacitor plugins maintained by the Capaci
| [`@capacitor/clipboard`](https://capacitorjs.com/docs/apis/clipboard) | [`./clipboard`](./clipboard) | [![npm badge](https://img.shields.io/npm/v/@capacitor/clipboard?style=flat-square)](https://www.npmjs.com/package/@capacitor/clipboard)
| [`@capacitor/device`](https://capacitorjs.com/docs/apis/device) | [`./device`](./device) | [![npm badge](https://img.shields.io/npm/v/@capacitor/device?style=flat-square)](https://www.npmjs.com/package/@capacitor/device)
| [`@capacitor/dialog`](https://capacitorjs.com/docs/apis/dialog) | [`./dialog`](./dialog) | [![npm badge](https://img.shields.io/npm/v/@capacitor/dialog?style=flat-square)](https://www.npmjs.com/package/@capacitor/dialog)
| [`@capacitor/haptics`](https://capacitorjs.com/docs/apis/haptics) | [`./haptics`](./haptics) | [![npm badge](https://img.shields.io/npm/v/@capacitor/haptics?style=flat-square)](https://www.npmjs.com/package/@capacitor/haptics)
| [`@capacitor/keyboard`](https://capacitorjs.com/docs/apis/keyboard) | [`./keyboard`](./keyboard) | [![npm badge](https://img.shields.io/npm/v/@capacitor/keyboard?style=flat-square)](https://www.npmjs.com/package/@capacitor/keyboard)
| [`@capacitor/local-notifications`](https://capacitorjs.com/docs/apis/local-notifications) | [`./local-notifications`](./local-notifications) | [![npm badge](https://img.shields.io/npm/v/@capacitor/local-notifications?style=flat-square)](https://www.npmjs.com/package/@capacitor/local-notifications)
| [`@capacitor/motion`](https://capacitorjs.com/docs/apis/motion) | [`./motion`](./motion) | [![npm badge](https://img.shields.io/npm/v/@capacitor/motion?style=flat-square)](https://www.npmjs.com/package/@capacitor/motion)
| [`@capacitor/network`](https://capacitorjs.com/docs/apis/network) | [`./network`](./network) | [![npm badge](https://img.shields.io/npm/v/@capacitor/network?style=flat-square)](https://www.npmjs.com/package/@capacitor/network)
Expand All @@ -46,13 +44,15 @@ These are official Capacitor plugins that are not contained in this repository.
| --- | --- | --- |
| [Background Runner](https://github.com/ionic-team/capacitor-background-runner) | [`@capacitor/background-runner`](https://capacitorjs.com/docs/apis/background-runner) | [![npm badge](https://img.shields.io/npm/v/@capacitor/background-runner?style=flat-square)](https://www.npmjs.com/package/@capacitor/background-runner) |
| [Barcode Scanner](https://github.com/ionic-team/capacitor-barcode-scanner) | [`@capacitor/barcode-scanner`](https://capacitorjs.com/docs/apis/barcode-scanner) | [![npm badge](https://img.shields.io/npm/v/@capacitor/barcode-scanner?style=flat-square)](https://www.npmjs.com/package/@capacitor/barcode-scanner) |
| [Filesystem](https://github.com/ionic-team/capacitor-filesystem) (*) | [`@capacitor/geolocation`](https://capacitorjs.com/docs/apis/filesystem) | [![npm badge](https://img.shields.io/npm/v/@capacitor/filesystem?style=flat-square)](https://www.npmjs.com/package/@capacitor/filesystem) |
| [File Transfer](https://github.com/ionic-team/capacitor-file-transfer) | [`@capacitor/geolocation`](https://capacitorjs.com/docs/apis/file-transfer) | [![npm badge](https://img.shields.io/npm/v/@capacitor/file-transfer?style=flat-square)](https://www.npmjs.com/package/@capacitor/file-transfer) |
| [File Viewer](https://github.com/ionic-team/capacitor-file-viewer) | [`@capacitor/geolocation`](https://capacitorjs.com/docs/apis/file-viewer) | [![npm badge](https://img.shields.io/npm/v/@capacitor/file-viewer?style=flat-square)](https://www.npmjs.com/package/@capacitor/file-viewer) |
| [Filesystem](https://github.com/ionic-team/capacitor-filesystem) (*) | [`@capacitor/filesystem`](https://capacitorjs.com/docs/apis/filesystem) | [![npm badge](https://img.shields.io/npm/v/@capacitor/filesystem?style=flat-square)](https://www.npmjs.com/package/@capacitor/filesystem) |
| [File Transfer](https://github.com/ionic-team/capacitor-file-transfer) | [`@capacitor/file-transfer`](https://capacitorjs.com/docs/apis/file-transfer) | [![npm badge](https://img.shields.io/npm/v/@capacitor/file-transfer?style=flat-square)](https://www.npmjs.com/package/@capacitor/file-transfer) |
| [File Viewer](https://github.com/ionic-team/capacitor-file-viewer) | [`@capacitor/file-viewer`](https://capacitorjs.com/docs/apis/file-viewer) | [![npm badge](https://img.shields.io/npm/v/@capacitor/file-viewer?style=flat-square)](https://www.npmjs.com/package/@capacitor/file-viewer) |
| [Geolocation](https://github.com/ionic-team/capacitor-geolocation) (*) | [`@capacitor/geolocation`](https://capacitorjs.com/docs/apis/geolocation) | [![npm badge](https://img.shields.io/npm/v/@capacitor/geolocation?style=flat-square)](https://www.npmjs.com/package/@capacitor/geolocation) |
| [Google Maps](https://github.com/ionic-team/capacitor-google-maps) | [`@capacitor/google-maps`](https://capacitorjs.com/docs/apis/google-maps) | [![npm badge](https://img.shields.io/npm/v/@capacitor/google-maps?style=flat-square)](https://www.npmjs.com/package/@capacitor/google-maps) |
| [Haptics](https://github.com/ionic-team/capacitor-haptics) (*) | [`@capacitor/haptics`](https://capacitorjs.com/docs/apis/haptics) | [![npm badge](https://img.shields.io/npm/v/@capacitor/haptics?style=flat-square)](https://www.npmjs.com/package/@capacitor/haptics) |
| [Keyboard](https://github.com/ionic-team/capacitor-keyboard) (*) | [`@capacitor/haptics`](https://capacitorjs.com/docs/apis/keyboard) | [![npm badge](https://img.shields.io/npm/v/@capacitor/keyboard?style=flat-square)](https://www.npmjs.com/package/@capacitor/keyboard) |

(*) These plugins were once part of this repository, but have been since been revamped and migrated to a separate repository. The code pre-migration still remains in this repository for historic purposes.
(*) These plugins were once part of this repository, but have been since been revamped and/or migrated to a separate repository. The code pre-migration [still remains in this repository](https://github.com/ionic-team/capacitor-plugins/tree/7.x) for historic purposes.

## Capacitor Labs

Expand Down
8 changes: 8 additions & 0 deletions action-sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.2...@capacitor/action-sheet@8.0.0-alpha.1) (2025-09-08)

**Note:** Version bump only for package @capacitor/action-sheet

## [7.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.1...@capacitor/action-sheet@7.0.2) (2025-08-05)

**Note:** Version bump only for package @capacitor/action-sheet

## [7.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.0...@capacitor/action-sheet@7.0.1) (2025-04-02)

**Note:** Version bump only for package @capacitor/action-sheet
Expand Down
2 changes: 1 addition & 1 deletion action-sheet/CapacitorActionSheet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.author = package['author']
s.source = { :git => 'https://github.com/ionic-team/capacitor-plugins.git', :tag => package['name'] + '@' + package['version'] }
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}', 'action-sheet/ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '14.0'
s.ios.deployment_target = '15.0'
s.dependency 'Capacitor'
s.swift_version = '5.1'
end
2 changes: 1 addition & 1 deletion action-sheet/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "CapacitorActionSheet",
platforms: [.iOS(.v14)],
platforms: [.iOS(.v15)],
products: [
.library(
name: "CapacitorActionSheet",
Expand Down
2 changes: 1 addition & 1 deletion action-sheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npx cap sync

This plugin will use the following project variables (defined in your app's `variables.gradle` file):

- `androidxMaterialVersion`: version of `com.google.android.material:material` (default: `1.12.0`)
- `androidxMaterialVersion`: version of `com.google.android.material:material` (default: `1.13.0`)

## PWA Notes

Expand Down
Loading
Loading