arduino / Arduino-Science-Journal-iOS

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
http://arduino.cc/education
Apache License 2.0
22 stars 9 forks source link

Optimize for iOS 14 and Xcode 12 #16

Closed emiliopavia closed 4 years ago

emiliopavia commented 4 years ago

Checklist

Motivation and Context

This branch adds support for the new Limited Photos Library feature in iOS 14. It also updates project settings to the Xcode 12 GM recommended ones.

Description

In iOS 14 users can choose which photos of the library the app can have access to. In order to support this new feature I adopted the new PHPhotoLibrary APIs, and handled the new .limited authorization status. Nothing changes from the UX perspective.