-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(app,haptics,status-bar,keyboard): Supporting Swift Package Manager #1886
Conversation
# Conflicts: # app/ios/Plugin/AppPlugin.m
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this change the plugins from being able to be used in a pods based config like current users projects?
No, we maintain support for Pods based projects. The respective Podspecs just point to the new source directories. |
Released dev build of status-bar with dev version: 5.0.7-dev-1886-20231108T151116.0 |
…er (ionic-team#1886) Co-authored-by: Mark Anderson <mark@ionic.io>
…ols/capacitor-plugins into ios-location-aware-camera * 'ios-location-aware-camera' of https://github.com/werktools/capacitor-plugins: (24 commits) fix(keyboard): distribute the new SPM files (ionic-team#1895) chore: only lint plugins that changed (ionic-team#1880) feat(google-maps)!: Update iOS dependencies (ionic-team#1890) chore: update Podfile paths (ionic-team#1891) chore(ios): fix verify script (ionic-team#1892) chore(release): publish [skip ci] docs(README): Update note for Capacitor 6 (ionic-team#1883) chore: update dependencies to use next tag (ionic-team#1889) chore: bump version to 6.0.0-alpha.0 (ionic-team#1888) feat(app,haptics,status-bar,keyboard): Supporting Swift Package Manager (ionic-team#1886) chore(android): upgrade gradle wrapper and plugin to 8.2.x (ionic-team#1885) refactor(ios): remove removeAllListeners methods (ionic-team#1867) feat(camera)!: Use Android Photo Picker instead of ACTION_PICK intent (ionic-team#1833) fix(share): Address Android 14 changes (ionic-team#1849) chore: Remove lerna bootstrap form scripts (ionic-team#1875) chore: fix toggle-local npm script (ionic-team#1847) feat(filesystem): add removeAllListeners method (ionic-team#1862) docs(google-maps/geolocation)!: Removing deprecated usage descriptions for iOS (ionic-team#1855) chore: use the new addListener return type (ionic-team#1846) chore: ci release dev for non-draft PR's (ionic-team#1854) ...
Converting the App, Haptics, Status Bar and Keyboard plugins to support the Swift Package Manager.