Skip to content

Photos iOS xcode9 beta3

Sebastien Pouliot edited this page Jul 10, 2017 · 3 revisions

Photos.framework

Sebastien

diff -ruN /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhotoEditingContext.h /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhotoEditingContext.h
--- /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhotoEditingContext.h	2017-06-11 02:07:06.000000000 -0400
+++ /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhotoEditingContext.h	2017-06-30 04:25:47.000000000 -0400
@@ -111,6 +111,6 @@
 /// If set to NO (the default) the live photo will always be rendered before playback
 /// If set to YES, the editing context might still choose to render first for performance reasons
 /// This option is ignored by the saveLivePhotoToOutput method
-extern PHLivePhotoEditingOption PHLivePhotoShouldRenderAtPlaybackTime NS_AVAILABLE(10_12, 10_0);
+extern PHLivePhotoEditingOption PHLivePhotoShouldRenderAtPlaybackTime NS_AVAILABLE(10_12, 11_0);
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally