-
Notifications
You must be signed in to change notification settings - Fork 301
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
save in albums from ios 11 #147
Open
joaoduartemariucio
wants to merge
91
commits into
albums
Choose a base branch
from
master
base: albums
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Readme angular update
Add return library item to saveVideo for iOS
Corrected Content-Security-Policy
…-6-and-beyond Update cordova-plugin-file dependency to 6.0.1
clear file selection on success
added maxItems to limit the number of items returned - ios ony
updating deprecated method
change file plugin version to fit iOS platform
Fix timezone to utc on android devices
Workaround for 8.2 causes multiple simulators - no more needed
swift code upgrade
Fix for Swift version 4
Swift Support Dependency Update
私の環境では以下のようなエラーが発生していました。 cordova: 8.1.2 cordova-ios: 4.5.5 Xcode: 10.2.1 Swift: 4.0 ``` ERROR: Method 'getLibrary:' not defined in Plugin 'PhotoLibrary' ``` '@objc' をメソッドに付与することで修正できました。 https://stackoverflow.com/questions/42704176/swift-ios-plugin-method-not-defined-in-plugin-error-cordova
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v3.19.0...v6.6.0) Signed-off-by: dependabot[bot] <[email protected]>
….6.0 Bump eslint from 3.19.0 to 6.6.0
Fix method call failure in swift 4
Add Swift 5 compability
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I updated the code that saves the images to the latest version of swift fixing problems in ios 11