Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KAMEDAkyosuke/c2fa1fbba7d336f80a863f97f124efc2 to your computer and use it in GitHub Desktop.
Save KAMEDAkyosuke/c2fa1fbba7d336f80a863f97f124efc2 to your computer and use it in GitHub Desktop.
$ find . -type f -exec grep -nH -e NS_DEPRECATED_IOS\(.*,\ 10_2 {} +
./AVFoundation.framework/Headers/AVCaptureDevice.h:481:AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInDuoCamera NS_DEPRECATED_IOS(10_0, 10_2, "Use AVCaptureDeviceTypeBuiltInDualCamera instead") __TVOS_PROHIBITED;
$ find . -type f -exec grep -nH -e API_DEPRECATED_WITH_REPLACEMENT\(.*,\ ios\(.*,\ 9.0 {} +
./HealthKit.framework/Headers/HKAnchoredObjectQuery.h:75: completionHandler:(void(^)(HKAnchoredObjectQuery *query, NSArray<__kindof HKSample *> * __nullable results, NSUInteger newAnchor, NSError * __nullable error))handler API_DEPRECATED_WITH_REPLACEMENT("initWithType:predicate:anchor:limit:resultsHandler:", ios(8.0, 9.0));
./HealthKit.framework/Headers/HKObject.h:26:@property (readonly, strong) HKSource *source API_DEPRECATED_WITH_REPLACEMENT("sourceRevision", ios(8.0, 9.0));
./SceneKit.framework/Headers/SCNRenderer.h:101:- (void)render API_DEPRECATED_WITH_REPLACEMENT("-renderAtTime:withEncoder:pass:commandQueue:", macos(10.8, 10.11), ios(8.0, 9.0)) API_UNAVAILABLE(watchos, tvos);
./WebKit.framework/Headers/WKWebViewConfiguration.h:203:@property (nonatomic) BOOL mediaPlaybackRequiresUserAction API_DEPRECATED_WITH_REPLACEMENT("requiresUserActionForMediaPlayback", ios(8.0, 9.0));
./WebKit.framework/Headers/WKWebViewConfiguration.h:204:@property (nonatomic) BOOL mediaPlaybackAllowsAirPlay API_DEPRECATED_WITH_REPLACEMENT("allowsAirPlayForMediaPlayback", ios(8.0, 9.0));
$ find . -type f -exec grep -nH -e NS_CLASS_DEPRECATED_IOS\(.*,\ 11_0 {} +
./UIKit.framework/Headers/UIDocumentMenuViewController.h:27:NS_CLASS_DEPRECATED_IOS(8_0, 11_0, "UIDocumentMenuViewController is deprecated. Use UIDocumentPickerViewController directly.")
$ find . -type f -exec grep -nH -e NS_CLASS_DEPRECATED_IOS\(.*,\ 10_0 {} +
./iAd.framework/Headers/ADBannerView.h:125:NS_CLASS_DEPRECATED_IOS(4_0, 10_0) @interface ADBannerView : UIView
./iAd.framework/Headers/ADInterstitialAd.h:38:NS_CLASS_DEPRECATED_IOS(4_3, 10_0) @interface ADInterstitialAd : NSObject
./UIKit.framework/Headers/UILocalNotification.h:16:NS_CLASS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's UNNotificationRequest") __TVOS_PROHIBITED
./UIKit.framework/Headers/UIUserNotificationSettings.h:42:NS_CLASS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's UNNotificationSettings") __TVOS_PROHIBITED
./UIKit.framework/Headers/UIUserNotificationSettings.h:56:NS_CLASS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's UNNotificationCategory") __TVOS_PROHIBITED
./UIKit.framework/Headers/UIUserNotificationSettings.h:70:NS_CLASS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's UNNotificationCategory") __TVOS_PROHIBITED
./UIKit.framework/Headers/UIUserNotificationSettings.h:81:NS_CLASS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's UNNotificationAction") __TVOS_PROHIBITED
./UIKit.framework/Headers/UIUserNotificationSettings.h:110:NS_CLASS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's UNNotificationAction") __TVOS_PROHIBITED
$ find . -type f -exec grep -nH -e NS_CLASS_DEPRECATED_IOS\(.*,\ 9_0 {} +
./AssetsLibrary.framework/Headers/ALAsset.h:41:NS_CLASS_DEPRECATED_IOS(4_0, 9_0, "Use PHAsset from the Photos framework instead")
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:21:NS_CLASS_DEPRECATED_IOS(4_0, 9_0, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead")
./AssetsLibrary.framework/Headers/ALAssetsFilter.h:17:NS_CLASS_DEPRECATED_IOS(4_0, 9_0, "Use fetchAssetsInAssetCollection:options: on PHAsset and set a mediaType predicate on the PHFetchOptions from the Photos framework instead")
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:39:NS_CLASS_DEPRECATED_IOS(4_0, 9_0, "Use PHAssetCollection from the Photos framework instead")
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:79:NS_CLASS_DEPRECATED_IOS(4_0, 9_0, "Use PHPhotoLibrary from the Photos framework instead")
./UIKit.framework/Headers/UIAlertView.h:25:NS_CLASS_DEPRECATED_IOS(2_0, 9_0, "UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead") __TVOS_PROHIBITED
./UIKit.framework/Headers/UIPopoverController.h:24:NS_CLASS_DEPRECATED_IOS(3_2, 9_0, "UIPopoverController is deprecated. Popovers are now implemented as UIViewController presentations. Use a modal presentation style of UIModalPresentationPopover and UIPopoverPresentationController.")
./UIKit.framework/Headers/UIStoryboardPopoverSegue.h:14:NS_CLASS_DEPRECATED_IOS(5_0, 9_0, "Access destinationViewController.popoverPresentationController from your segue's performHandler or override of -perform") @interface UIStoryboardPopoverSegue : UIStoryboardSegue {
$ find . -type f -exec grep -nH -e NS_ENUM_DEPRECATED_IOS\(.*,\ 11_0 {} +
./UIKit.framework/Headers/UIBarButtonItem.h:49: UIBarButtonSystemItemPageCurl NS_ENUM_DEPRECATED_IOS(4_0, 11_0)
./UIKit.framework/Headers/UITableViewCell.h:29: UITableViewCellSeparatorStyleSingleLineEtched NS_ENUM_DEPRECATED_IOS(2_0, 11_0, "Use UITableViewCellSeparatorStyleSingleLine for a single line separator.")
$ find . -type f -exec grep -nH -e NS_ENUM_DEPRECATED_IOS\(.*,\ 10_0 {} +
./iAd.framework/Headers/ADBannerView.h:87:} NS_ENUM_DEPRECATED_IOS(4_0, 10_0);
./iAd.framework/Headers/ADBannerView.h:107:} NS_ENUM_DEPRECATED_IOS(6_0, 10_0);
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:35:} NS_ENUM_DEPRECATED_IOS(7_0, 10_0);
./UIKit.framework/Headers/UIUserNotificationSettings.h:21:} NS_ENUM_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's UNAuthorizationOptions") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIUserNotificationSettings.h:26:} NS_ENUM_DEPRECATED_IOS(9_0, 10_0, "Use UserNotifications Framework's UNNotificationAction or UNTextInputNotificationAction") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIUserNotificationSettings.h:31:} NS_ENUM_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's UNNotificationActionOptions") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIUserNotificationSettings.h:36:} NS_ENUM_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's -[UNNotificationCategory actions] or -[UNNotificationCategory minimalActions]") __TVOS_PROHIBITED;
$ find . -type f -exec grep -nH -e NS_ENUM_DEPRECATED_IOS\(.*,\ 9_0 {} +
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:24: ALAssetOrientationUp NS_ENUM_DEPRECATED_IOS(4_0, 9_0), // default orientation
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:25: ALAssetOrientationDown NS_ENUM_DEPRECATED_IOS(4_0, 9_0), // 180 deg rotation
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:26: ALAssetOrientationLeft NS_ENUM_DEPRECATED_IOS(4_0, 9_0), // 90 deg CCW
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:27: ALAssetOrientationRight NS_ENUM_DEPRECATED_IOS(4_0, 9_0), // 90 deg CW
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:28: ALAssetOrientationUpMirrored NS_ENUM_DEPRECATED_IOS(4_0, 9_0), // as above but image mirrored along other axis. horizontal flip
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:29: ALAssetOrientationDownMirrored NS_ENUM_DEPRECATED_IOS(4_0, 9_0), // horizontal flip
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:30: ALAssetOrientationLeftMirrored NS_ENUM_DEPRECATED_IOS(4_0, 9_0), // vertical flip
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:31: ALAssetOrientationRightMirrored NS_ENUM_DEPRECATED_IOS(4_0, 9_0), // vertical flip
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:35: ALAssetsGroupLibrary NS_ENUM_DEPRECATED_IOS(4_0, 9_0) = (1 << 0), // The Library group that includes all assets.
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:36: ALAssetsGroupAlbum NS_ENUM_DEPRECATED_IOS(4_0, 9_0) = (1 << 1), // All the albums synced from iTunes or created on the device.
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:37: ALAssetsGroupEvent NS_ENUM_DEPRECATED_IOS(4_0, 9_0) = (1 << 2), // All the events synced from iTunes.
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:38: ALAssetsGroupFaces NS_ENUM_DEPRECATED_IOS(4_0, 9_0) = (1 << 3), // All the faces albums synced from iTunes.
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:39: ALAssetsGroupSavedPhotos NS_ENUM_DEPRECATED_IOS(4_0, 9_0) = (1 << 4), // The Saved Photos album.
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:41: ALAssetsGroupPhotoStream NS_ENUM_DEPRECATED_IOS(5_0, 9_0) = (1 << 5), // The PhotoStream album.
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:43: ALAssetsGroupAll NS_ENUM_DEPRECATED_IOS(4_0, 9_0) = 0xFFFFFFFF, // The same as ORing together all the available group types,
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:48: ALAuthorizationStatusNotDetermined NS_ENUM_DEPRECATED_IOS(6_0, 9_0) = 0, // User has not yet made a choice with regards to this application
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:49: ALAuthorizationStatusRestricted NS_ENUM_DEPRECATED_IOS(6_0, 9_0), // This application is not authorized to access photo data.
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:52: ALAuthorizationStatusDenied NS_ENUM_DEPRECATED_IOS(6_0, 9_0), // User has explicitly denied this application access to photos data.
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:53: ALAuthorizationStatusAuthorized NS_ENUM_DEPRECATED_IOS(6_0, 9_0) // User has authorized this application to access photos data.
./UIKit.framework/Headers/NSAttributedString.h:175:} NS_ENUM_DEPRECATED_IOS(7_0, 9_0, "Use NSWritingDirectionFormatType instead") __TVOS_PROHIBITED;
./UIKit.framework/Headers/NSLayoutManager.h:349: NSControlCharacterZeroAdvancementAction NS_ENUM_DEPRECATED_IOS(7_0, 9_0, "Use NSControlCharacterActionZeroAdvancement instead") = NSControlCharacterActionZeroAdvancement,
./UIKit.framework/Headers/NSLayoutManager.h:350: NSControlCharacterWhitespaceAction NS_ENUM_DEPRECATED_IOS(7_0, 9_0, "Use NSControlCharacterActionWhitespace instead") = NSControlCharacterActionWhitespace,
./UIKit.framework/Headers/NSLayoutManager.h:351: NSControlCharacterHorizontalTabAction NS_ENUM_DEPRECATED_IOS(7_0, 9_0, "Use NSControlCharacterActionHorizontalTab instead") = NSControlCharacterActionHorizontalTab,
./UIKit.framework/Headers/NSLayoutManager.h:352: NSControlCharacterLineBreakAction NS_ENUM_DEPRECATED_IOS(7_0, 9_0, "Use NSControlCharacterActionLineBreak instead") = NSControlCharacterActionLineBreak,
./UIKit.framework/Headers/NSLayoutManager.h:353: NSControlCharacterParagraphBreakAction NS_ENUM_DEPRECATED_IOS(7_0, 9_0, "Use NSControlCharacterActionParagraphBreak instead") = NSControlCharacterActionParagraphBreak,
./UIKit.framework/Headers/NSLayoutManager.h:354: NSControlCharacterContainerBreakAction NS_ENUM_DEPRECATED_IOS(7_0, 9_0, "Use NSControlCharacterActionContainerBreak instead") = NSControlCharacterActionContainerBreak
./UIKit.framework/Headers/UIScreen.h:32: UIScreenOverscanCompensationInsetApplicationFrame NS_ENUM_DEPRECATED_IOS(5_0, 9_0, "Use UIScreenOverscanCompensationNone") = 2,
$ find . -type f -exec grep -nH -e API_DEPRECATED\(.*,\ ios\(.*,\ 11.0 {} +
./CloudKit.framework/Headers/CKFetchNotificationChangesOperation.h:13:API_DEPRECATED("Instead of iterating notifications to enumerate changed record zones, use CKDatabaseSubscription, CKFetchDatabaseChangesOperation, and CKFetchRecordZoneChangesOperation", macos(10.10, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0))
./CloudKit.framework/Headers/CKMarkNotificationsReadOperation.h:14:API_DEPRECATED("Instead of iterating notifications, consider using CKDatabaseSubscription, CKFetchDatabaseChangesOperation, and CKFetchRecordZoneChangesOperation as appropriate", macos(10.10, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0))
./CloudKit.framework/Headers/CKModifyBadgeOperation.h:11:API_DEPRECATED("No longer supported, will cease working at some point in the future", macos(10.10, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0))
./CloudKit.framework/Headers/CKOperation.h:119:@property (nonatomic, strong, nullable) CKContainer *container API_DEPRECATED("Use CKOperationConfiguration", macos(10.10, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./CloudKit.framework/Headers/CKOperation.h:120:@property (nonatomic, assign) BOOL allowsCellularAccess API_DEPRECATED("Use CKOperationConfiguration", macos(10.10, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./CloudKit.framework/Headers/CKOperation.h:121:@property (nonatomic, assign, getter=isLongLived) BOOL longLived API_DEPRECATED("Use CKOperationConfiguration", macos(10.12, 10.13), ios(9.3, 11.0), tvos(9.2, 11.0), watchos(3.0, 4.0));
./CloudKit.framework/Headers/CKOperation.h:122:@property (nonatomic, assign) NSTimeInterval timeoutIntervalForRequest API_DEPRECATED("Use CKOperationConfiguration", macos(10.12, 10.13), ios(10.0, 11.0), tvos(10.0, 11.0), watchos(3.0, 4.0));
./CloudKit.framework/Headers/CKOperation.h:123:@property (nonatomic, assign) NSTimeInterval timeoutIntervalForResource API_DEPRECATED("Use CKOperationConfiguration", macos(10.12, 10.13), ios(10.0, 11.0), tvos(10.0, 11.0), watchos(3.0, 4.0));
./CoreLocation.framework/Headers/CLGeocoder.h:40:- (void)geocodeAddressDictionary:(NSDictionary *)addressDictionary completionHandler:(CLGeocodeCompletionHandler)completionHandler API_DEPRECATED("Use -geocodePostalAddress:completionHandler:", macos(10.8, 10.13), ios(5.0, 11.0), watchos(1.0, 4.0));
./CoreLocation.framework/Headers/CLPlacemark.h:73:@property (nonatomic, readonly, copy, nullable) NSDictionary *addressDictionary API_DEPRECATED("Use @properties", macos(10.8, 10.13), ios(5.0, 11.0), watchos(1.0, 4.0));
./FileProvider.framework/Headers/NSFileProviderExtension.h:48:+ (BOOL)writePlaceholderAtURL:(NSURL *)placeholderURL withMetadata:(NSDictionary <NSURLResourceKey, id> *)metadata error:(NSError **)error API_DEPRECATED("Use the corresponding method on NSFileProviderManager instead", ios(8.0, 11.0)) API_UNAVAILABLE(macos, tvos, watchos);
./Foundation.framework/Headers/NSArray.h:111:- (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nonnull])objects NS_SWIFT_UNAVAILABLE("Use 'as [AnyObject]' instead") API_DEPRECATED("Use -getObjects:range: instead", macos(10.0, 10.13), ios(2.0, 11.0), watchos(2.0, 4.0), tvos(9.0, 11.0));
./Foundation.framework/Headers/NSDictionary.h:65:- (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nullable])objects andKeys:(KeyType _Nonnull __unsafe_unretained [_Nullable])keys NS_SWIFT_UNAVAILABLE("Use 'allKeys' and/or 'allValues' instead") API_DEPRECATED("Use -getObjects:andKeys:count: instead", macos(10.0, 10.13), ios(2.0, 11.0), watchos(2.0, 4.0), tvos(9.0, 11.0));
./HealthKit.framework/Headers/HKUnit.h:187:+ (instancetype)calorieUnit API_DEPRECATED("Use smallCalorieUnit or largeCalorieUnit, depending on which you mean", ios(8.0, 11.0), watchos(2.0, 4.0));
./HealthKit.framework/Headers/HKWorkout.h:48: HKWorkoutActivityTypeMixedMetabolicCardioTraining API_DEPRECATED("Use HKWorkoutActivityTypeMixedCardio or HKWorkoutActivityTypeHighIntensityIntervalTraining", ios(8.0, 11.0), watchos(2.0, 4.0)), // This enum remains available to access older data.
./HomeKit.framework/Headers/HMEventTrigger.h:135:- (void)addEvent:(HMEvent *)event completionHandler:(void (^)(NSError * __nullable error))completion API_DEPRECATED("Use updateEvents:completionHandler: instead", ios(9.0, 11.0)) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./HomeKit.framework/Headers/HMEventTrigger.h:146:- (void)removeEvent:(HMEvent *)event completionHandler:(void (^)(NSError * __nullable error))completion API_DEPRECATED("Use updateEvents:completionHandler: instead", ios(9.0, 11.0)) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./HomeKit.framework/Headers/HMEventTrigger.h:220: applyingOffset:(nullable NSDateComponents *)offset API_DEPRECATED("Use predicateForEvaluatingTriggerOccurringBeforeSignificantEvent: instead", ios(9.0, 11.0));
./HomeKit.framework/Headers/HMEventTrigger.h:244: applyingOffset:(nullable NSDateComponents *)offset API_DEPRECATED("Use predicateForEvaluatingTriggerOccurringAfterSignificantEvent: instead", ios(9.0, 11.0));
./Intents.framework/Headers/INCancelWorkoutIntentResponse.h:13: INCancelWorkoutIntentResponseCodeContinueInApp API_AVAILABLE(watchos(3.2)) API_DEPRECATED("INCancelWorkoutIntentResponseCodeContinueInApp is deprecated on iOS. Please use INCancelWorkoutIntentResponseCodeHandleInApp instead", ios(10.0, 11.0)),
./Intents.framework/Headers/INEndWorkoutIntentResponse.h:13: INEndWorkoutIntentResponseCodeContinueInApp API_AVAILABLE(watchos(3.2)) API_DEPRECATED("INEndWorkoutIntentResponseCodeContinueInApp is deprecated on iOS. Please use INEndWorkoutIntentResponseCodeHandleInApp instead", ios(10.0, 11.0)),
./Intents.framework/Headers/INGetRideStatusIntentResponse.h:15: INGetRideStatusIntentResponseCodeInProgress API_DEPRECATED("INGetRideStatusIntentResponseCodeInProgress is deprecated.", ios(10.0, 11.0), watchos(3.2, 4.0)),
./Intents.framework/Headers/INListRideOptionsIntentResponse.h:16: INListRideOptionsIntentResponseCodeInProgress API_DEPRECATED("INListRideOptionsIntentResponseCodeInProgress is deprecated.", ios(10.0, 11.0), watchos(3.2, 4.0)),
./Intents.framework/Headers/INParameter.h:40:API_DEPRECATED("These APIs will be removed after Seed 1. Please use the INParameter class.", ios(11.0, 11.0))
./Intents.framework/Headers/INParameter.h:56:API_DEPRECATED("These APIs will be removed after Seed 1. Please use the INParameter class.", ios(11.0, 11.0))
./Intents.framework/Headers/INParameter.h:62:API_DEPRECATED("These APIs will be removed after Seed 1. Please use the INParameter class.", ios(11.0, 11.0))
./Intents.framework/Headers/INPauseWorkoutIntentResponse.h:13: INPauseWorkoutIntentResponseCodeContinueInApp API_AVAILABLE(watchos(3.2)) API_DEPRECATED("INPauseWorkoutIntentResponseCodeContinueInApp is deprecated on iOS. Please use INPauseWorkoutIntentResponseCodeHandleInApp instead", ios(10.0, 11.0)),
./Intents.framework/Headers/INPaymentAccount.h:33: organizationName:(nullable INSpeakableString *)organizationName API_DEPRECATED("Please use 'initWithNickname:number:accountType:organizationName:balance:secondaryBalance:' instead", ios(10.3, 11.0), watchos(3.2, 4.0));
./Intents.framework/Headers/INRequestPaymentIntent.h:91: withCompletion:(void (^)(INPersonResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolvePayer(forRequestPayment:with:)) API_DEPRECATED("resolvePayerForRequestPayment:withCompletion: is deprecated. Use resolvePayerForRequestPayment:completion: instead", ios(10.0, 11.0), watchos(3.2, 4.0));
./Intents.framework/Headers/INRequestPaymentIntent.h:97: withCompletion:(void (^)(INCurrencyAmountResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveCurrencyAmount(forRequestPayment:with:)) API_DEPRECATED("resolveCurrencyAmountForRequestPayment:withCompletion: is deprecated. Use resolveCurrencyAmountForRequestPayment:completion: instead", ios(10.0, 11.0), watchos(3.2, 4.0));
./Intents.framework/Headers/INRequestRideIntentResponse.h:15: INRequestRideIntentResponseCodeInProgress API_DEPRECATED("INRequestRideIntentResponseCodeInProgress is deprecated.", ios(10.0, 11.0), watchos(3.2, 4.0)),
./Intents.framework/Headers/INResumeWorkoutIntentResponse.h:13: INResumeWorkoutIntentResponseCodeContinueInApp API_AVAILABLE(watchos(3.2)) API_DEPRECATED("INResumeWorkoutIntentResponseCodeContinueInApp is deprecated on iOS. Please use INResumeWorkoutIntentResponseCodeHandleInApp instead", ios(10.0, 11.0)),
./Intents.framework/Headers/INSearchCallHistoryIntent.h:105: withCompletion:(void (^)(INCallRecordTypeResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveCallType(forSearchCallHistory:with:)) API_DEPRECATED("resolveCallTypeForSearchCallHistory:withCompletion: is deprecated. Use resolveCallTypesForSearchCallHistory:withCompletion: instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchCallHistoryIntent_Deprecated.h:18: callCapabilities:(INCallCapabilityOptions)callCapabilities API_DEPRECATED("Use the designated initializer instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchCallHistoryIntent_Deprecated.h:21:@property (readonly, assign, NS_NONATOMIC_IOSONLY) INCallRecordType callType API_DEPRECATED("Use callTypes instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchForMessagesIntent.h:137: withCompletion:(void (^)(NSArray<INStringResolutionResult *> *resolutionResult))completion NS_SWIFT_NAME(resolveGroupNames(forSearchForMessages:with:)) API_DEPRECATED("resolveGroupNamesForSearchForMessages:withCompletion: is deprecated. Use resolveSpeakableGroupNamesForSearchForMessages:withCompletion: instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchForMessagesIntent_Deprecated.h:21: groupNames:(nullable NSArray<NSString *> *)groupNames API_DEPRECATED("Use the designated initializer instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchForMessagesIntent_Deprecated.h:23:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSArray<NSString *> *groupNames API_DEPRECATED("Use speakableGroupNames instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchForMessagesIntent_Deprecated.h:25:@property (readonly, assign, NS_NONATOMIC_IOSONLY) INConditionalOperator groupNamesOperator API_DEPRECATED("Use speakableGroupNamesOperator instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSendMessageIntent.h:106: withCompletion:(void (^)(INStringResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveGroupName(forSendMessage:with:)) API_DEPRECATED("resolveGroupNameForSendMessage:withCompletion: is deprecated. Use resolveSpeakableGroupNameForSendMessage:withCompletion: instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSendMessageIntent_Deprecated.h:18: sender:(nullable INPerson *)sender API_DEPRECATED("Use the designated initializer instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSendMessageIntent_Deprecated.h:20:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSString *groupName API_DEPRECATED("Use speakableGroupNames instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSendPaymentIntent.h:91: withCompletion:(void (^)(INPersonResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolvePayee(forSendPayment:with:)) API_DEPRECATED("resolvePayeeForSendPayment:withCompletion: is deprecated. Use resolvePayeeForSendPayment:completion: instead", ios(10.0, 11.0), watchos(3.2, 4.0));
./Intents.framework/Headers/INSendPaymentIntent.h:97: withCompletion:(void (^)(INCurrencyAmountResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveCurrencyAmount(forSendPayment:with:)) API_DEPRECATED("resolveCurrencyAmountForSendPayment:withCompletion: is deprecated. Use resolveCurrencyAmountForSendPayment:completion: instead", ios(10.0, 11.0), watchos(3.2, 4.0));
./Intents.framework/Headers/INSpeakable.h:20:@property (readonly, nullable, NS_NONATOMIC_IOSONLY) NSString *identifier API_DEPRECATED("Please use vocabularyIdentifier", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSpeakableString.h:25: pronunciationHint:(nullable NSString *)pronunciationHint API_DEPRECATED("Please use -initWithVocabularyIdentifier:spokenPhrase:pronunciationHint:", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INStartAudioCallIntent_Deprecated.h:14:- (instancetype)initWithContacts:(nullable NSArray<INPerson *> *)contacts API_DEPRECATED("Use the designated initializer instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INStartWorkoutIntentResponse.h:13: INStartWorkoutIntentResponseCodeContinueInApp API_AVAILABLE(watchos(3.2)) API_DEPRECATED("INStartWorkoutIntentResponseCodeContinueInApp is deprecated on iOS. Please use INStartWorkoutIntentResponseCodeHandleInApp instead", ios(10.0, 11.0)),
./PassKit.framework/Headers/PKConstants.h:43: PKPaymentAuthorizationStatusInvalidBillingPostalAddress API_DEPRECATED("Use PKPaymentAuthorizationResult with PKPaymentAuthorizationStatusFailure and include the result of -paymentBillingAddressInvalidErrorWithKey:localizedDescription: in the errors array.", ios(8.0, 11.0), watchos(3.0, 4.0)), // Supplied billing address is insufficient or otherwise invalid
./PassKit.framework/Headers/PKConstants.h:44: PKPaymentAuthorizationStatusInvalidShippingPostalAddress API_DEPRECATED("Use PKPaymentAuthorizationResult with PKPaymentAuthorizationStatusFailure and include the result of -paymentShippingAddressInvalidErrorWithKey:localizedDescription: in the errors array.", ios(8.0, 11.0), watchos(3.0, 4.0)), // Supplied postal address is insufficient or otherwise invalid
./PassKit.framework/Headers/PKConstants.h:45: PKPaymentAuthorizationStatusInvalidShippingContact API_DEPRECATED("Use PKPaymentAuthorizationResult with PKPaymentAuthorizationStatusFailure and include the result of -paymentContactInvalidErrorWithContactField:localizedDescription: in the errors array.", ios(8.0, 11.0), watchos(3.0, 4.0)), // Supplied contact information is insufficient or otherwise invalid
./PassKit.framework/Headers/PKPaymentAuthorizationController.h:52: completion:(void (^)(PKPaymentAuthorizationStatus status))completion API_DEPRECATED("Use paymentAuthorizationController:didAuthorizePayment:handler: instead to provide more granular errors", ios(10.0, 11.0), watchos(3.0, 4.0));
./PassKit.framework/Headers/PKPaymentAuthorizationController.h:91: completion:(void (^)(PKPaymentAuthorizationStatus status, NSArray<PKPaymentSummaryItem *> *summaryItems))completion API_DEPRECATED("Use paymentAuthorizationController:didSelectShippingMethod:handler: instead to provide more granular errors", ios(10.0, 11.0), watchos(3.0, 4.0));
./PassKit.framework/Headers/PKPaymentAuthorizationController.h:96: NSArray<PKPaymentSummaryItem *> *summaryItems))completion API_DEPRECATED("Use paymentAuthorizationController:didSelectShippingContact:handler: instead to provide more granular errors", ios(10.0, 11.0), watchos(3.0, 4.0));
./PassKit.framework/Headers/PKPaymentAuthorizationController.h:100: completion:(void (^)(NSArray<PKPaymentSummaryItem *> *summaryItems))completion API_DEPRECATED("Use paymentAuthorizationController:didSelectPaymentMethod:handler: instead to provide more granular errors", ios(10.0, 11.0), watchos(3.0, 4.0));
./PassKit.framework/Headers/PKPaymentAuthorizationViewController.h:100: completion:(void (^)(PKPaymentAuthorizationStatus status))completion API_DEPRECATED("Use paymentAuthorizationViewController:didAuthorizePayment:handler: instead to provide more granular errors", ios(8.0, 11.0));
./PassKit.framework/Headers/PKPaymentAuthorizationViewController.h:104: completion:(void (^)(PKPaymentAuthorizationStatus status, NSArray<PKPaymentSummaryItem *> *summaryItems))completion API_DEPRECATED("Use paymentAuthorizationViewController:didSelectShippingMethod:handler: instead to provide more granular errors", ios(8.0, 11.0));
./PassKit.framework/Headers/PKPaymentAuthorizationViewController.h:114: NSArray<PKPaymentSummaryItem *> *summaryItems))completion API_DEPRECATED("Use paymentAuthorizationViewController:didSelectShippingContact:handler: instead to provide more granular errors", ios(8.0, 11.0));
./PassKit.framework/Headers/PKPaymentAuthorizationViewController.h:118: completion:(void (^)(NSArray<PKPaymentSummaryItem *> *summaryItems))completion API_DEPRECATED("Use paymentAuthorizationViewController:didSelectPaymentMethod:handler: instead to provide more granular errors", ios(8.0, 11.0));
./PassKit.framework/Headers/PKPaymentRequest.h:37:} API_DEPRECATED("Use PKContactField and -requiredShippingContactFields / -requiredBillingContactFields", ios(8.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNAnimation.h:115:- (void)pauseAnimationForKey:(NSString *)key API_DEPRECATED("Use -[SCNAnimationPlayer setPaused:] instead", macos(10.9, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNAnimation.h:122:- (void)resumeAnimationForKey:(NSString *)key API_DEPRECATED("Use -[SCNAnimationPlayer setPaused:] instead", macos(10.9, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNAnimation.h:130:- (void)setSpeed:(CGFloat)speed forAnimationKey:(NSString *)key API_DEPRECATED("Use -[SCNAnimationPlayer setSpeed:] instead", macos(10.12, 10.13), ios(10.0, 11.0), tvos(10.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNAnimation.h:137:- (BOOL)isAnimationForKeyPaused:(NSString *)key API_DEPRECATED("Use -[SCNAnimationPlayer paused] instead", macos(10.9, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNCamera.h:323:@property(nonatomic) CGFloat focalBlurRadius API_DEPRECATED("Use fStop instead", macos(10.8, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNCamera.h:330:@property(nonatomic) double xFov API_DEPRECATED("Use -[SCNCamera fov] or -[SCNCamera focalLength] instead", macos(10.8, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNCamera.h:337:@property(nonatomic) double yFov API_DEPRECATED("Use -[SCNCamera fov] or -[SCNCamera focalLength] instead", macos(10.8, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNCamera.h:344:@property(nonatomic) CGFloat aperture API_DEPRECATED("Use -[SCNCamera fStop] instead with fStop = sensorHeight / aperture.", macos(10.8, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
$ find . -type f -exec grep -nH -e API_DEPRECATED\(.*,\ ios\(.*,\ 10.3 {} +
./Intents.framework/Headers/INRequestRideIntent_Deprecated.h:20: paymentMethod:(nullable INPaymentMethod *)paymentMethod NS_REFINED_FOR_SWIFT API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.3));
./PassKit.framework/Headers/PKContact.h:30:@property (nonatomic, retain, nullable) NSString *supplementarySubLocality API_DEPRECATED("Use subLocality and subAdministrativeArea on -postalAddress instead", ios(9.2, 10.3), watchos(3.0, 3.2));
$ find . -type f -exec grep -nH -e API_DEPRECATED\(.*,\ ios\(.*,\ 10.2 {} +
./Intents.framework/Headers/INRideDriver_Deprecated.h:19: phoneNumber:(nullable NSString *)phoneNumber API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.2));
./Intents.framework/Headers/INSaveProfileInCarIntent_Deprecated.h:17: profileLabel:(nullable NSString *)profileLabel API_DEPRECATED("Use `-initWithProfileNumber:profileName:` method instead.", ios(10.0, 10.2)) API_UNAVAILABLE(watchos) NS_REFINED_FOR_SWIFT;
./Intents.framework/Headers/INSaveProfileInCarIntent_Deprecated.h:19:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSString *profileLabel API_DEPRECATED("Use `profileName` property instead.", ios(10.0, 10.2)) API_UNAVAILABLE(watchos);
./Intents.framework/Headers/INSetProfileInCarIntent_Deprecated.h:18: defaultProfile:(nullable NSNumber *)defaultProfile API_DEPRECATED("Use `-initWithProfileNumber:profileName:defaultProfile:` method instead.", ios(10.0, 10.2)) API_UNAVAILABLE(watchos) NS_REFINED_FOR_SWIFT;
./Intents.framework/Headers/INSetProfileInCarIntent_Deprecated.h:20:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSString *profileLabel API_DEPRECATED("Use `profileName` property instead.", ios(10.0, 10.2)) API_UNAVAILABLE(watchos);
$ find . -type f -exec grep -nH -e NS_DEPRECATED_IOS\(.*,\ 10_0 {} +
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h:680:AVF_EXPORT NSString *const AVAudioSessionCategoryAudioProcessing NS_DEPRECATED_IOS(3_0, 10_0) __TVOS_PROHIBITED __WATCHOS_PROHIBITED;
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h:914:-(instancetype) init NS_DEPRECATED_IOS(3_0, 10_0) __WATCHOS_PROHIBITED;
./AVFoundation.framework/Headers/AVAssetDownloadTask.h:56:@property (nonatomic, readonly) NSURL *destinationURL NS_DEPRECATED_IOS(9_0, 10_0);
./AVFoundation.framework/Headers/AVAssetDownloadTask.h:226:- (nullable AVAssetDownloadTask *)assetDownloadTaskWithURLAsset:(AVURLAsset *)URLAsset destinationURL:(NSURL *)destinationURL options:(nullable NSDictionary<NSString *, id> *)options NS_DEPRECATED_IOS(9_0, 10_0);
./AVFoundation.framework/Headers/AVCaptureDevice.h:567:@property(nonatomic, readonly, getter=isFlashActive) BOOL flashActive NS_DEPRECATED_IOS(5_0, 10_0, "Use AVCapturePhotoOutput's -isFlashScene instead.");
./AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:278:@property(nonatomic, readonly) NSUInteger maxBracketedCaptureStillImageCount NS_DEPRECATED_IOS(8_0, 10_0, "Use AVCapturePhotoOutput maxBracketedCapturePhotoCount instead");
./AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:288:@property(nonatomic, readonly, getter=isLensStabilizationDuringBracketedCaptureSupported) BOOL lensStabilizationDuringBracketedCaptureSupported NS_DEPRECATED_IOS(9_0, 10_0, "Use AVCapturePhotoOutput lensStabilizationDuringBracketedCaptureSupported instead");
./AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:298:@property(nonatomic, getter=isLensStabilizationDuringBracketedCaptureEnabled) BOOL lensStabilizationDuringBracketedCaptureEnabled NS_DEPRECATED_IOS(9_0, 10_0, "Use AVCapturePhotoOutput with AVCapturePhotoBracketSettings instead");
./AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:315:- (void)prepareToCaptureStillImageBracketFromConnection:(AVCaptureConnection *)connection withSettingsArray:(NSArray<__kindof AVCaptureBracketedStillImageSettings *> *)settings completionHandler:(void (^)(BOOL prepared, NSError * _Nullable error))handler NS_DEPRECATED_IOS(8_0, 10_0, "Use AVCapturePhotoOutput setPreparedPhotoSettingsArray:completionHandler: instead");
./AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:332:- (void)captureStillImageBracketAsynchronouslyFromConnection:(AVCaptureConnection *)connection withSettingsArray:(NSArray<__kindof AVCaptureBracketedStillImageSettings *> *)settings completionHandler:(void (^)(CMSampleBufferRef _Nullable sampleBuffer, AVCaptureBracketedStillImageSettings * _Nullable stillImageSettings, NSError * _Nullable error))handler NS_DEPRECATED_IOS(8_0, 10_0, "Use AVCapturePhotoOutput capturePhotoWithSettings:delegate: instead");
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:62:+ (void)prepareInterstitialAds NS_DEPRECATED_IOS(7_0, 10_0);
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:73:@property (nonatomic, assign) ADInterstitialPresentationPolicy interstitialPresentationPolicy NS_DEPRECATED_IOS(7_0, 10_0);
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:88:@property (nonatomic, assign) BOOL canDisplayBannerAds NS_DEPRECATED_IOS(7_0, 10_0);
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:100:@property (nullable, nonatomic, retain, readonly) UIView *originalContentView NS_DEPRECATED_IOS(7_0, 10_0);
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:109:@property (nonatomic, readonly, getter=isPresentingFullScreenAd) BOOL presentingFullScreenAd NS_DEPRECATED_IOS(7_0, 10_0);
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:117:@property (nonatomic, readonly, getter=isDisplayingBannerAd) BOOL displayingBannerAd NS_DEPRECATED_IOS(7_0, 10_0);
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:131:- (BOOL)requestInterstitialAdPresentation NS_DEPRECATED_IOS(7_0, 10_0);
./iAd.framework/Headers/UIViewControlleriAdAdditions.h:146:@property (NS_NONATOMIC_IOSONLY, readonly) BOOL shouldPresentInterstitialAd NS_DEPRECATED_IOS(7_0, 10_0);
./MediaPlayer.framework/Headers/MPMediaItem.h:186:@property (nonatomic, readonly) CGRect imageCropRect NS_DEPRECATED_IOS(3_0, 10_0);
./MediaPlayer.framework/Headers/MPMediaItem.h:189:- (instancetype)initWithImage:(UIImage *)image NS_DEPRECATED_IOS(5_0, 10_0);
./NotificationCenter.framework/Headers/NCWidgetProviding.h:49:- (UIEdgeInsets)widgetMarginInsetsForProposedMarginInsets:(UIEdgeInsets)defaultMarginInsets NS_DEPRECATED_IOS(8_0, 10_0, "This method will not be called on widgets linked against iOS versions 10.0 and later.");
./NotificationCenter.framework/Headers/NCWidgetProviding.h:73:+ (UIVibrancyEffect *)notificationCenterVibrancyEffect NS_DEPRECATED_IOS(8_0, 10_0, "Please use '-[UIVibrancyEffect widgetPrimaryVibrancyEffect]' instead.");
./UIKit.framework/Headers/UIApplication.h:127:- (BOOL)openURL:(NSURL*)url NS_DEPRECATED_IOS(2_0, 10_0, "Please use openURL:options:completionHandler: instead") NS_EXTENSION_UNAVAILABLE_IOS("");
./UIKit.framework/Headers/UIApplication.h:222:- (void)presentLocalNotificationNow:(UILocalNotification *)notification NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:224:- (void)scheduleLocalNotification:(UILocalNotification *)notification NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]") __TVOS_PROHIBITED; // copies notification
./UIKit.framework/Headers/UIApplication.h:225:- (void)cancelLocalNotification:(UILocalNotification *)notification NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter removePendingNotificationRequestsWithIdentifiers:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:226:- (void)cancelAllLocalNotifications NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter removeAllPendingNotificationRequests]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:228:@property(nullable,nonatomic,copy) NSArray<UILocalNotification *> *scheduledLocalNotifications NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:236:- (void)registerUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings NS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:240:@property(nonatomic, readonly, nullable) UIUserNotificationSettings *currentUserNotificationSettings NS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter getNotificationSettingsWithCompletionHandler:] and -[UNUserNotificationCenter getNotificationCategoriesWithCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:242:- (nullable UIUserNotificationSettings *)currentUserNotificationSettings NS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter getNotificationSettingsWithCompletionHandler:] and -[UNUserNotificationCenter getNotificationCategoriesWithCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:339: - (void)application:(UIApplication *)application didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings NS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:345:- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo NS_DEPRECATED_IOS(3_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenterDelegate willPresentNotification:withCompletionHandler:] or -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:] for user visible notifications and -[UIApplicationDelegate application:didReceiveRemoteNotification:fetchCompletionHandler:] for silent remote notifications");
./UIKit.framework/Headers/UIApplication.h:347:- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenterDelegate willPresentNotification:withCompletionHandler:] or -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:352:- (void)application:(UIApplication *)application handleActionWithIdentifier:(nullable NSString *)identifier forLocalNotification:(UILocalNotification *)notification completionHandler:(void(^)())completionHandler NS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:354:- (void)application:(UIApplication *)application handleActionWithIdentifier:(nullable NSString *)identifier forRemoteNotification:(NSDictionary *)userInfo withResponseInfo:(NSDictionary *)responseInfo completionHandler:(void(^)())completionHandler NS_DEPRECATED_IOS(9_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:359:- (void)application:(UIApplication *)application handleActionWithIdentifier:(nullable NSString *)identifier forRemoteNotification:(NSDictionary *)userInfo completionHandler:(void(^)())completionHandler NS_DEPRECATED_IOS(8_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:361:- (void)application:(UIApplication *)application handleActionWithIdentifier:(nullable NSString *)identifier forLocalNotification:(UILocalNotification *)notification withResponseInfo:(NSDictionary *)responseInfo completionHandler:(void(^)())completionHandler NS_DEPRECATED_IOS(9_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:497:UIKIT_EXTERN UIApplicationLaunchOptionsKey const UIApplicationLaunchOptionsLocalNotificationKey NS_SWIFT_NAME(localNotification) NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]") __TVOS_PROHIBITED; // userInfo contains a UILocalNotification
./UIKit.framework/Headers/UIApplication.h:513:UIKIT_EXTERN UIApplicationLaunchOptionsKey const UIApplicationLaunchOptionsLocalNotificationKey NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]") __TVOS_PROHIBITED; // userInfo contains a UILocalNotification
./UIKit.framework/Headers/UIFocus.h:62:@property (nonatomic, weak, readonly, nullable) UIView *preferredFocusedView NS_DEPRECATED_IOS(9_0, 10_0, "Use -preferredFocusEnvironments instead.");
./UIKit.framework/Headers/UIFocusGuide.h:25:@property (nonatomic, weak, nullable) UIView *preferredFocusedView NS_DEPRECATED_IOS(9_0, 10_0, "Use -preferredFocusEnvironments instead.");
./UIKit.framework/Headers/UILocalNotification.h:61:UIKIT_EXTERN NSString *const UILocalNotificationDefaultSoundName NS_DEPRECATED_IOS(4_0, 10_0, "Use UserNotifications Framework's +[UNNotificationSound defaultSound]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIPasteboard.h:20:UIKIT_EXTERN NSString *const UIPasteboardNameFind __TVOS_PROHIBITED __WATCHOS_PROHIBITED NS_DEPRECATED_IOS(3_0, 10_0, "The Find pasteboard is no longer available.");
./UIKit.framework/Headers/UIPasteboard.h:40:- (void)setPersistent:(BOOL)persistent NS_DEPRECATED_IOS(3_0, 10_0, "Do not set persistence on pasteboards. This property is set automatically.");
./UIKit.framework/Headers/UITextView.h:46:- (BOOL)textView:(UITextView *)textView shouldInteractWithURL:(NSURL *)URL inRange:(NSRange)characterRange NS_DEPRECATED_IOS(7_0, 10_0, "Use textView:shouldInteractWithURL:inRange:forInteractionType: instead");
./UIKit.framework/Headers/UITextView.h:47:- (BOOL)textView:(UITextView *)textView shouldInteractWithTextAttachment:(NSTextAttachment *)textAttachment inRange:(NSRange)characterRange NS_DEPRECATED_IOS(7_0, 10_0, "Use textView:shouldInteractWithTextAttachment:inRange:forInteractionType: instead");
./UIKit.framework/Headers/UIUserNotificationSettings.h:38:UIKIT_EXTERN NSString *const UIUserNotificationTextInputActionButtonTitleKey NS_DEPRECATED_IOS(9_0, 10_0, "Use UserNotifications Framework's -[UNTextInputNotificationAction textInputButtonTitle]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIUserNotificationSettings.h:40:UIKIT_EXTERN NSString *const UIUserNotificationActionResponseTypedTextKey NS_DEPRECATED_IOS(9_0, 10_0, "Use UserNotifications Framework's -[UNTextInputNotificationResponse userText]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:153:- (void)notifyWhenInteractionEndsUsingBlock: (void (^)(id <UIViewControllerTransitionCoordinatorContext>context))handler NS_DEPRECATED_IOS(7_0, 10_0,"Use notifyWhenInteractionChangesUsingBlock");
$ find . -type f -exec grep -nH -e API_DEPRECATED\(.*,\ ios\(.*,\ 10.1 {} +
./Intents.framework/Headers/INPerson_Deprecated.h:15:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSString *handle API_DEPRECATED("Use personHandle instead", ios(10.0, 10.0), macosx(10.12, 10.12));
./Intents.framework/Headers/INPerson_Deprecated.h:20: contactIdentifier:(nullable NSString *)contactIdentifier API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.0), macosx(10.12, 10.12));
./Intents.framework/Headers/INPerson_Deprecated.h:25: contactIdentifier:(nullable NSString *)contactIdentifier API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.0), macosx(10.12, 10.12));
./Intents.framework/Headers/INPerson_Deprecated.h:31: contactIdentifier:(nullable NSString *)contactIdentifier API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.0), macosx(10.12, 10.12));
./Intents.framework/Headers/INSearchCallHistoryIntent.h:105: withCompletion:(void (^)(INCallRecordTypeResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveCallType(forSearchCallHistory:with:)) API_DEPRECATED("resolveCallTypeForSearchCallHistory:withCompletion: is deprecated. Use resolveCallTypesForSearchCallHistory:withCompletion: instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchCallHistoryIntent_Deprecated.h:18: callCapabilities:(INCallCapabilityOptions)callCapabilities API_DEPRECATED("Use the designated initializer instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchCallHistoryIntent_Deprecated.h:21:@property (readonly, assign, NS_NONATOMIC_IOSONLY) INCallRecordType callType API_DEPRECATED("Use callTypes instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchForMessagesIntent.h:137: withCompletion:(void (^)(NSArray<INStringResolutionResult *> *resolutionResult))completion NS_SWIFT_NAME(resolveGroupNames(forSearchForMessages:with:)) API_DEPRECATED("resolveGroupNamesForSearchForMessages:withCompletion: is deprecated. Use resolveSpeakableGroupNamesForSearchForMessages:withCompletion: instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchForMessagesIntent_Deprecated.h:21: groupNames:(nullable NSArray<NSString *> *)groupNames API_DEPRECATED("Use the designated initializer instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchForMessagesIntent_Deprecated.h:23:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSArray<NSString *> *groupNames API_DEPRECATED("Use speakableGroupNames instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSearchForMessagesIntent_Deprecated.h:25:@property (readonly, assign, NS_NONATOMIC_IOSONLY) INConditionalOperator groupNamesOperator API_DEPRECATED("Use speakableGroupNamesOperator instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSendMessageIntent.h:106: withCompletion:(void (^)(INStringResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveGroupName(forSendMessage:with:)) API_DEPRECATED("resolveGroupNameForSendMessage:withCompletion: is deprecated. Use resolveSpeakableGroupNameForSendMessage:withCompletion: instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSendMessageIntent_Deprecated.h:18: sender:(nullable INPerson *)sender API_DEPRECATED("Use the designated initializer instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSendMessageIntent_Deprecated.h:20:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSString *groupName API_DEPRECATED("Use speakableGroupNames instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSpeakable.h:20:@property (readonly, nullable, NS_NONATOMIC_IOSONLY) NSString *identifier API_DEPRECATED("Please use vocabularyIdentifier", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INSpeakableString.h:25: pronunciationHint:(nullable NSString *)pronunciationHint API_DEPRECATED("Please use -initWithVocabularyIdentifier:spokenPhrase:pronunciationHint:", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
./Intents.framework/Headers/INStartAudioCallIntent_Deprecated.h:14:- (instancetype)initWithContacts:(nullable NSArray<INPerson *> *)contacts API_DEPRECATED("Use the designated initializer instead", ios(10.0, 11.0), watchos(3.2, 4.0), macosx(10.12, 10.13));
$ find . -type f -exec grep -nH -e API_DEPRECATED\(.*,\ ios\(.*,\ 10.0 {} +
./CloudKit.framework/Headers/CKContainer.h:138:- (void)discoverAllContactUserInfosWithCompletionHandler:(void (^)(NSArray<CKDiscoveredUserInfo *> * _Nullable userInfos, NSError * _Nullable error))completionHandler API_DEPRECATED("Use -[CKContainer discoverAllIdentitiesWithCompletionHandler:]", macos(10.10, 10.12), ios(8.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKContainer.h:139:- (void)discoverUserInfoWithEmailAddress:(NSString *)email completionHandler:(void (^)(CKDiscoveredUserInfo * _Nullable userInfo, NSError * _Nullable error))completionHandler API_DEPRECATED("Use -[CKContainer discoverUserIdentityWithEmailAddress:completionHandler:]", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKContainer.h:140:- (void)discoverUserInfoWithUserRecordID:(CKRecordID *)userRecordID completionHandler:(void (^)(CKDiscoveredUserInfo * _Nullable userInfo, NSError * _Nullable error))completionHandler API_DEPRECATED("Use -[CKContainer discoverUserIdentityWithUserRecordID:completionHandler:]", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKError.h:46: CKErrorResultsTruncated API_DEPRECATED("Will not be returned", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0)) = 13,
./CloudKit.framework/Headers/CKNotification.h:134:@property (nonatomic, readonly, assign) BOOL isPublicDatabase API_DEPRECATED("Use databaseScope instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:184:} API_DEPRECATED("Use CKQuerySubscriptionOptions instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0)) __WATCHOS_PROHIBITED;
./CloudKit.framework/Headers/CKSubscription.h:188:- (instancetype)initWithCoder:(NSCoder *)aDecoder API_DEPRECATED("Init the appropriate CKSubscription subclass", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:191:- (instancetype)initWithRecordType:(NSString *)recordType predicate:(NSPredicate *)predicate options:(CKSubscriptionOptions)subscriptionOptions API_DEPRECATED("Use CKQuerySubscription instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:192:- (instancetype)initWithRecordType:(NSString *)recordType predicate:(NSPredicate *)predicate subscriptionID:(NSString *)subscriptionID options:(CKSubscriptionOptions)subscriptionOptions API_DEPRECATED("Use CKQuerySubscription instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:193:@property (nonatomic, readonly, copy, nullable) NSString *recordType API_DEPRECATED("Use CKQuerySubscription instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:194:@property (nonatomic, readonly, copy, nullable) NSPredicate *predicate API_DEPRECATED("Use CKQuerySubscription instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:197:@property (nonatomic, readonly, assign) CKSubscriptionOptions subscriptionOptions API_DEPRECATED("Use CKQuerySubscriptionOptions instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:200:- (instancetype)initWithZoneID:(CKRecordZoneID *)zoneID options:(CKSubscriptionOptions)subscriptionOptions API_DEPRECATED("Use CKRecordZoneSubscription instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:201:- (instancetype)initWithZoneID:(CKRecordZoneID *)zoneID subscriptionID:(NSString *)subscriptionID options:(CKSubscriptionOptions)subscriptionOptions API_DEPRECATED("Use CKRecordZoneSubscription instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKSubscription.h:202:@property (nonatomic, copy, nullable) CKRecordZoneID *zoneID API_DEPRECATED("Use CKRecordZoneSubscription instead", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./HealthKit.framework/Headers/HKWorkout.h:33: HKWorkoutActivityTypeDanceInspiredTraining API_DEPRECATED("Use HKWorkoutActivityTypeDance, HKWorkoutActivityTypeBarre or HKWorkoutActivityTypePilates", ios(8.0, 10.0), watchos(2.0, 3.0)), // This enum remains available to access older data.
./Intents.framework/Headers/INPerson_Deprecated.h:15:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSString *handle API_DEPRECATED("Use personHandle instead", ios(10.0, 10.0), macosx(10.12, 10.12));
./Intents.framework/Headers/INPerson_Deprecated.h:20: contactIdentifier:(nullable NSString *)contactIdentifier API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.0), macosx(10.12, 10.12));
./Intents.framework/Headers/INPerson_Deprecated.h:25: contactIdentifier:(nullable NSString *)contactIdentifier API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.0), macosx(10.12, 10.12));
./Intents.framework/Headers/INPerson_Deprecated.h:31: contactIdentifier:(nullable NSString *)contactIdentifier API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.0), macosx(10.12, 10.12));
./Intents.framework/Headers/INRideDriver_Deprecated.h:25: phoneNumber:(nullable NSString *)phoneNumber API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.0));
./Intents.framework/Headers/INRideDriver_Deprecated.h:31: phoneNumber:(nullable NSString *)phoneNumber API_DEPRECATED("Use the designated initializer instead", ios(10.0, 10.0));
./ReplayKit.framework/Headers/RPScreenRecorder.h:51:- (void)startRecordingWithMicrophoneEnabled:(BOOL)microphoneEnabled handler:(nullable void(^)(NSError * _Nullable error))handler API_DEPRECATED("Use microphoneEnabaled property", ios(9.0, 10.0));
./ReplayKit.framework/Headers/RPScreenRecorder.h:109:- (void)screenRecorder:(RPScreenRecorder *)screenRecorder didStopRecordingWithError:(NSError *)error previewViewController:(nullable RPPreviewViewController *)previewViewController API_DEPRECATED("No longer supported", ios(9.0, 10.0), tvos(10.0,10.0));
./SceneKit.framework/Headers/SCNMaterialProperty.h:108:@property(nonatomic, retain, nullable) id borderColor API_DEPRECATED("Deprecated", macos(10.8, 10.12), ios(8.0, 10.0)) API_UNAVAILABLE(watchos, tvos);
$ find . -type f -exec grep -nH -e API_DEPRECATED\(.*,\ ios\(.*,\ 9.0 {} +
./CloudKit.framework/Headers/CKDiscoveredUserInfo.h:26:@property (nonatomic, readonly, copy, nullable) NSString *firstName API_DEPRECATED("Use CKDiscoveredUserInfo.displayContact.givenName", macos(10.10, 10.11), ios(8.0, 9.0), tvos(9.0, 9.0));
./CloudKit.framework/Headers/CKDiscoveredUserInfo.h:27:@property (nonatomic, readonly, copy, nullable) NSString *lastName API_DEPRECATED("Use CKDiscoveredUserInfo.displayContact.familyName", macos(10.10, 10.11), ios(8.0, 9.0), tvos(9.0, 9.0));
./PassKit.framework/Headers/PKPassLibrary.h:44:+ (BOOL)isPaymentPassActivationAvailable API_DEPRECATED("Use -[PKPassLibrary isPaymentPassActivationAvailable] instead", ios(8.0, 9.0));
./PassKit.framework/Headers/PKPassLibrary.h:90:- (void)activatePaymentPass:(PKPaymentPass *)paymentPass withActivationCode:(NSString *)activationCode completion:(nullable void(^)(BOOL success, NSError* error))completion API_DEPRECATED("Use activatePaymentPass:withActivationData:completion: instead", ios(8.0, 9.0)) __WATCHOS_PROHIBITED;
./PassKit.framework/Headers/PKPayment.h:32:@property (nonatomic, assign, readonly, nullable) ABRecordRef billingAddress API_DEPRECATED("Use billingContact instead", ios(8.0, 9.0)) __WATCHOS_PROHIBITED;
./PassKit.framework/Headers/PKPayment.h:42:@property (nonatomic, assign, readonly, nullable) ABRecordRef shippingAddress API_DEPRECATED("Use shippingContact instead", ios(8.0, 9.0)) __WATCHOS_PROHIBITED;
./PassKit.framework/Headers/PKPaymentAuthorizationViewController.h:109: NSArray<PKPaymentSummaryItem *> *summaryItems))completion API_DEPRECATED("ABRecordRef has been deprecated. Please migrate away from this delegate callback as soon as possible.", ios(8.0, 9.0));
./PassKit.framework/Headers/PKPaymentRequest.h:154:@property (nonatomic, assign, nullable) ABRecordRef shippingAddress __WATCHOS_PROHIBITED API_DEPRECATED("ABRecordRef has been deprecated, and does not support all available address properties. You should migrate to shippingContact.", ios(8.0, 9.0));
./PassKit.framework/Headers/PKPaymentRequest.h:156:@property (nonatomic, assign, nullable) ABRecordRef billingAddress __WATCHOS_PROHIBITED API_DEPRECATED("ABRecordRef has been deprecated, and does not support all available address properties. You should migrate to billingContact.", ios(8.0, 9.0));
./PassKit.framework/Headers/PKPaymentToken.h:21:@property (nonatomic, copy, readonly) NSString *paymentInstrumentName API_DEPRECATED("Use paymentMethod instead", ios(8.0, 9.0)) __WATCHOS_PROHIBITED;
./PassKit.framework/Headers/PKPaymentToken.h:24:@property (nonatomic, copy, readonly) NSString *paymentNetwork API_DEPRECATED("Use paymentMethod instead", ios(8.0, 9.0)) __WATCHOS_PROHIBITED;
find . -type f -exec grep -nH -e __OSX_AVAILABLE_BUT_DEPRECATED\(.*__IPHONE.*__IPHONE_11_0 {} +
./Security.framework/Headers/SecureTransport.h:320:__OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2,__MAC_10_13,__IPHONE_5_0,__IPHONE_11_0);
./Security.framework/Headers/SecureTransport.h:336:__OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2,__MAC_10_13,__IPHONE_5_0,__IPHONE_11_0);
./Security.framework/Headers/SecureTransport.h:344:__OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2,__MAC_10_13,__IPHONE_5_0,__IPHONE_11_0);
./Security.framework/Headers/SecureTransport.h:360:__OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2,__MAC_10_13,__IPHONE_5_0,__IPHONE_11_0);
./Security.framework/Headers/SecureTransport.h:364:__OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2,__MAC_10_13,__IPHONE_5_0,__IPHONE_11_0);
$ find . -type f -exec grep -nH -e __OSX_AVAILABLE_BUT_DEPRECATED\(.*__IPHONE.*__IPHONE_9_0 {} +
./Accelerate.framework/Frameworks/vecLib.framework/Headers/vDSP.h:2002: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_4_0, __IPHONE_9_0);
./Accelerate.framework/Frameworks/vecLib.framework/Headers/vDSP.h:2011: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_4_0, __IPHONE_9_0);
./Accelerate.framework/Frameworks/vecLib.framework/Headers/vDSP.h:2020: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_4_0, __IPHONE_9_0);
./Accelerate.framework/Frameworks/vecLib.framework/Headers/vDSP.h:2029: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_4_0, __IPHONE_9_0);
./Accelerate.framework/Frameworks/vecLib.framework/Headers/vDSP.h:8919: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_4_0, __IPHONE_9_0);
./Accelerate.framework/Frameworks/vecLib.framework/Headers/vDSP.h:8928: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_4_0, __IPHONE_9_0);
./Accelerate.framework/Frameworks/vecLib.framework/Headers/vDSP.h:9539: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_4_0, __IPHONE_9_0);
./Accelerate.framework/Frameworks/vecLib.framework/Headers/vDSP.h:9548: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_4_0, __IPHONE_9_0);
./AudioToolbox.framework/Headers/AudioUnitProperties.h:2708:} __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_7, __MAC_10_11, __IPHONE_3_0, __IPHONE_9_0);
./CoreMedia.framework/Headers/CMSync.h:286: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_8, __MAC_10_11, __IPHONE_6_0, __IPHONE_9_0);
./CoreMedia.framework/Headers/CMSync.h:298: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_8, __MAC_10_11, __IPHONE_6_0, __IPHONE_9_0);
./CoreMedia.framework/Headers/CMSync.h:311: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_8, __MAC_10_11, __IPHONE_6_0, __IPHONE_9_0);
./CoreMedia.framework/Headers/CMSync.h:322: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_8, __MAC_10_11, __IPHONE_6_0, __IPHONE_9_0);
./Security.framework/Headers/SecureTransport.h:1235: __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_2, __MAC_10_11, __IPHONE_5_0, __IPHONE_9_0);
$ find . -type f -exec grep -nH -e NS_DEPRECATED\(.*,\ .*,\ .*,\ 11_0 {} +
./Accounts.framework/Headers/ACAccountType.h:12:ACCOUNTS_EXTERN NSString * const ACAccountTypeIdentifierTwitter NS_DEPRECATED(NA, 10_13, 5_0, 11_0, "Use Twitter SDK instead");
./Accounts.framework/Headers/ACAccountType.h:13:ACCOUNTS_EXTERN NSString * const ACAccountTypeIdentifierFacebook NS_DEPRECATED(NA, 10_13, 6_0, 11_0, "Use Facebook SDK instead");
./Accounts.framework/Headers/ACAccountType.h:14:ACCOUNTS_EXTERN NSString * const ACAccountTypeIdentifierSinaWeibo NS_DEPRECATED(NA, 10_13, 6_0, 11_0, "Use Sina Weibo SDK instead");
./Accounts.framework/Headers/ACAccountType.h:15:ACCOUNTS_EXTERN NSString * const ACAccountTypeIdentifierTencentWeibo NS_DEPRECATED(NA, 10_13, 7_0, 11_0, "Use Tencent Weibo SDK instead");
./Accounts.framework/Headers/ACAccountType.h:19:ACCOUNTS_EXTERN NSString * const ACFacebookAppIdKey NS_DEPRECATED(NA, 10_13, 6_0, 11_0, "Use Facebook SDK instead"); // Your Facebook App ID, as it appears on the Facebook website.
./Accounts.framework/Headers/ACAccountType.h:20:ACCOUNTS_EXTERN NSString * const ACFacebookPermissionsKey NS_DEPRECATED(NA, 10_13, 6_0, 11_0, "Use Facebook SDK instead"); // An array of of the permissions you're requesting.
./Accounts.framework/Headers/ACAccountType.h:21:ACCOUNTS_EXTERN NSString * const ACFacebookAudienceKey NS_DEPRECATED(NA, 10_13, 6_0, 11_0, "Use Facebook SDK instead"); // Only required when posting permissions are requested.
./Accounts.framework/Headers/ACAccountType.h:24:ACCOUNTS_EXTERN NSString * const ACFacebookAudienceEveryone NS_DEPRECATED(NA, 10_13, 6_0, 11_0, "Use Facebook SDK instead"); // Posts from your app are visible to everyone.
./Accounts.framework/Headers/ACAccountType.h:25:ACCOUNTS_EXTERN NSString * const ACFacebookAudienceFriends NS_DEPRECATED(NA, 10_13, 6_0, 11_0, "Use Facebook SDK instead"); // Posts are visible only to friends.
./Accounts.framework/Headers/ACAccountType.h:26:ACCOUNTS_EXTERN NSString * const ACFacebookAudienceOnlyMe NS_DEPRECATED(NA, 10_13, 6_0, 11_0, "Use Facebook SDK instead"); // Posts are visible to the user only.
./Accounts.framework/Headers/ACAccountType.h:32:ACCOUNTS_EXTERN NSString *const ACTencentWeiboAppIdKey NS_DEPRECATED(NA, 10_13, 7_0, 11_0, "Use Tencent Weibo SDK instead"); //Tencent App ID
./AVFoundation.framework/Headers/AVPlayer.h:691:@property (nonatomic, getter=isClosedCaptionDisplayEnabled) BOOL closedCaptionDisplayEnabled NS_DEPRECATED(10_7, 10_13, 4_0, 11_0, "Allow AVPlayer to enable closed captions automatically according to user preferences by ensuring that the value of appliesMediaSelectionCriteriaAutomatically is YES.");
./AVFoundation.framework/Headers/AVPlayerItem.h:714:- (void)seekToTime:(CMTime)time NS_DEPRECATED(10_7, 10_13, 4_0, 11_0, "Use -seekToTime:completionHandler:, passing nil for the completionHandler if you don't require notification of completion");
./AVFoundation.framework/Headers/AVPlayerItem.h:730:- (void)seekToTime:(CMTime)time toleranceBefore:(CMTime)toleranceBefore toleranceAfter:(CMTime)toleranceAfter NS_DEPRECATED(10_7, 10_13, 4_0, 11_0, "Use -seekToTime:toleranceBefore:toleranceAfter:completionHandler:, passing nil for the completionHandler if you don't require notification of completion");
./AVFoundation.framework/Headers/AVPlayerItem.h:742:- (BOOL)seekToDate:(NSDate *)date NS_DEPRECATED(10_7, 10_13, 4_0, 11_0, "Use -seekToDate:completionHandler:, passing nil for the completionHandler if you don't require notification of completion");
./AVFoundation.framework/Headers/AVPlayerItem.h:752:- (nullable AVMediaSelectionOption *)selectedMediaOptionInMediaSelectionGroup:(AVMediaSelectionGroup *)mediaSelectionGroup NS_DEPRECATED(10_8, 10_13, 5_0, 11_0, "Use currentMediaSelection to obtain an instance of AVMediaSelection, which encompasses the currently selected AVMediaSelectionOption in each of the available AVMediaSelectionGroups");
./Contacts.framework/Headers/CNPhoneNumber.h:26:- (instancetype)init NS_DEPRECATED(10_11, 10_13, 9_0, 11_0, "Use initWithStringValue:");
./Contacts.framework/Headers/CNPhoneNumber.h:27:+ (instancetype)new NS_DEPRECATED(10_11, 10_13, 9_0, 11_0, "Use phoneNumberWithStringValue:");
./Metal.framework/Headers/MTLCommandQueue.h:46:- (void)insertDebugCaptureBoundary NS_DEPRECATED(10_11, 10_13, 8_0, 11_0, "Use MTLCaptureScope instead");
./Social.framework/Headers/SLServiceTypes.h:11:SOCIAL_EXTERN NSString *const SLServiceTypeTwitter NS_DEPRECATED(10_8, 10_13, 6_0, 11_0);
./Social.framework/Headers/SLServiceTypes.h:12:SOCIAL_EXTERN NSString *const SLServiceTypeFacebook NS_DEPRECATED(10_8, 10_13, 6_0, 11_0);
./Social.framework/Headers/SLServiceTypes.h:13:SOCIAL_EXTERN NSString *const SLServiceTypeSinaWeibo NS_DEPRECATED(10_8, 10_13, 6_0, 11_0);
./Social.framework/Headers/SLServiceTypes.h:14:SOCIAL_EXTERN NSString *const SLServiceTypeTencentWeibo NS_DEPRECATED(10_8, 10_13, 6_0, 11_0);
./Social.framework/Headers/SLServiceTypes.h:15:SOCIAL_EXTERN NSString *const SLServiceTypeLinkedIn NS_DEPRECATED(10_8, 10_13, 6_0, 11_0);
$ find . -type f -exec grep -nH -e NS_DEPRECATED\(.*,\ .*,\ .*,\ 10_0 {} +
./AVFoundation.framework/Headers/AVCaptureDevice.h:86:+ (NSArray<AVCaptureDevice *> *)devices NS_DEPRECATED(10_7, NA, 4_0, 10_0, "Use AVCaptureDeviceDiscoverySession instead.");
./AVFoundation.framework/Headers/AVCaptureDevice.h:101:+ (NSArray<AVCaptureDevice *> *)devicesWithMediaType:(AVMediaType)mediaType NS_DEPRECATED(10_7, NA, 4_0, 10_0, "Use AVCaptureDeviceDiscoverySession instead.");
./AVFoundation.framework/Headers/AVCaptureDevice.h:582:- (BOOL)isFlashModeSupported:(AVCaptureFlashMode)flashMode NS_DEPRECATED(10_7, NA, 4_0, 10_0, "Use AVCapturePhotoOutput's -supportedFlashModes instead.");
./AVFoundation.framework/Headers/AVCaptureDevice.h:594:@property(nonatomic) AVCaptureFlashMode flashMode NS_DEPRECATED(10_7, NA, 4_0, 10_0, "Use AVCapturePhotoSettings.flashMode instead.");
./CoreBluetooth.framework/Headers/CBCentralManager.h:42:} NS_DEPRECATED(10_7, 10_13, 5_0, 10_0, "Use CBManagerState instead");
./CoreBluetooth.framework/Headers/CBPeripheralManager.h:62:} NS_DEPRECATED(10_9, 10_13, 6_0, 10_0, "Use CBManagerState instead");
./GameKit.framework/Headers/GKFriendRequestComposeViewController.h:57:- (void)friendRequestComposeViewControllerDidFinish:(GKFriendRequestComposeViewController *)viewController NS_DEPRECATED(10_8, 10_12, 4_2, 10_0) ;
./GameKit.framework/Headers/GKLocalPlayer.h:110:- (void)loadFriendPlayersWithCompletionHandler:(void(^__nullable)(NSArray<GKPlayer *> * __nullable friendPlayers, NSError * __nullable error))completionHandler NS_DEPRECATED(10_10, 10_11, 8_0, 10_0);
./GameplayKit.framework/Headers/GKPath.h:66:-(vector_float2)pointAtIndex:(NSUInteger)index NS_DEPRECATED(10_11, 10_12, 9_0, 10_0);
./Metal.framework/Headers/MTLTexture.h:155:@property (nullable, readonly) id <MTLResource> rootResource NS_DEPRECATED(10_11, 10_12, 8_0, 10_0, "Use parentTexture or buffer instead");
./SpriteKit.framework/Headers/SKNode.h:180:@property (nonatomic, nonnull, copy) NSDictionary<NSString *, SKAttributeValue *> *attributeValues NS_DEPRECATED(10_12, 10_12, 10_0, 10_0);
./SpriteKit.framework/Headers/SKNode.h:182:- (nullable SKAttributeValue*)valueForAttributeNamed:(nonnull NSString *)key NS_DEPRECATED(10_12, 10_12, 10_0, 10_0);
./SpriteKit.framework/Headers/SKNode.h:183:- (void)setValue:(SKAttributeValue*)value forAttributeNamed:(nonnull NSString *)key NS_SWIFT_NAME(setValue(_:forAttribute:)) NS_DEPRECATED(10_12, 10_12, 10_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:136:@property GLKVector2 floatVector2Value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:137:@property GLKVector3 floatVector3Value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:138:@property GLKVector4 floatVector4Value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:139:@property GLKMatrix2 floatMatrix2Value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:140:@property GLKMatrix3 floatMatrix3Value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:141:@property GLKMatrix4 floatMatrix4Value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:143:+ (instancetype)uniformWithName:(NSString *)name floatVector2:(GLKVector2)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:144:+ (instancetype)uniformWithName:(NSString *)name floatVector3:(GLKVector3)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:145:+ (instancetype)uniformWithName:(NSString *)name floatVector4:(GLKVector4)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:146:+ (instancetype)uniformWithName:(NSString *)name floatMatrix2:(GLKMatrix2)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:147:+ (instancetype)uniformWithName:(NSString *)name floatMatrix3:(GLKMatrix3)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:148:+ (instancetype)uniformWithName:(NSString *)name floatMatrix4:(GLKMatrix4)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:150:- (instancetype)initWithName:(NSString *)name floatVector2:(GLKVector2)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:151:- (instancetype)initWithName:(NSString *)name floatVector3:(GLKVector3)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:152:- (instancetype)initWithName:(NSString *)name floatVector4:(GLKVector4)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:153:- (instancetype)initWithName:(NSString *)name floatMatrix2:(GLKMatrix2)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:154:- (instancetype)initWithName:(NSString *)name floatMatrix3:(GLKMatrix3)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKUniform.h:155:- (instancetype)initWithName:(NSString *)name floatMatrix4:(GLKMatrix4)value NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKView.h:96:@property (nonatomic) NSInteger frameInterval NS_DEPRECATED(10_8, 10_12, 7_0, 10_0);
./SpriteKit.framework/Headers/SKView.h:100:@property(nonatomic) float preferredFrameRate NS_DEPRECATED(10_12, 10_12, 10_0, 10_0);
$ find . -type f -exec grep -nH -e NS_DEPRECATED\(.*,\ .*,\ .*,\ 9_0 {} +
./AVFoundation.framework/Headers/AVMetadataFormat.h:230:AVF_EXPORT AVMetadataKey const AVMetadataID3MetadataKeyCommerical /* COMR Commercial frame */ NS_DEPRECATED(10_7, 10_11, 4_0, 9_0);
./AVFoundation.framework/Headers/AVMetadataIdentifiers.h:202:AVF_EXPORT AVMetadataIdentifier const AVMetadataIdentifierID3MetadataCommerical /* COMR Commercial frame */ NS_DEPRECATED(10_10, 10_11, 8_0, 9_0);
./CoreBluetooth.framework/Headers/CBUUID.h:125:+ (CBUUID *)UUIDWithCFUUID:(CFUUIDRef)theUUID NS_DEPRECATED(10_7, 10_13, 5_0, 9_0);
./GameKit.framework/Headers/GKTurnBasedMatchmakerViewController.h:56:- (void)turnBasedMatchmakerViewController:(GKTurnBasedMatchmakerViewController *)viewController didFindMatch:(GKTurnBasedMatch *)match NS_DEPRECATED(10_8, 10_11, 5_0, 9_0, "use GKTurnBasedEventListener player:receivedTurnEventForMatch:didBecomeActive:") ;
./GameKit.framework/Headers/GKTurnBasedMatchmakerViewController.h:59:- (void)turnBasedMatchmakerViewController:(GKTurnBasedMatchmakerViewController *)viewController playerQuitForMatch:(GKTurnBasedMatch *)match NS_DEPRECATED(10_8, 10_11, 5_0, 9_0, "use GKTurnBasedEventListener player:wantsToQuitMatch:") ;
./MapKit.framework/Headers/MKPinAnnotationView.h:40:@property (nonatomic) MKPinAnnotationColor pinColor NS_DEPRECATED(10_9, 10_11, 3_0, 9_0, "Use pinTintColor instead") __TVOS_PROHIBITED;
./NetworkExtension.framework/Headers/NEVPNManager.h:130:@property (strong, nullable) NEVPNProtocol *protocol NS_DEPRECATED(10_11, 10_11, 8_0, 9_0, "Use protocolConfiguration instead");
./SpriteKit.framework/Headers/SKVideoNode.h:30:+ (SKVideoNode *)videoNodeWithVideoFileNamed:(NSString *)videoFile NS_DEPRECATED(10_8, 10_11, 7_0, 9_0);
./SpriteKit.framework/Headers/SKVideoNode.h:36:+ (SKVideoNode *)videoNodeWithVideoURL:(NSURL *)videoURL NS_DEPRECATED(10_8, 10_11, 7_0, 9_0);
$ find . -type f -exec grep -nH -e AB_DEPRECATED {} +
./AddressBook.framework/Headers/ABAddressBook.h:18:AB_EXTERN const CFStringRef ABAddressBookErrorDomain AB_DEPRECATED("use CNErrorDomain");
./AddressBook.framework/Headers/ABAddressBook.h:25:typedef CFTypeRef ABAddressBookRef AB_DEPRECATED("use CNContactStore");
./AddressBook.framework/Headers/ABAddressBook.h:49:} AB_DEPRECATED("use CNAuthorizationStatus");
./AddressBook.framework/Headers/ABAddressBook.h:50:AB_EXTERN ABAuthorizationStatus ABAddressBookGetAuthorizationStatus(void) AB_DEPRECATED("use [CNContactStore authorizationStatusForEntityType:]");
./AddressBook.framework/Headers/ABAddressBook.h:58:AB_EXTERN ABAddressBookRef ABAddressBookCreateWithOptions(CFDictionaryRef options, CFErrorRef* error) AB_DEPRECATED("use [[CNContactStore alloc] init]");
./AddressBook.framework/Headers/ABAddressBook.h:60:AB_EXTERN ABAddressBookRef ABAddressBookCreate(void) AB_DEPRECATED("use [[CNContactStore alloc] init]");
./AddressBook.framework/Headers/ABAddressBook.h:72:typedef void(^ABAddressBookRequestAccessCompletionHandler)(bool granted, CFErrorRef error) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABAddressBook.h:73:AB_EXTERN void ABAddressBookRequestAccessWithCompletion(ABAddressBookRef addressBook, ABAddressBookRequestAccessCompletionHandler completion) AB_DEPRECATED("use [CNContactStore requestAccessForEntityType:completionHandler:]");
./AddressBook.framework/Headers/ABAddressBook.h:75:AB_EXTERN bool ABAddressBookSave(ABAddressBookRef addressBook, CFErrorRef* error) AB_DEPRECATED("use [CNContactStore executeSaveRequest:error:]");
./AddressBook.framework/Headers/ABAddressBook.h:76:AB_EXTERN bool ABAddressBookHasUnsavedChanges(ABAddressBookRef addressBook) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABAddressBook.h:78:AB_EXTERN bool ABAddressBookAddRecord(ABAddressBookRef addressBook, ABRecordRef record, CFErrorRef* error) AB_DEPRECATED("use CNSaveRequest");
./AddressBook.framework/Headers/ABAddressBook.h:79:AB_EXTERN bool ABAddressBookRemoveRecord(ABAddressBookRef addressBook, ABRecordRef record, CFErrorRef* error) AB_DEPRECATED("use CNSaveRequest");
./AddressBook.framework/Headers/ABAddressBook.h:83:AB_EXTERN CFStringRef ABAddressBookCopyLocalizedLabel(CFStringRef label) AB_DEPRECATED("use [CNLabeledValue localizedStringForLabel:]");
./AddressBook.framework/Headers/ABAddressBook.h:93:typedef void (*ABExternalChangeCallback)(ABAddressBookRef addressBook, CFDictionaryRef info, void *context) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABAddressBook.h:95:AB_EXTERN void ABAddressBookRegisterExternalChangeCallback(ABAddressBookRef addressBook, ABExternalChangeCallback callback, void *context) AB_DEPRECATED("use CNContactStoreDidChangeNotification");
./AddressBook.framework/Headers/ABAddressBook.h:99:AB_EXTERN void ABAddressBookUnregisterExternalChangeCallback(ABAddressBookRef addressBook, ABExternalChangeCallback callback, void *context) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABAddressBook.h:107:AB_EXTERN void ABAddressBookRevert(ABAddressBookRef addressBook) AB_DEPRECATED("refetch CN objects");
./AddressBook.framework/Headers/ABGroup.h:20:AB_EXTERN const int kABGroupNameProperty AB_DEPRECATED("use CNGroup.name");
./AddressBook.framework/Headers/ABGroup.h:23:AB_EXTERN ABRecordRef ABGroupCreate(void) AB_DEPRECATED("use [[CNMutableGroup alloc] init]");
./AddressBook.framework/Headers/ABGroup.h:24:AB_EXTERN ABRecordRef ABGroupCreateInSource(ABRecordRef source) AB_DEPRECATED("use [[CNMutableGroup alloc] init] and [CNSaveRequest addGroup:toContainerWithIdentifier:]");
./AddressBook.framework/Headers/ABGroup.h:26:AB_EXTERN ABRecordRef ABGroupCopySource(ABRecordRef group) AB_DEPRECATED("use [CNContactStore containersMatchingPredicate:[CNContainer predicateForContainerOfGroupWithIdentifier:] error:]");
./AddressBook.framework/Headers/ABGroup.h:28:AB_EXTERN CFArrayRef ABGroupCopyArrayOfAllMembers(ABRecordRef group) AB_DEPRECATED("use CNContactFetchRequest with predicate = [CNContact predicateForContactsInGroupWithIdentifier:]");
./AddressBook.framework/Headers/ABGroup.h:29:AB_EXTERN CFArrayRef ABGroupCopyArrayOfAllMembersWithSortOrdering(ABRecordRef group, ABPersonSortOrdering sortOrdering) AB_DEPRECATED("use CNContactFetchRequest with predicate = [CNContact predicateForContactsInGroupWithIdentifier:] and sortOrder");
./AddressBook.framework/Headers/ABGroup.h:30:AB_EXTERN bool ABGroupAddMember(ABRecordRef group, ABRecordRef person, CFErrorRef* error) AB_DEPRECATED("use [CNSaveRequest addMember:toGroup:]");
./AddressBook.framework/Headers/ABGroup.h:31:AB_EXTERN bool ABGroupRemoveMember(ABRecordRef group, ABRecordRef member, CFErrorRef* error) AB_DEPRECATED("use [CNSaveRequest removeMember:fromGroup:]");
./AddressBook.framework/Headers/ABGroup.h:34:AB_EXTERN ABRecordRef ABAddressBookGetGroupWithRecordID(ABAddressBookRef addressBook, ABRecordID recordID) AB_DEPRECATED("use [CNContactStore groupsMatchingPredicate:[CNGroup predicateForGroupsWithIdentifiers:] error:]");
./AddressBook.framework/Headers/ABGroup.h:35:AB_EXTERN CFIndex ABAddressBookGetGroupCount(ABAddressBookRef addressBook) AB_DEPRECATED("use count of fetch results for [CNContactStore groupsMatchingPredicate:nil error:]");
./AddressBook.framework/Headers/ABGroup.h:37:AB_EXTERN CFArrayRef ABAddressBookCopyArrayOfAllGroups(ABAddressBookRef addressBook) AB_DEPRECATED("use [CNContactStore groupsMatchingPredicate:nil error:]");
./AddressBook.framework/Headers/ABGroup.h:38:AB_EXTERN CFArrayRef ABAddressBookCopyArrayOfAllGroupsInSource(ABAddressBookRef addressBook, ABRecordRef source) AB_DEPRECATED("use [CNContactStore groupsMatchingPredicate:[CNGroup predicateForGroupsInContainerWithIdentifier:] error:]");
./AddressBook.framework/Headers/ABMultiValue.h:22:typedef CFTypeRef ABMultiValueRef AB_DEPRECATED("use NSArray of CNLabeledValue");
./AddressBook.framework/Headers/ABMultiValue.h:24:typedef int32_t ABMultiValueIdentifier AB_DEPRECATED("use CNLabeledValue.identifier");
./AddressBook.framework/Headers/ABMultiValue.h:28:AB_EXTERN ABPropertyType ABMultiValueGetPropertyType(ABMultiValueRef multiValue) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABMultiValue.h:30:AB_EXTERN CFIndex ABMultiValueGetCount(ABMultiValueRef multiValue) AB_DEPRECATED("use NSArray.count with the labeled value property");
./AddressBook.framework/Headers/ABMultiValue.h:32:AB_EXTERN CFTypeRef ABMultiValueCopyValueAtIndex(ABMultiValueRef multiValue, CFIndex index) AB_DEPRECATED("use [[NSArray objectAtIndex:] value] with the labeled value property");
./AddressBook.framework/Headers/ABMultiValue.h:33:AB_EXTERN CFArrayRef ABMultiValueCopyArrayOfAllValues(ABMultiValueRef multiValue) AB_DEPRECATED("use [NSArray enumerateObjectsUsingBlock:] with the labeled value property and collect the values");
./AddressBook.framework/Headers/ABMultiValue.h:35:AB_EXTERN CFStringRef ABMultiValueCopyLabelAtIndex(ABMultiValueRef multiValue, CFIndex index) AB_DEPRECATED("use [[NSArray objectAtIndex:] label] with the labeled value property");
./AddressBook.framework/Headers/ABMultiValue.h:37:AB_EXTERN CFIndex ABMultiValueGetIndexForIdentifier(ABMultiValueRef multiValue, ABMultiValueIdentifier identifier) AB_DEPRECATED("use [NSArray indexOfObjectPassingTest:] with the labeled value property and find the identifier");
./AddressBook.framework/Headers/ABMultiValue.h:38:AB_EXTERN ABMultiValueIdentifier ABMultiValueGetIdentifierAtIndex(ABMultiValueRef multiValue, CFIndex index) AB_DEPRECATED("use [[NSArray objectAtIndex:] identifier] with the labeled value property");
./AddressBook.framework/Headers/ABMultiValue.h:40:AB_EXTERN CFIndex ABMultiValueGetFirstIndexOfValue(ABMultiValueRef multiValue, CFTypeRef value) AB_DEPRECATED("use [NSArray indexOfObjectPassingTest:] with the labeled value property and find the value");
./AddressBook.framework/Headers/ABMultiValue.h:44:typedef CFTypeRef ABMutableMultiValueRef AB_DEPRECATED("use NSMutableArray of CNLabeledValue");
./AddressBook.framework/Headers/ABMultiValue.h:46:AB_EXTERN ABMutableMultiValueRef ABMultiValueCreateMutable(ABPropertyType type) AB_DEPRECATED("use [[NSMutableArray alloc] init]");
./AddressBook.framework/Headers/ABMultiValue.h:47:AB_EXTERN ABMutableMultiValueRef ABMultiValueCreateMutableCopy(ABMultiValueRef multiValue) AB_DEPRECATED("use [NSArray mutableCopy]");
./AddressBook.framework/Headers/ABMultiValue.h:49:AB_EXTERN bool ABMultiValueAddValueAndLabel(ABMutableMultiValueRef multiValue, CFTypeRef value, CFStringRef label, ABMultiValueIdentifier *outIdentifier) AB_DEPRECATED("use [NSMutableArray addObject:[CNLabeledValue labeledValueWithLabel:value:]]");
./AddressBook.framework/Headers/ABMultiValue.h:50:AB_EXTERN bool ABMultiValueInsertValueAndLabelAtIndex(ABMutableMultiValueRef multiValue, CFTypeRef value, CFStringRef label, CFIndex index, ABMultiValueIdentifier *outIdentifier) AB_DEPRECATED("use [NSMutableArray insertObject:[CNLabeledValue labeledValueWithLabel:value:] atIndex:]");
./AddressBook.framework/Headers/ABMultiValue.h:51:AB_EXTERN bool ABMultiValueRemoveValueAndLabelAtIndex(ABMutableMultiValueRef multiValue, CFIndex index) AB_DEPRECATED("use [NSMutableArray removeObjectAtIndex:]");
./AddressBook.framework/Headers/ABMultiValue.h:52:AB_EXTERN bool ABMultiValueReplaceValueAtIndex(ABMutableMultiValueRef multiValue, CFTypeRef value, CFIndex index) AB_DEPRECATED("use [NSMutableArray replaceObjectAtIndex: withObject:[CNLabeledValue labeledValueBySettingValue:]]");
./AddressBook.framework/Headers/ABMultiValue.h:53:AB_EXTERN bool ABMultiValueReplaceLabelAtIndex(ABMutableMultiValueRef multiValue, CFStringRef label, CFIndex index) AB_DEPRECATED("use [NSMutableArray replaceObjectAtIndex: withObject:[CNLabeledValue labeledValueBySettingLabel:]]");
./AddressBook.framework/Headers/ABPerson.h:24:AB_EXTERN ABRecordRef ABPersonCreate(void) AB_DEPRECATED("use [[CNMutableContact alloc] init]");
./AddressBook.framework/Headers/ABPerson.h:25:AB_EXTERN ABRecordRef ABPersonCreateInSource(ABRecordRef source) AB_DEPRECATED("use [[CNMutableContact alloc] init] and [CNSaveRequest addContact:toContainerWithIdentifier:]");
./AddressBook.framework/Headers/ABPerson.h:27:AB_EXTERN ABRecordRef ABPersonCopySource(ABRecordRef person) AB_DEPRECATED("use [CNContactStore containersMatchingPredicate:[CNContainer predicateForContainerOfContactWithIdentifier:] error:]");
./AddressBook.framework/Headers/ABPerson.h:30:AB_EXTERN CFArrayRef ABPersonCopyArrayOfAllLinkedPeople(ABRecordRef person) AB_DEPRECATED("use CNContactFetchRequest with predicate = [CNContact predicateForContactsLinkedToContact:] and unifyResults = NO");
./AddressBook.framework/Headers/ABPerson.h:32:AB_EXTERN ABPropertyType ABPersonGetTypeOfProperty(ABPropertyID property) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABPerson.h:33:AB_EXTERN CFStringRef ABPersonCopyLocalizedPropertyName(ABPropertyID property) AB_DEPRECATED("use [CNContact localizedStringForKey:]");
./AddressBook.framework/Headers/ABPerson.h:35:typedef uint32_t ABPersonSortOrdering AB_DEPRECATED("use CNContactSortOrder");
./AddressBook.framework/Headers/ABPerson.h:41:AB_EXTERN ABPersonSortOrdering ABPersonGetSortOrdering(void) AB_DEPRECATED("use [[CNContactsUserDefaults sharedDefaults] sortOrder]");
./AddressBook.framework/Headers/ABPerson.h:43:typedef uint32_t ABPersonCompositeNameFormat AB_DEPRECATED("");
./AddressBook.framework/Headers/ABPerson.h:50:AB_EXTERN ABPersonCompositeNameFormat ABPersonGetCompositeNameFormat(void) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABPerson.h:51:AB_EXTERN ABPersonCompositeNameFormat ABPersonGetCompositeNameFormatForRecord(ABRecordRef record) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABPerson.h:52:AB_EXTERN CFStringRef ABPersonCopyCompositeNameDelimiterForRecord(ABRecordRef record) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABPerson.h:58:} ABPersonImageFormat AB_DEPRECATED("");
./AddressBook.framework/Headers/ABPerson.h:60:AB_EXTERN bool ABPersonSetImageData(ABRecordRef person, CFDataRef imageData, CFErrorRef* error) AB_DEPRECATED("use CNMutableContact.imageData");
./AddressBook.framework/Headers/ABPerson.h:61:AB_EXTERN CFDataRef ABPersonCopyImageData(ABRecordRef person) AB_DEPRECATED("use CNContact.imageData");
./AddressBook.framework/Headers/ABPerson.h:62:AB_EXTERN CFDataRef ABPersonCopyImageDataWithFormat(ABRecordRef person, ABPersonImageFormat format) AB_DEPRECATED("use CNContact.imageData or CNContact.thumbnailImageData");
./AddressBook.framework/Headers/ABPerson.h:64:AB_EXTERN bool ABPersonHasImageData(ABRecordRef person) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABPerson.h:65:AB_EXTERN bool ABPersonRemoveImageData(ABRecordRef person, CFErrorRef* error) AB_DEPRECATED("use CNMutableContact.imageData = nil");
./AddressBook.framework/Headers/ABPerson.h:68:AB_EXTERN CFComparisonResult ABPersonComparePeopleByName(ABRecordRef person1, ABRecordRef person2, ABPersonSortOrdering ordering) AB_DEPRECATED("use [CNContact comparatorForNameSortOrder:]");
./AddressBook.framework/Headers/ABPerson.h:71:AB_EXTERN CFIndex ABAddressBookGetPersonCount(ABAddressBookRef addressBook) AB_DEPRECATED("use count of fetch results for CNContactFetchRequest with predicate = nil");
./AddressBook.framework/Headers/ABPerson.h:72:AB_EXTERN ABRecordRef ABAddressBookGetPersonWithRecordID(ABAddressBookRef addressBook, ABRecordID recordID) AB_DEPRECATED("use [CNContactStore unifiedContactWithIdentifier:keysToFetch:error:]");
./AddressBook.framework/Headers/ABPerson.h:74:AB_EXTERN CFArrayRef ABAddressBookCopyArrayOfAllPeople(ABAddressBookRef addressBook) AB_DEPRECATED("use CNContactFetchRequest with predicate = nil");
./AddressBook.framework/Headers/ABPerson.h:75:AB_EXTERN CFArrayRef ABAddressBookCopyArrayOfAllPeopleInSource(ABAddressBookRef addressBook, ABRecordRef source) AB_DEPRECATED("use CNContactFetchRequest with predicate = [CNContact predicateForContactsInContainerWithIdentifier:] and unifyResults = NO");
./AddressBook.framework/Headers/ABPerson.h:76:AB_EXTERN CFArrayRef ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering(ABAddressBookRef addressBook, ABRecordRef source, ABPersonSortOrdering sortOrdering) AB_DEPRECATED("use CNContactFetchRequest with predicate = [CNContact predicateForContactsInContainerWithIdentifier:] and unifyResults = NO and sortOrder");
./AddressBook.framework/Headers/ABPerson.h:78:AB_EXTERN CFArrayRef ABAddressBookCopyPeopleWithName(ABAddressBookRef addressBook, CFStringRef name) AB_DEPRECATED("use [CNContactStore unifiedContactsMatchingPredicate:[CNContact predicateForContactsMatchingName:] keysToFetch: error:]");
./AddressBook.framework/Headers/ABPerson.h:83:AB_EXTERN CFArrayRef ABPersonCreatePeopleInSourceWithVCardRepresentation(ABRecordRef source, CFDataRef vCardData) AB_DEPRECATED("use [CNContactVCardSerialization contactsWithData:error:]");
./AddressBook.framework/Headers/ABPerson.h:85:AB_EXTERN CFDataRef ABPersonCreateVCardRepresentationWithPeople(CFArrayRef people) AB_DEPRECATED("use [CNContactVCardSerialization dataWithContacts:error:]");
./AddressBook.framework/Headers/ABPerson.h:88:AB_EXTERN const CFStringRef kABWorkLabel AB_DEPRECATED("use CNLabelWork");
./AddressBook.framework/Headers/ABPerson.h:89:AB_EXTERN const CFStringRef kABHomeLabel AB_DEPRECATED("use CNLabelHome");
./AddressBook.framework/Headers/ABPerson.h:90:AB_EXTERN const CFStringRef kABOtherLabel AB_DEPRECATED("use CNLabelOther");
./AddressBook.framework/Headers/ABPerson.h:93:AB_EXTERN const ABPropertyID kABPersonFirstNameProperty AB_DEPRECATED("use CNContact.givenName"); // First name - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:94:AB_EXTERN const ABPropertyID kABPersonLastNameProperty AB_DEPRECATED("use CNContact.familyName"); // Last name - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:95:AB_EXTERN const ABPropertyID kABPersonMiddleNameProperty AB_DEPRECATED("use CNContact.middleName"); // Middle name - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:96:AB_EXTERN const ABPropertyID kABPersonPrefixProperty AB_DEPRECATED("use CNContact.namePrefix"); // Prefix ("Sir" "Duke" "General") - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:97:AB_EXTERN const ABPropertyID kABPersonSuffixProperty AB_DEPRECATED("use CNContact.nameSuffix"); // Suffix ("Jr." "Sr." "III") - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:98:AB_EXTERN const ABPropertyID kABPersonNicknameProperty AB_DEPRECATED("use CNContact.nickname"); // Nickname - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:99:AB_EXTERN const ABPropertyID kABPersonFirstNamePhoneticProperty AB_DEPRECATED("use CNContact.phoneticGivenName"); // First name Phonetic - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:100:AB_EXTERN const ABPropertyID kABPersonLastNamePhoneticProperty AB_DEPRECATED("use CNContact.phoneticFamilyName"); // Last name Phonetic - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:101:AB_EXTERN const ABPropertyID kABPersonMiddleNamePhoneticProperty AB_DEPRECATED("use CNContact.phoneticMiddleName"); // Middle name Phonetic - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:102:AB_EXTERN const ABPropertyID kABPersonOrganizationProperty AB_DEPRECATED("use CNContact.organizationName"); // Company name - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:103:AB_EXTERN const ABPropertyID kABPersonDepartmentProperty AB_DEPRECATED("use CNContact.departmentName"); // Department name - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:104:AB_EXTERN const ABPropertyID kABPersonJobTitleProperty AB_DEPRECATED("use CNContact.jobTitle"); // Job Title - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:105:AB_EXTERN const ABPropertyID kABPersonEmailProperty AB_DEPRECATED("use CNContact.emailAddresses"); // Email(s) - kABMultiStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:106:AB_EXTERN const ABPropertyID kABPersonBirthdayProperty AB_DEPRECATED("use CNContact.birthday"); // Birthday associated with this person - kABDateTimePropertyType
./AddressBook.framework/Headers/ABPerson.h:107:AB_EXTERN const ABPropertyID kABPersonNoteProperty AB_DEPRECATED("use CNContact.note"); // Note - kABStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:108:AB_EXTERN const ABPropertyID kABPersonCreationDateProperty AB_DEPRECATED(""); // Creation Date (when first saved)
./AddressBook.framework/Headers/ABPerson.h:109:AB_EXTERN const ABPropertyID kABPersonModificationDateProperty AB_DEPRECATED(""); // Last saved date
./AddressBook.framework/Headers/ABPerson.h:112:AB_EXTERN const ABPropertyID kABPersonAddressProperty AB_DEPRECATED("use CNContact.postalAddresses"); // Street address - kABMultiDictionaryPropertyType
./AddressBook.framework/Headers/ABPerson.h:113:AB_EXTERN const CFStringRef kABPersonAddressStreetKey AB_DEPRECATED("use CNPostalAddress.street");
./AddressBook.framework/Headers/ABPerson.h:114:AB_EXTERN const CFStringRef kABPersonAddressCityKey AB_DEPRECATED("use CNPostalAddress.city");
./AddressBook.framework/Headers/ABPerson.h:115:AB_EXTERN const CFStringRef kABPersonAddressStateKey AB_DEPRECATED("use CNPostalAddress.state");
./AddressBook.framework/Headers/ABPerson.h:116:AB_EXTERN const CFStringRef kABPersonAddressZIPKey AB_DEPRECATED("use CNPostalAddress.postalCode");
./AddressBook.framework/Headers/ABPerson.h:117:AB_EXTERN const CFStringRef kABPersonAddressCountryKey AB_DEPRECATED("use CNPostalAddress.country");
./AddressBook.framework/Headers/ABPerson.h:118:AB_EXTERN const CFStringRef kABPersonAddressCountryCodeKey AB_DEPRECATED("use CNPostalAddress.ISOCountryCode");
./AddressBook.framework/Headers/ABPerson.h:131:AB_EXTERN const ABPropertyID kABPersonDateProperty AB_DEPRECATED("use CNContact.dates"); // Dates associated with this person - kABMultiDatePropertyType
./AddressBook.framework/Headers/ABPerson.h:132:AB_EXTERN const CFStringRef kABPersonAnniversaryLabel AB_DEPRECATED("use CNLabelDateAnniversary");
./AddressBook.framework/Headers/ABPerson.h:135:AB_EXTERN const ABPropertyID kABPersonKindProperty AB_DEPRECATED("use CNContact.contactType"); // Person/Organization - kABIntegerPropertyType
./AddressBook.framework/Headers/ABPerson.h:136:AB_EXTERN const CFNumberRef kABPersonKindPerson AB_DEPRECATED("use CNContactTypePerson");
./AddressBook.framework/Headers/ABPerson.h:137:AB_EXTERN const CFNumberRef kABPersonKindOrganization AB_DEPRECATED("use CNContactTypeOrganization");
./AddressBook.framework/Headers/ABPerson.h:140:AB_EXTERN const ABPropertyID kABPersonPhoneProperty AB_DEPRECATED("use CNContact.phoneNumbers"); // Generic phone number - kABMultiStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:141:AB_EXTERN const CFStringRef kABPersonPhoneMobileLabel AB_DEPRECATED("use CNLabelPhoneNumberMobile");
./AddressBook.framework/Headers/ABPerson.h:142:AB_EXTERN const CFStringRef kABPersonPhoneIPhoneLabel AB_DEPRECATED("use CNLabelPhoneNumberiPhone");
./AddressBook.framework/Headers/ABPerson.h:143:AB_EXTERN const CFStringRef kABPersonPhoneMainLabel AB_DEPRECATED("use CNLabelPhoneNumberMain");
./AddressBook.framework/Headers/ABPerson.h:144:AB_EXTERN const CFStringRef kABPersonPhoneHomeFAXLabel AB_DEPRECATED("use CNLabelPhoneNumberHomeFax");
./AddressBook.framework/Headers/ABPerson.h:145:AB_EXTERN const CFStringRef kABPersonPhoneWorkFAXLabel AB_DEPRECATED("use CNLabelPhoneNumberWorkFax");
./AddressBook.framework/Headers/ABPerson.h:146:AB_EXTERN const CFStringRef kABPersonPhoneOtherFAXLabel AB_DEPRECATED("use CNLabelPhoneNumberOtherFax");
./AddressBook.framework/Headers/ABPerson.h:147:AB_EXTERN const CFStringRef kABPersonPhonePagerLabel AB_DEPRECATED("use CNLabelPhoneNumberPager");
./AddressBook.framework/Headers/ABPerson.h:150:AB_EXTERN const ABPropertyID kABPersonInstantMessageProperty AB_DEPRECATED("use CNContact.instantMessageAddresses"); // Instant Messaging - kABMultiDictionaryPropertyType
./AddressBook.framework/Headers/ABPerson.h:151:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceKey AB_DEPRECATED("use CNInstantMessageAddress.service"); // Service ("Yahoo", "Jabber", etc.)
./AddressBook.framework/Headers/ABPerson.h:152:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceYahoo AB_DEPRECATED("use CNInstantMessageServiceYahoo");
./AddressBook.framework/Headers/ABPerson.h:153:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceJabber AB_DEPRECATED("use CNInstantMessageServiceJabber");
./AddressBook.framework/Headers/ABPerson.h:154:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceMSN AB_DEPRECATED("use CNInstantMessageServiceMSN");
./AddressBook.framework/Headers/ABPerson.h:155:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceICQ AB_DEPRECATED("use CNInstantMessageServiceICQ");
./AddressBook.framework/Headers/ABPerson.h:156:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceAIM AB_DEPRECATED("use CNInstantMessageServiceAIM");
./AddressBook.framework/Headers/ABPerson.h:157:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceQQ AB_DEPRECATED("use CNInstantMessageServiceQQ");
./AddressBook.framework/Headers/ABPerson.h:158:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceGoogleTalk AB_DEPRECATED("use CNInstantMessageServiceGoogleTalk");
./AddressBook.framework/Headers/ABPerson.h:159:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceSkype AB_DEPRECATED("use CNInstantMessageServiceSkype");
./AddressBook.framework/Headers/ABPerson.h:160:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceFacebook AB_DEPRECATED("use CNInstantMessageServiceFacebook");
./AddressBook.framework/Headers/ABPerson.h:161:AB_EXTERN const CFStringRef kABPersonInstantMessageServiceGaduGadu AB_DEPRECATED("use CNInstantMessageServiceGaduGadu");
./AddressBook.framework/Headers/ABPerson.h:163:AB_EXTERN const CFStringRef kABPersonInstantMessageUsernameKey AB_DEPRECATED("use CNInstantMessageAddress.username"); // Username
./AddressBook.framework/Headers/ABPerson.h:166:AB_EXTERN const ABPropertyID kABPersonURLProperty AB_DEPRECATED("use CNContact.urlAddresses"); // URL - kABMultiStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:167:AB_EXTERN const CFStringRef kABPersonHomePageLabel AB_DEPRECATED("use CNLabelURLAddressHomePage"); // Home Page
./AddressBook.framework/Headers/ABPerson.h:170:AB_EXTERN const ABPropertyID kABPersonRelatedNamesProperty AB_DEPRECATED("use CNContact.contactRelations"); // Names - kABMultiStringPropertyType
./AddressBook.framework/Headers/ABPerson.h:171:AB_EXTERN const CFStringRef kABPersonFatherLabel AB_DEPRECATED("use CNLabelContactRelationFather"); // Father
./AddressBook.framework/Headers/ABPerson.h:172:AB_EXTERN const CFStringRef kABPersonMotherLabel AB_DEPRECATED("use CNLabelContactRelationMother"); // Mother
./AddressBook.framework/Headers/ABPerson.h:173:AB_EXTERN const CFStringRef kABPersonParentLabel AB_DEPRECATED("use CNLabelContactRelationParent"); // Parent
./AddressBook.framework/Headers/ABPerson.h:174:AB_EXTERN const CFStringRef kABPersonBrotherLabel AB_DEPRECATED("use CNLabelContactRelationBrother"); // Brother
./AddressBook.framework/Headers/ABPerson.h:175:AB_EXTERN const CFStringRef kABPersonSisterLabel AB_DEPRECATED("use CNLabelContactRelationSister"); // Sister
./AddressBook.framework/Headers/ABPerson.h:176:AB_EXTERN const CFStringRef kABPersonChildLabel AB_DEPRECATED("use CNLabelContactRelationChild"); // Child
./AddressBook.framework/Headers/ABPerson.h:177:AB_EXTERN const CFStringRef kABPersonFriendLabel AB_DEPRECATED("use CNLabelContactRelationFriend"); // Friend
./AddressBook.framework/Headers/ABPerson.h:178:AB_EXTERN const CFStringRef kABPersonSpouseLabel AB_DEPRECATED("use CNLabelContactRelationSpouse"); // Spouse
./AddressBook.framework/Headers/ABPerson.h:179:AB_EXTERN const CFStringRef kABPersonPartnerLabel AB_DEPRECATED("use CNLabelContactRelationPartner"); // Partner
./AddressBook.framework/Headers/ABPerson.h:180:AB_EXTERN const CFStringRef kABPersonAssistantLabel AB_DEPRECATED("use CNLabelContactRelationAssistant"); // Assistant
./AddressBook.framework/Headers/ABPerson.h:181:AB_EXTERN const CFStringRef kABPersonManagerLabel AB_DEPRECATED("use CNLabelContactRelationManager"); // Manager
./AddressBook.framework/Headers/ABPerson.h:184:AB_EXTERN const ABPropertyID kABPersonSocialProfileProperty AB_DEPRECATED("use CNContact.socialProfiles"); // kABMultiDictionaryPropertyType
./AddressBook.framework/Headers/ABPerson.h:185:AB_EXTERN const CFStringRef kABPersonSocialProfileURLKey AB_DEPRECATED("use CNSocialProfile.urlString"); // string representation of a url for the social profile
./AddressBook.framework/Headers/ABPerson.h:187: AB_EXTERN const CFStringRef kABPersonSocialProfileServiceKey AB_DEPRECATED("use CNSocialProfile.service"); // string representing the name of the service (Twitter, Facebook, LinkedIn, etc.)
./AddressBook.framework/Headers/ABPerson.h:188: AB_EXTERN const CFStringRef kABPersonSocialProfileUsernameKey AB_DEPRECATED("use CNSocialProfile.username"); // string representing the user visible name
./AddressBook.framework/Headers/ABPerson.h:189: AB_EXTERN const CFStringRef kABPersonSocialProfileUserIdentifierKey AB_DEPRECATED("use CNSocialProfile.userIdentifier"); // string representing the service specific identifier (optional)
./AddressBook.framework/Headers/ABPerson.h:191:AB_EXTERN const CFStringRef kABPersonSocialProfileServiceTwitter AB_DEPRECATED("use CNSocialProfileServiceTwitter");
./AddressBook.framework/Headers/ABPerson.h:192:AB_EXTERN const CFStringRef kABPersonSocialProfileServiceSinaWeibo AB_DEPRECATED("use CNSocialProfileServiceSinaWeibo");
./AddressBook.framework/Headers/ABPerson.h:193:AB_EXTERN const CFStringRef kABPersonSocialProfileServiceGameCenter AB_DEPRECATED("use CNSocialProfileServiceGameCenter");
./AddressBook.framework/Headers/ABPerson.h:194:AB_EXTERN const CFStringRef kABPersonSocialProfileServiceFacebook AB_DEPRECATED("use CNSocialProfileServiceFacebook");
./AddressBook.framework/Headers/ABPerson.h:195:AB_EXTERN const CFStringRef kABPersonSocialProfileServiceMyspace AB_DEPRECATED("use CNSocialProfileServiceMySpace");
./AddressBook.framework/Headers/ABPerson.h:196:AB_EXTERN const CFStringRef kABPersonSocialProfileServiceLinkedIn AB_DEPRECATED("use CNSocialProfileServiceLinkedIn");
./AddressBook.framework/Headers/ABPerson.h:197:AB_EXTERN const CFStringRef kABPersonSocialProfileServiceFlickr AB_DEPRECATED("use CNSocialProfileServiceFlickr");
./AddressBook.framework/Headers/ABPerson.h:200:AB_EXTERN const ABPropertyID kABPersonAlternateBirthdayProperty AB_DEPRECATED("use CNContact.nonGregorianBirthday"); // kABDictionaryPropertyType
./AddressBook.framework/Headers/ABPerson.h:201:AB_EXTERN const CFStringRef kABPersonAlternateBirthdayCalendarIdentifierKey AB_DEPRECATED("use NSDateComponents.calendar"); // string representing the calendar identifier for CFCalendarRef
./AddressBook.framework/Headers/ABPerson.h:202:AB_EXTERN const CFStringRef kABPersonAlternateBirthdayEraKey AB_DEPRECATED("use NSDateComponents.era"); // CFNumberRef - kCFNumberNSIntegerType
./AddressBook.framework/Headers/ABPerson.h:203:AB_EXTERN const CFStringRef kABPersonAlternateBirthdayYearKey AB_DEPRECATED("use NSDateComponents.year"); // CFNumberRef - kCFNumberNSIntegerType
./AddressBook.framework/Headers/ABPerson.h:204:AB_EXTERN const CFStringRef kABPersonAlternateBirthdayMonthKey AB_DEPRECATED("use NSDateComponents.month"); // CFNumberRef - kCFNumberNSIntegerType
./AddressBook.framework/Headers/ABPerson.h:205:AB_EXTERN const CFStringRef kABPersonAlternateBirthdayIsLeapMonthKey AB_DEPRECATED("use NSDateComponents.isLeapMonth"); // CFNumberRef - kCFNumberCharType (aka NSNumber Bool type)
./AddressBook.framework/Headers/ABPerson.h:206:AB_EXTERN const CFStringRef kABPersonAlternateBirthdayDayKey AB_DEPRECATED("use NSDateComponents.day"); // CFNumberRef - kCFNumberNSIntegerType
./AddressBook.framework/Headers/ABRecord.h:19:typedef CFTypeRef ABRecordRef AB_DEPRECATED("use CNContact, CNGroup, or CNContainer");
./AddressBook.framework/Headers/ABRecord.h:21:typedef int32_t ABRecordID AB_DEPRECATED("use CN object's identifier");
./AddressBook.framework/Headers/ABRecord.h:22:typedef int32_t ABPropertyID AB_DEPRECATED("");
./AddressBook.framework/Headers/ABRecord.h:24:typedef uint32_t ABRecordType AB_DEPRECATED("");
./AddressBook.framework/Headers/ABRecord.h:35:typedef uint32_t ABPropertyType AB_DEPRECATED("");
./AddressBook.framework/Headers/ABRecord.h:50:AB_EXTERN ABRecordID ABRecordGetRecordID(ABRecordRef record) AB_DEPRECATED("use CN object's identifier");
./AddressBook.framework/Headers/ABRecord.h:51:AB_EXTERN ABRecordType ABRecordGetRecordType(ABRecordRef record) AB_DEPRECATED("");
./AddressBook.framework/Headers/ABRecord.h:53:AB_EXTERN CFTypeRef ABRecordCopyValue(ABRecordRef record, ABPropertyID property) AB_DEPRECATED("use CN object's properties");
./AddressBook.framework/Headers/ABRecord.h:54:AB_EXTERN bool ABRecordSetValue(ABRecordRef record, ABPropertyID property, CFTypeRef value, CFErrorRef* error) AB_DEPRECATED("use CN mutable object's properties");
./AddressBook.framework/Headers/ABRecord.h:55:AB_EXTERN bool ABRecordRemoveValue(ABRecordRef record, ABPropertyID property, CFErrorRef* error) AB_DEPRECATED("use CN mutable object's properties, setting to @"", @[], or nil");
./AddressBook.framework/Headers/ABRecord.h:57:AB_EXTERN CFStringRef ABRecordCopyCompositeName(ABRecordRef record) AB_DEPRECATED("use CNContactFormatter or CN object's name");
./AddressBook.framework/Headers/ABSource.h:36:typedef int ABSourceType AB_DEPRECATED("");
./AddressBook.framework/Headers/ABSource.h:40:AB_EXTERN const ABPropertyID kABSourceNameProperty AB_DEPRECATED("use CNContainer.name"); // string
./AddressBook.framework/Headers/ABSource.h:41:AB_EXTERN const ABPropertyID kABSourceTypeProperty AB_DEPRECATED("use CNContainer.type"); // CFNumberRef of ABSourceType (int)
./AddressBook.framework/Headers/ABSource.h:43:AB_EXTERN ABRecordRef ABAddressBookCopyDefaultSource(ABAddressBookRef addressBook) AB_DEPRECATED("use [CNContactStore containersMatchingPredicate:[CNContainer predicateForContainersWithIdentifiers: @[CNContactStore.defaultContainerIdentifier]] error:]");
./AddressBook.framework/Headers/ABSource.h:45:AB_EXTERN ABRecordRef ABAddressBookGetSourceWithRecordID(ABAddressBookRef addressBook, ABRecordID sourceID) AB_DEPRECATED("use [CNContactStore containersMatchingPredicate:[CNContainer predicateForContainersWithIdentifiers:] error:]");
./AddressBook.framework/Headers/ABSource.h:47:AB_EXTERN CFArrayRef ABAddressBookCopyArrayOfAllSources(ABAddressBookRef addressBook) AB_DEPRECATED("use [CNContactStore containersMatchingPredicate:nil error:]");
./AddressBook.framework/Headers/AddressBookDefines.h:18: #define AB_DEPRECATED(msg)
./AddressBook.framework/Headers/AddressBookDefines.h:21: #define AB_DEPRECATED(msg) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_NA, __MAC_NA, __IPHONE_2_0, __IPHONE_9_0, msg)
./AddressBookUI.framework/Headers/ABAddressFormatting.h:20:NSString *ABCreateStringWithAddressDictionary(NSDictionary *address, BOOL addCountryName) NS_RETURNS_RETAINED AB_DEPRECATED("Use CNPostalAddressFormatter from Contacts.framework instead");
./AddressBookUI.framework/Headers/ABNewPersonViewController.h:15:AB_DEPRECATED("Use +[CNContactViewController viewControllerForNewContact:] from ContactsUI.framework instead")
./AddressBookUI.framework/Headers/ABPeoplePickerNavigationController.h:17:AB_DEPRECATED("Use CNContactPickerViewController from ContactsUI.framework instead")
./AddressBookUI.framework/Headers/ABPersonViewController.h:15:AB_DEPRECATED("Use +[CNContactViewController viewControllerForContact:] from ContactsUI.framework instead")
./AddressBookUI.framework/Headers/ABUnknownPersonViewController.h:15:AB_DEPRECATED("Use +[CNContactViewController viewControllerForUnknownContact:] from ContactsUI.framework instead")
$ find . -type f -exec grep -nH -e CF_DEPRECATED\(.*,\ .*,\ .*,\ 11_0 {} +
./CFNetwork.framework/Headers/CFNetDiagnostics.h:73:} CF_DEPRECATED(10_4, 10_13, 2_0, 11_0);
./CFNetwork.framework/Headers/CFNetDiagnostics.h:82:typedef CFIndex CFNetDiagnosticStatus CF_DEPRECATED(10_4, 10_13, 2_0, 11_0);
./CFNetwork.framework/Headers/CFNetDiagnostics.h:109:CFNetDiagnosticCreateWithStreams(CFAllocatorRef __nullable alloc, CFReadStreamRef __nullable readStream, CFWriteStreamRef __nullable writeStream) CF_DEPRECATED(10_4, 10_13, 2_0, 11_0);
./CFNetwork.framework/Headers/CFNetDiagnostics.h:132:CFNetDiagnosticCreateWithURL(CFAllocatorRef alloc, CFURLRef url) CF_DEPRECATED(10_4, 10_13, 2_0, 11_0);
./CFNetwork.framework/Headers/CFNetDiagnostics.h:157:CFNetDiagnosticSetName(CFNetDiagnosticRef details, CFStringRef name) CF_DEPRECATED(10_4, 10_13, 2_0, 11_0);
./CFNetwork.framework/Headers/CFNetDiagnostics.h:181:CFNetDiagnosticDiagnoseProblemInteractively(CFNetDiagnosticRef details) CF_DEPRECATED(10_4, 10_13, 2_0, 11_0);
./CFNetwork.framework/Headers/CFNetDiagnostics.h:211:CFNetDiagnosticCopyNetworkStatusPassively(CFNetDiagnosticRef details, CFStringRef __nullable * __nullable description) CF_DEPRECATED(10_4, 10_13, 2_0, 11_0);
$ find . -type f -exec grep -nH -e NS_DEPRECATED_IOS\(.*,\ 9_3 {} +
./MediaPlayer.framework/Headers/MPPlayableContentDelegate.h:37:- (void)playableContentManager:(MPPlayableContentManager *)contentManager initializePlaybackQueueWithCompletionHandler:(void(^)(NSError * __nullable))completionHandler NS_AVAILABLE_IOS(9_0) NS_DEPRECATED_IOS(9_0, 9_3, "Use initializePlaybackQueueWithContentItems:completionHandler: instead");
$ find . -type f -exec grep -nH -e CF_DEPRECATED\(.*,\ .*,\ .*,\ 10_0 {} +
./CFNetwork.framework/Headers/CFSocketStream.h:427:CFN_EXPORT const CFStringRef kCFStreamSocketSecurityLevelSSLv2 CF_DEPRECATED(10_2, 10_12, 2_0, 10_0);
./CFNetwork.framework/Headers/CFSocketStream.h:439:CFN_EXPORT const CFStringRef kCFStreamSocketSecurityLevelSSLv3 CF_DEPRECATED(10_2, 10_12, 2_0, 10_0);
$ find . -type f -exec grep -nH -e CF_DEPRECATED\(.*,\ .*,\ .*,\ 9_0 {} +
./CFNetwork.framework/Headers/CFFTPStream.h:62:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPUserName CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:74:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPPassword CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:86:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPUsePassiveMode CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:97:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPResourceSize CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:111:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPFetchResourceInfo CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:122:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPFileTransferOffset CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:134:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPAttemptPersistentConnection CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:147:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPProxy CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:161:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPProxyHost CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:175:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPProxyPort CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:181:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPProxyUser CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:187:CFN_EXPORT const CFStringRef kCFStreamPropertyFTPProxyPassword CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:205:CFN_EXPORT const CFStringRef kCFFTPResourceMode CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:216:CFN_EXPORT const CFStringRef kCFFTPResourceName CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:227:CFN_EXPORT const CFStringRef kCFFTPResourceOwner CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:238:CFN_EXPORT const CFStringRef kCFFTPResourceGroup CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:250:CFN_EXPORT const CFStringRef kCFFTPResourceLink CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:261:CFN_EXPORT const CFStringRef kCFFTPResourceSize CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:272:CFN_EXPORT const CFStringRef kCFFTPResourceType CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:283:CFN_EXPORT const CFStringRef kCFFTPResourceModDate CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:321:CFReadStreamCreateWithFTPURL(CFAllocatorRef __nullable alloc, CFURLRef ftpURL) CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:365:CFFTPCreateParsedResourceListing(CFAllocatorRef __nullable alloc, const UInt8 *buffer, CFIndex bufferLength, CFDictionaryRef __nullable * __nullable parsed) CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFFTPStream.h:403:CFWriteStreamCreateWithFTPURL(CFAllocatorRef __nullable alloc, CFURLRef ftpURL) CF_DEPRECATED(10_3, 10_11, 2_0, 9_0 , "Use NSURLSessionAPI for ftp requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:83:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPResponseHeader CF_DEPRECATED(10_1, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:96:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPFinalURL CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:108:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPFinalRequest CF_DEPRECATED(10_5, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:124:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPProxy CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:135:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPProxyHost CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:145:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPProxyPort CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:156:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPSProxyHost CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:167:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPSProxyPort CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:179:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPShouldAutoredirect CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:193:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPAttemptPersistentConnection CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:206:CFN_EXPORT const CFStringRef kCFStreamPropertyHTTPRequestBytesWrittenCount CF_DEPRECATED(10_3, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:247:CFReadStreamCreateForHTTPRequest(CFAllocatorRef __nullable alloc, CFHTTPMessageRef request) CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFHTTPStream.h:293:CFReadStreamCreateForStreamedHTTPRequest(CFAllocatorRef __nullable alloc, CFHTTPMessageRef requestHeaders, CFReadStreamRef requestBody) CF_DEPRECATED(10_2, 10_11, 2_0, 9_0, "Use NSURLSession API for http requests");
./CFNetwork.framework/Headers/CFSocketStream.h:179:CFN_EXPORT const CFStringRef kCFStreamNetworkServiceTypeVoIP CF_DEPRECATED(10_7, 10_11, 4_0, 9_0, "use PushKit for VoIP control purposes"); // voice over IP control - this service type is deprecated in favor of using PushKit for VoIP control
$ find . -type f -exec grep -nH -e NS_CLASS_DEPRECATED\(.*,.*,.*,.*10_0 {} +
./AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:27:NS_CLASS_DEPRECATED(10_7, NA, 4_0, 10_0, "Use AVCapturePhotoOutput instead") __TVOS_PROHIBITED
./GameController.framework/Headers/GCGamepad.h:23:NS_CLASS_DEPRECATED(10_9, 10_12, 7_0, 10_0)
./GameKit.framework/Headers/GKFriendRequestComposeViewController.h:21:NS_CLASS_DEPRECATED(10_8, 10_12, 4_2, 10_0)
./GameKit.framework/Headers/GKFriendRequestComposeViewController.h:27:NS_CLASS_DEPRECATED(10_8, 10_12, 4_2, 10_0)
$ find . -type f -exec grep -nH -e CA_CANONICAL_DEPRECATED {} +
./CoreAudio.framework/Headers/CoreAudioTypes.h:50: #define CA_CANONICAL_DEPRECATED __attribute__((deprecated("The concept of canonical formats is deprecated")))
./CoreAudio.framework/Headers/CoreAudioTypes.h:52: #define CA_CANONICAL_DEPRECATED
./CoreAudio.framework/Headers/CoreAudioTypes.h:208:CA_CANONICAL_DEPRECATED typedef Float32 AudioSampleType;
./CoreAudio.framework/Headers/CoreAudioTypes.h:209:CA_CANONICAL_DEPRECATED typedef Float32 AudioUnitSampleType;
./CoreAudio.framework/Headers/CoreAudioTypes.h:211:CA_CANONICAL_DEPRECATED typedef SInt16 AudioSampleType;
./CoreAudio.framework/Headers/CoreAudioTypes.h:212:CA_CANONICAL_DEPRECATED typedef SInt32 AudioUnitSampleType;
./CoreAudio.framework/Headers/CoreAudioTypes.h:569: kAudioFormatFlagsCanonical CA_CANONICAL_DEPRECATED = kAudioFormatFlagIsFloat | kAudioFormatFlagsNativeEndian | kAudioFormatFlagIsPacked,
./CoreAudio.framework/Headers/CoreAudioTypes.h:570: kAudioFormatFlagsAudioUnitCanonical CA_CANONICAL_DEPRECATED = kAudioFormatFlagIsFloat | kAudioFormatFlagsNativeEndian | kAudioFormatFlagIsPacked | kAudioFormatFlagIsNonInterleaved,
./CoreAudio.framework/Headers/CoreAudioTypes.h:572: kAudioFormatFlagsCanonical CA_CANONICAL_DEPRECATED = kAudioFormatFlagIsSignedInteger | kAudioFormatFlagsNativeEndian | kAudioFormatFlagIsPacked,
./CoreAudio.framework/Headers/CoreAudioTypes.h:573: kAudioFormatFlagsAudioUnitCanonical CA_CANONICAL_DEPRECATED = kAudioFormatFlagIsSignedInteger | kAudioFormatFlagsNativeEndian | kAudioFormatFlagIsPacked | kAudioFormatFlagIsNonInterleaved | (kAudioUnitSampleFractionBits << kLinearPCMFormatFlagsSampleFractionShift),
$ find . -type f -exec grep -nH -e NS_ENUM_DEPRECATED\(.*,.*,.*,*9_0 {} +
./EventKit.framework/Headers/EKTypes.h:41: EKSunday NS_ENUM_DEPRECATED(10_8, 10_11, 4_0, 9_0, "Use EKWeekdaySunday instead") = EKWeekdaySunday,
./EventKit.framework/Headers/EKTypes.h:42: EKMonday NS_ENUM_DEPRECATED(10_8, 10_11, 4_0, 9_0, "Use EKWeekdayMonday instead") = EKWeekdayMonday,
./EventKit.framework/Headers/EKTypes.h:43: EKTuesday NS_ENUM_DEPRECATED(10_8, 10_11, 4_0, 9_0, "Use EKWeekdayTuesday instead") = EKWeekdayTuesday,
./EventKit.framework/Headers/EKTypes.h:44: EKWednesday NS_ENUM_DEPRECATED(10_8, 10_11, 4_0, 9_0, "Use EKWeekdayWednesday instead") = EKWeekdayWednesday,
./EventKit.framework/Headers/EKTypes.h:45: EKThursday NS_ENUM_DEPRECATED(10_8, 10_11, 4_0, 9_0, "Use EKWeekdayThursday instead") = EKWeekdayThursday,
./EventKit.framework/Headers/EKTypes.h:46: EKFriday NS_ENUM_DEPRECATED(10_8, 10_11, 4_0, 9_0, "Use EKWeekdayFriday instead") = EKWeekdayFriday,
./EventKit.framework/Headers/EKTypes.h:47: EKSaturday NS_ENUM_DEPRECATED(10_8, 10_11, 4_0, 9_0, "Use EKWeekdaySaturday instead") = EKWeekdaySaturday,
./MapKit.framework/Headers/MKPinAnnotationView.h:15:} NS_ENUM_DEPRECATED(10_9, 10_11, 3_0, 9_0, "Use MKPinAnnotationView's pinTintColor instead") __TVOS_PROHIBITED __WATCHOS_PROHIBITED;
$ find . -type f -exec grep -nH -e CORETELEPHONY_CLASS_DEPRECATED\(.*,*10_0 {} +
./CoreTelephony.framework/Headers/CTCallCenter.h:16:CORETELEPHONY_CLASS_DEPRECATED(4_0, 10_0, "Replaced by CXCallObserver from CallKit.framework")
$ find . -type f -exec grep -nH -e CT_ENUM_DEPRECATED\(.*ios\(.*9.0 {} +
./CoreText.framework/Headers/CTFont.h:297: kCTFontNoFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:299: kCTFontUserFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:301: kCTFontUserFixedPitchFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:303: kCTFontSystemFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:305: kCTFontEmphasizedSystemFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:307: kCTFontSmallSystemFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:309: kCTFontSmallEmphasizedSystemFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:311: kCTFontMiniSystemFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:313: kCTFontMiniEmphasizedSystemFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:315: kCTFontViewsFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:317: kCTFontApplicationFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:319: kCTFontLabelFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:321: kCTFontMenuTitleFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:323: kCTFontMenuItemFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:325: kCTFontMenuItemMarkFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:327: kCTFontMenuItemCmdKeyFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:329: kCTFontWindowTitleFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:331: kCTFontPushButtonFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:333: kCTFontUtilityWindowTitleFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:335: kCTFontAlertHeaderFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:337: kCTFontSystemDetailFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:339: kCTFontEmphasizedSystemDetailFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:341: kCTFontToolbarFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:343: kCTFontSmallToolbarFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:345: kCTFontMessageFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:347: kCTFontPaletteFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:349: kCTFontToolTipFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFont.h:351: kCTFontControlContentFontType CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFontDescriptor.h:185: kCTFontDefaultOrientation CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFontDescriptor.h:187: kCTFontHorizontalOrientation CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTFontDescriptor.h:189: kCTFontVerticalOrientation CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTGlyphInfo.h:81: kCTIdentityMappingCharacterCollection CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTGlyphInfo.h:83: kCTAdobeCNS1CharacterCollection CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTGlyphInfo.h:85: kCTAdobeGB1CharacterCollection CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTGlyphInfo.h:87: kCTAdobeJapan1CharacterCollection CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTGlyphInfo.h:89: kCTAdobeJapan2CharacterCollection CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTGlyphInfo.h:91: kCTAdobeKorea1CharacterCollection CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTParagraphStyle.h:75: kCTLeftTextAlignment CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTParagraphStyle.h:77: kCTRightTextAlignment CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTParagraphStyle.h:79: kCTCenterTextAlignment CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTParagraphStyle.h:81: kCTJustifiedTextAlignment CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
./CoreText.framework/Headers/CTParagraphStyle.h:83: kCTNaturalTextAlignment CT_ENUM_DEPRECATED("Deprecated", macos(10.5, 10.11), ios(3.2, 9.0)) CT_ENUM_UNAVAILABLE(watchos, tvos)
$ find . -type f -exec grep -nH -e MPS_AVAILABLE_STARTING_BUT_DEPRECATED\(.*ios\(.*11.0 {} +
./MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Headers/MPSCNNPooling.h:358:MPS_AVAILABLE_STARTING_BUT_DEPRECATED( "Please use dilationRateX instead.", macos(10.13, 10.13), ios(11.0, 11.0), tvos(11.0, 11.0) );
./MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Headers/MPSCNNPooling.h:364: MPS_AVAILABLE_STARTING_BUT_DEPRECATED( "Please use dilationRateY instead.", macos(10.13, 10.13), ios(11.0, 11.0), tvos(11.0, 11.0) );
./MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Headers/MPSNNGraphNodes.h:709:MPS_AVAILABLE_STARTING_BUT_DEPRECATED( "Please use the form that uses dilationRate instead.", macos(10.13, 10.13), ios(11.0, 11.0), tvos(11.0, 11.0) );
./MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Headers/MPSNNGraphNodes.h:711: MPS_AVAILABLE_STARTING_BUT_DEPRECATED( "Please use the form that uses dilationRate instead.", macos(10.13, 10.13), ios(11.0, 11.0), tvos(11.0, 11.0) );
./MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Headers/MPSNNGraphNodes.h:742: MPS_AVAILABLE_STARTING_BUT_DEPRECATED( "Please use the form that uses dilationRate instead.", macos(10.13, 10.13), ios(11.0, 11.0), tvos(11.0, 11.0) );
./MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Headers/MPSNNGraphNodes.h:774:MPS_AVAILABLE_STARTING_BUT_DEPRECATED( "Please use the form that uses dilationRate instead.", macos(10.13, 10.13), ios(11.0, 11.0), tvos(11.0, 11.0) );
$ find . -type f -exec grep -nH -e MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED\([^,]*,\ 9.0 {} +
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:23:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(2.0, 9.0, 10.12.2, 10.12.2, 2.0, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:32:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:39:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:44:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:52:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:58:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:67:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:73:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:169:MP_EXTERN NSString * const MPMoviePlayerScalingModeDidChangeNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(2.0, 9.0, 10.12.2, 10.12.2, 2.0, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:172:MP_EXTERN NSString * const MPMoviePlayerPlaybackDidFinishNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(2.0, 9.0, 10.12.2, 10.12.2, 2.0, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:174:MP_EXTERN NSString * const MPMoviePlayerPlaybackDidFinishReasonUserInfoKey MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0); // NSNumber (MPMovieFinishReason)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:177:MP_EXTERN NSString * const MPMoviePlayerPlaybackStateDidChangeNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:180:MP_EXTERN NSString * const MPMoviePlayerLoadStateDidChangeNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:183:MP_EXTERN NSString * const MPMoviePlayerNowPlayingMovieDidChangeNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:186:MP_EXTERN NSString * const MPMoviePlayerWillEnterFullscreenNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:187:MP_EXTERN NSString * const MPMoviePlayerDidEnterFullscreenNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:188:MP_EXTERN NSString * const MPMoviePlayerWillExitFullscreenNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:189:MP_EXTERN NSString * const MPMoviePlayerDidExitFullscreenNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:190:MP_EXTERN NSString * const MPMoviePlayerFullscreenAnimationDurationUserInfoKey MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0); // NSNumber of double (NSTimeInterval)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:191:MP_EXTERN NSString * const MPMoviePlayerFullscreenAnimationCurveUserInfoKey MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0); // NSNumber of NSUInteger (UIViewAnimationCurve)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:194:MP_EXTERN NSString * const MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(5.0, 9.0, 10.12.2, 10.12.2, 5.0, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:197:MP_EXTERN NSString * const MPMoviePlayerReadyForDisplayDidChangeNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(6.0, 9.0, 10.12.2, 10.12.2, 6.0, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:204:MP_EXTERN NSString * const MPMovieMediaTypesAvailableNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:205:MP_EXTERN NSString * const MPMovieSourceTypeAvailableNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0); // Posted if the movieSourceType is MPMovieSourceTypeUnknown when preparing for playback.
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:206:MP_EXTERN NSString * const MPMovieDurationAvailableNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:207:MP_EXTERN NSString * const MPMovieNaturalSizeAvailableNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:215:} MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:225:- (void)requestThumbnailImagesAtTimes:(NSArray *)playbackTimes timeOption:(MPMovieTimeOption)option MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:228:- (void)cancelAllThumbnailImageRequests MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:233:MP_EXTERN NSString * const MPMoviePlayerThumbnailImageRequestDidFinishNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:234:MP_EXTERN NSString * const MPMoviePlayerThumbnailImageKey MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0); // UIImage, may be nil if an error occurred.
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:235:MP_EXTERN NSString * const MPMoviePlayerThumbnailTimeKey MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0); // NSNumber (double)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:236:MP_EXTERN NSString * const MPMoviePlayerThumbnailErrorKey MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(3.2, 9.0, 10.12.2, 10.12.2, 3.2, 9.0); // NSError
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:244:@property (nonatomic, readonly) NSArray *timedMetadata MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:248:MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:269:MP_EXTERN NSString * const MPMoviePlayerTimedMetadataUpdatedNotification MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:270:MP_EXTERN NSString * const MPMoviePlayerTimedMetadataUserInfoKey MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0); // NSDictionary of the most recent MPTimedMetadata objects.
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:273:MP_EXTERN NSString * const MPMoviePlayerTimedMetadataKeyName MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0); // NSString
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:274:MP_EXTERN NSString * const MPMoviePlayerTimedMetadataKeyInfo MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0); // NSString
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:275:MP_EXTERN NSString * const MPMoviePlayerTimedMetadataKeyMIMEType MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0); // NSString
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:276:MP_EXTERN NSString * const MPMoviePlayerTimedMetadataKeyDataType MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0); // NSString
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:277:MP_EXTERN NSString * const MPMoviePlayerTimedMetadataKeyLanguageCode MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.0, 9.0, 10.12.2, 10.12.2, 4.0, 9.0); // NSString (ISO 639-2)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:284:@property (nonatomic, readonly) MPMovieAccessLog *accessLog MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.3, 9.0, 10.12.2, 10.12.2, 4.3, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:287:@property (nonatomic, readonly) MPMovieErrorLog *errorLog MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.3, 9.0, 10.12.2, 10.12.2, 4.3, 9.0);
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:295:MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.3, 9.0, 10.12.2, 10.12.2, 4.3, 9.0)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:313:MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.3, 9.0, 10.12.2, 10.12.2, 4.3, 9.0)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:331:MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.3, 9.0, 10.12.2, 10.12.2, 4.3, 9.0)
./MediaPlayer.framework/Headers/MPMoviePlayerController.h:381:MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED(4.3, 9.0, 10.12.2, 10.12.2, 4.3, 9.0)
$ find . -type f -exec grep -nH -e NS_DEPRECATED_IOS\(.*,\ 9_0 {} +
./AssetsLibrary.framework/Headers/ALAsset.h:20:extern NSString *const ALErrorInvalidProperty NS_DEPRECATED_IOS(4_0, 9_0, "Use PHAsset class properties from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAsset.h:23:extern NSString *const ALAssetPropertyType NS_DEPRECATED_IOS(4_0, 9_0, "Use the mediaType property on a PHAsset from the Photos framework instead"); // An NSString that encodes the type of asset. One of ALAssetTypePhoto, ALAssetTypeVideo or ALAssetTypeUnknown.
./AssetsLibrary.framework/Headers/ALAsset.h:24:extern NSString *const ALAssetPropertyLocation NS_DEPRECATED_IOS(4_0, 9_0, "Use the location property on a PHAsset from the Photos framework instead"); // CLLocation object with the location information of the asset. Only available if location services are enabled for the caller.
./AssetsLibrary.framework/Headers/ALAsset.h:25:extern NSString *const ALAssetPropertyDuration NS_DEPRECATED_IOS(4_0, 9_0, "Use the duration property on a PHAsset from the Photos framework instead"); // Play time duration of a video asset expressed as a double wrapped in an NSNumber. For photos, kALErrorInvalidProperty is returned.
./AssetsLibrary.framework/Headers/ALAsset.h:26:extern NSString *const ALAssetPropertyOrientation NS_DEPRECATED_IOS(4_0, 9_0, "Use the orientation of the UIImage returned for a PHAsset via the PHImageManager from the Photos framework instead"); // NSNumber containing an asset's orientation as defined by ALAssetOrientation.
./AssetsLibrary.framework/Headers/ALAsset.h:27:extern NSString *const ALAssetPropertyDate NS_DEPRECATED_IOS(4_0, 9_0, "Use the creationDate property on a PHAsset from the Photos framework instead"); // An NSDate with the asset's creation date.
./AssetsLibrary.framework/Headers/ALAsset.h:30:extern NSString *const ALAssetPropertyRepresentations NS_DEPRECATED_IOS(4_0, 9_0, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead"); // Array with all the representations available for a given asset (e.g. RAW, JPEG). It is expressed as UTIs.
./AssetsLibrary.framework/Headers/ALAsset.h:31:extern NSString *const ALAssetPropertyURLs NS_DEPRECATED_IOS(4_0, 9_0, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead"); // Dictionary that maps asset representation UTIs to URLs that uniquely identify the asset.
./AssetsLibrary.framework/Headers/ALAsset.h:32:extern NSString *const ALAssetPropertyAssetURL NS_DEPRECATED_IOS(4_0, 9_0, "Use the localIdentifier property on a PHAsset (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead"); // An NSURL that uniquely identifies the asset
./AssetsLibrary.framework/Headers/ALAsset.h:35:extern NSString *const ALAssetTypePhoto NS_DEPRECATED_IOS(4_0, 9_0, "Use PHAssetMediaTypeImage from the Photos framework instead"); // The asset is a photo
./AssetsLibrary.framework/Headers/ALAsset.h:36:extern NSString *const ALAssetTypeVideo NS_DEPRECATED_IOS(4_0, 9_0, "Use PHAssetMediaTypeVideo from the Photos framework instead"); // The asset is a video
./AssetsLibrary.framework/Headers/ALAsset.h:37:extern NSString *const ALAssetTypeUnknown NS_DEPRECATED_IOS(4_0, 9_0, "Use PHAssetMediaTypeAudio for audio or PHAssetMediaTypeUnknown for unknown media types from the Photos framework instead"); // The asset's type cannot be determined. It could be a sound file, a video or photo file that we don't know about, or something else. This is possible only for assets imported from a camera onto the device.
./AssetsLibrary.framework/Headers/ALAsset.h:48:- (id)valueForProperty:(NSString *)property NS_DEPRECATED_IOS(4_0, 9_0, "Use PHAsset class properties from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAsset.h:51:- (ALAssetRepresentation *)defaultRepresentation NS_DEPRECATED_IOS(4_0, 9_0, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAsset.h:55:- (ALAssetRepresentation *)representationForUTI:(NSString *)representationUTI NS_DEPRECATED_IOS(4_0, 9_0, "Use PHImageRequestOptions with the PHImageManager from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAsset.h:58:- (CGImageRef)thumbnail NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageForAsset:targetSize:contentMode:options:resultHandler: on PHImageManager to request a thumbnail sized image for a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAsset.h:61:- (CGImageRef)aspectRatioThumbnail NS_DEPRECATED_IOS(5_0, 9_0, "Use the PHImageContentMode options to request thumbnail aspect ratio in PHImageRequestOptions with the PHImageManager");
./AssetsLibrary.framework/Headers/ALAsset.h:64:- (void)writeModifiedImageDataToSavedPhotosAlbum:(NSData *)imageData metadata:(NSDictionary *)metadata completionBlock:(ALAssetsLibraryWriteImageCompletionBlock)completionBlock NS_DEPRECATED_IOS(5_0, 9_0, "Use creationRequestForAssetFromImage: on PHAssetChangeRequest from the Photos framework to create a new asset instead");
./AssetsLibrary.framework/Headers/ALAsset.h:67:- (void)writeModifiedVideoAtPathToSavedPhotosAlbum:(NSURL *)videoPathURL completionBlock:(ALAssetsLibraryWriteVideoCompletionBlock)completionBlock NS_DEPRECATED_IOS(5_0, 9_0, "Use creationRequestForAssetFromVideoAtFileURL: on PHAssetChangeRequest from the Photos framework to create a new asset instead");
./AssetsLibrary.framework/Headers/ALAsset.h:71:@property (nonatomic, readonly) ALAsset *originalAsset NS_DEPRECATED_IOS(5_0, 9_0, "Use the PHImageRequestOptionsVersionOriginal or PHImageRequestOptionsVersionUnadjusted option in PHImageRequestOptions with the PHImageManager from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAsset.h:75:@property (nonatomic, readonly, getter=isEditable) BOOL editable NS_DEPRECATED_IOS(5_0, 9_0, "Use canPerformEditOperation: on a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAsset.h:81:- (void)setImageData:(NSData *)imageData metadata:(NSDictionary *)metadata completionBlock:(ALAssetsLibraryWriteImageCompletionBlock)completionBlock NS_DEPRECATED_IOS(5_0, 9_0, "Use contentEditingOutput on a PHAssetChangeRequest from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAsset.h:87:- (void)setVideoAtPath:(NSURL *)videoPathURL completionBlock:(ALAssetsLibraryWriteVideoCompletionBlock)completionBlock NS_DEPRECATED_IOS(5_0, 9_0, "Use contentEditingOutput on a PHAssetChangeRequest from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:28:- (NSString *)UTI NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageDataForAsset:options:resultHandler: on PHImageManager for a PHAsset to request image data from the Photos framework and check the dataUTI passed to your result handler instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:31:- (CGSize)dimensions NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageForAsset:targetSize:contentMode:options:resultHandler: on PHImageManager to request a targetSize of image for a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:34:- (long long)size NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:40:- (NSUInteger)getBytes:(uint8_t *)buffer fromOffset:(long long)offset length:(NSUInteger)length error:(NSError **)error NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:43:- (CGImageRef)fullResolutionImage NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageForAsset:targetSize:contentMode:options:resultHandler: on PHImageManager to request a targetSize PHImageManagerMaximumSize for a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:47:- (CGImageRef)CGImageWithOptions:(NSDictionary *)options NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageForAsset:targetSize:contentMode:options:resultHandler: on PHImageManager to request a targetSize of image for a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:51:- (CGImageRef)fullScreenImage NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageForAsset:targetSize:contentMode:options:resultHandler: on PHImageManager to request a targetSize of image for a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:54:- (NSURL *)url NS_DEPRECATED_IOS(4_0, 9_0, "Use PHImageRequestOptions with the PHImageManager instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:58:- (NSDictionary *)metadata NS_DEPRECATED_IOS(4_0, 9_0, "Use CGImageSourceCopyPropertiesAtIndex() to retrieve metadata from an image returned by the PHImageManager from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:61:- (ALAssetOrientation)orientation NS_DEPRECATED_IOS(4_0, 9_0, "Use the orientation of the UIImage returned for a PHAsset from the PHImageManager from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:64:- (float)scale NS_DEPRECATED_IOS(4_0, 9_0, "Use requestImageForAsset:targetSize:contentMode:options:resultHandler: on PHImageManager to request a targetSize of image for a PHAsset from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetRepresentation.h:68:- (NSString *)filename NS_DEPRECATED_IOS(5_0, 9_0, "Use the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:29:typedef void (^ALAssetsGroupEnumerationResultsBlock)(ALAsset *result, NSUInteger index, BOOL *stop) NS_DEPRECATED_IOS(4_0, 9_0, "Use the PHFetchResult returned by fetchAssetsInAssetCollection:options: on PHAsset from the Photos framework to enumerate the assets in an asset collection instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:32:extern NSString *const ALAssetsGroupPropertyName NS_DEPRECATED_IOS(4_0, 9_0, "Use the localizedTitle property on a PHAssetCollection from the Photos framework instead"); // An NSString with the name of the group
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:33:extern NSString *const ALAssetsGroupPropertyType NS_DEPRECATED_IOS(4_0, 9_0, "Use the assetCollectionType and assetCollectionSubtype properties on a PHAssetCollection from the Photos framework instead"); // An ALAssetsGroupType wrapped in an NSNumber
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:34:extern NSString *const ALAssetsGroupPropertyPersistentID NS_DEPRECATED_IOS(4_0, 9_0, "Use the localIdentifier property on a PHAssetCollection from the Photos framework instead"); // An NSString with the group's persistent ID.
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:35:extern NSString *const ALAssetsGroupPropertyURL NS_DEPRECATED_IOS(5_0, 9_0, "Use the localIdentifier property on a PHAssetCollection from the Photos framework, or to lookup PHAssetCollections by a previously known ALAssetsGroupPropertyURL use fetchAssetCollectionsWithALAssetGroupURLs:options: instead"); // An NSURL that uniquely identifies the group
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:46:- (id)valueForProperty:(NSString *)property NS_DEPRECATED_IOS(4_0, 9_0, "Use the class properties on a PHAssetCollection in the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:49:- (CGImageRef)posterImage NS_DEPRECATED_IOS(4_0, 9_0, "Use fetchKeyAssetsInAssetCollection:options: on PHAsset, then use the PHImageManager to request image data for key assets in the asset collection from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:55:- (void)setAssetsFilter:(ALAssetsFilter *)filter NS_DEPRECATED_IOS(4_0, 9_0, "Use fetchAssetsInAssetCollection:options: on PHAsset with a predicate in the PHFetchOptions from the Photos framework to filter the assets in an asset collection instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:59:- (NSInteger)numberOfAssets NS_DEPRECATED_IOS(4_0, 9_0, "Use the estimatedAssetCount on PHAssetCollection for a quick estimate of the total assets in a collection (or fetch the assets to get an exact value) from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:66:- (void)enumerateAssetsUsingBlock:(ALAssetsGroupEnumerationResultsBlock)enumerationBlock NS_DEPRECATED_IOS(4_0, 9_0, "Use the PHFetchResult returned by fetchAssetsInAssetCollection:options: on PHAsset to enumerate the assets in an asset collection from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:67:- (void)enumerateAssetsWithOptions:(NSEnumerationOptions)options usingBlock:(ALAssetsGroupEnumerationResultsBlock)enumerationBlock NS_DEPRECATED_IOS(4_0, 9_0, "Use the PHFetchResult returned by fetchAssetsInAssetCollection:options: on PHAsset to enumerate the assets in an asset collection from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:68:- (void)enumerateAssetsAtIndexes:(NSIndexSet *)indexSet options:(NSEnumerationOptions)options usingBlock:(ALAssetsGroupEnumerationResultsBlock)enumerationBlock NS_DEPRECATED_IOS(4_0, 9_0, "Use the PHFetchResult returned by fetchAssetsInAssetCollection:options: on PHAsset to enumerate the assets in an asset collection from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:71:@property (nonatomic, readonly, getter=isEditable) BOOL editable NS_DEPRECATED_IOS(5_0, 9_0, "Use canPerformEditOperation: on a PHAssetCollection from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsGroup.h:76:- (BOOL)addAsset:(ALAsset *)asset NS_DEPRECATED_IOS(5_0, 9_0, "Use addAssets: on a PHAssetCollectionChangeRequest: created from a PHAssetCollection in the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:32:} NS_DEPRECATED_IOS(4_0, 9_0, "Use UIImageOrientation in the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:45:typedef NSUInteger ALAssetsGroupType NS_DEPRECATED_IOS(4_0, 9_0, "Use PHAssetCollectionType and PHAssetCollectionSubtype in the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:54:} NS_DEPRECATED_IOS(6_0, 9_0, "Use PHAuthorizationStatus in the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:60:typedef void (^ALAssetsLibraryGroupsEnumerationResultsBlock)(ALAssetsGroup *group, BOOL *stop) NS_DEPRECATED_IOS(4_0, 9_0, "Use the PHFetchResult returned by fetchAssetCollectionsInCollectionList:options: on PHAssetCollection from the Photos framework to enumerate the asset collections in a collection list instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:64:typedef void (^ALAssetsLibraryAssetForURLResultBlock)(ALAsset *asset) NS_DEPRECATED_IOS(4_0, 9_0, "Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:68:typedef void (^ALAssetsLibraryGroupResultBlock)(ALAssetsGroup *group) NS_DEPRECATED_IOS(5_0, 9_0, "Use fetchAssetCollectionsWithLocalIdentifiers:options: on PHAssetCollection to fetch the asset collections by local identifier (or to lookup PHAssetCollections by a previously known ALAssetsGroupPropertyURL use fetchAssetCollectionsWithALAssetGroupURLs:options:) from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:71:typedef void (^ALAssetsLibraryAccessFailureBlock)(NSError *error) NS_DEPRECATED_IOS(4_0, 9_0, "Use the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:74:typedef void (^ALAssetsLibraryWriteImageCompletionBlock)(NSURL *assetURL, NSError *error) NS_DEPRECATED_IOS(4_0, 9_0, "Use performChanges:completionHandler: or performChangesAndWait: on the shared PHPhotoLibrary with a PHAssetChangeRequest from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:76:typedef void (^ALAssetsLibraryWriteVideoCompletionBlock)(NSURL *assetURL, NSError *error) NS_DEPRECATED_IOS(4_0, 9_0, "Use performChanges:completionHandler: or performChangesAndWait: on the shared PHPhotoLibrary with a PHAssetChangeRequest from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:90:- (void)enumerateGroupsWithTypes:(ALAssetsGroupType)types usingBlock:(ALAssetsLibraryGroupsEnumerationResultsBlock)enumerationBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock NS_DEPRECATED_IOS(4_0, 9_0, "Use the PHFetchResult returned by one of the fetch... methods on PHAssetCollection from the Photos framework to enumerate asset collections instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:95:- (void)assetForURL:(NSURL *)assetURL resultBlock:(ALAssetsLibraryAssetForURLResultBlock)resultBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock NS_DEPRECATED_IOS(4_0, 9_0, "Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:100:- (void)groupForURL:(NSURL *)groupURL resultBlock:(ALAssetsLibraryGroupResultBlock)resultBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock NS_DEPRECATED_IOS(5_0, 9_0, "Use fetchAssetCollectionsWithLocalIdentifiers:options: on PHAssetCollection to fetch the asset collections by local identifier (or to lookup PHAssetCollections by a previously known ALAssetsGroupPropertyURL use fetchAssetCollectionsWithALAssetGroupURLs:options:) from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:107:- (void)addAssetsGroupAlbumWithName:(NSString *)name resultBlock:(ALAssetsLibraryGroupResultBlock)resultBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock NS_DEPRECATED_IOS(5_0, 9_0, "Use creationRequestForAssetCollectionWithTitle: on PHAssetCollectionChangeRequest from the Photos framework to create a new asset collection instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:112:- (void)writeImageToSavedPhotosAlbum:(CGImageRef)imageRef orientation:(ALAssetOrientation)orientation completionBlock:(ALAssetsLibraryWriteImageCompletionBlock)completionBlock NS_DEPRECATED_IOS(4_0, 9_0, "Use creationRequestForAssetFromImage: on PHAssetChangeRequest from the Photos framework to create a new asset instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:115:- (void)writeImageToSavedPhotosAlbum:(CGImageRef)imageRef metadata:(NSDictionary *)metadata completionBlock:(ALAssetsLibraryWriteImageCompletionBlock)completionBlock NS_DEPRECATED_IOS(4_1, 9_0, "Use creationRequestForAssetFromImage: on PHAssetChangeRequest from the Photos framework to create a new asset instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:118:- (void)writeImageDataToSavedPhotosAlbum:(NSData *)imageData metadata:(NSDictionary *)metadata completionBlock:(ALAssetsLibraryWriteImageCompletionBlock)completionBlock NS_DEPRECATED_IOS(4_1, 9_0, "Use creationRequestForAssetFromImageData: on PHAssetChangeRequest from the Photos framework to create a new asset instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:120:- (void)writeVideoAtPathToSavedPhotosAlbum:(NSURL *)videoPathURL completionBlock:(ALAssetsLibraryWriteVideoCompletionBlock)completionBlock NS_DEPRECATED_IOS(4_0, 9_0, "Use creationRequestForAssetFromVideoAtFilePath: on PHAssetChangeRequest from the Photos framework to create a new asset instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:121:- (BOOL)videoAtPathIsCompatibleWithSavedPhotosAlbum:(NSURL *)videoPathURL NS_DEPRECATED_IOS(5_0, 9_0, "Use isCompatibleWithSavedPhotosAlbum on AVAsset instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:124:+ (ALAuthorizationStatus)authorizationStatus NS_DEPRECATED_IOS(6_0, 9_0, "Use authorizationStatus on the shared PHPhotoLibrary from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:127:+ (void)disableSharedPhotoStreamsSupport NS_DEPRECATED_IOS(6_0, 9_0, "Use the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:138:extern NSString *const ALAssetsLibraryChangedNotification NS_DEPRECATED_IOS(4_0, 9_0, "Use photoLibraryDidChange: notification from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:140:extern NSString *const ALAssetLibraryUpdatedAssetsKey NS_DEPRECATED_IOS(6_0, 9_0, "Use changeDetailsForFetchResult: and changeDetailsForObject: to get change details via the PHChange object included on photoLibraryDidChange: from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:141:extern NSString *const ALAssetLibraryInsertedAssetGroupsKey NS_DEPRECATED_IOS(6_0, 9_0, "Use changeDetailsForFetchResult: and changeDetailsForObject: to get change details via the PHChange object included on photoLibraryDidChange: from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:142:extern NSString *const ALAssetLibraryUpdatedAssetGroupsKey NS_DEPRECATED_IOS(6_0, 9_0, "Use changeDetailsForFetchResult: and changeDetailsForObject: to get change details via the PHChange object included on photoLibraryDidChange: from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:143:extern NSString *const ALAssetLibraryDeletedAssetGroupsKey NS_DEPRECATED_IOS(6_0, 9_0, "Use changeDetailsForFetchResult: and changeDetailsForObject: to get change details via the PHChange object included on photoLibraryDidChange: from the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:148:extern NSString *const ALAssetsLibraryErrorDomain NS_DEPRECATED_IOS(4_0, 9_0, "Use the Photos framework instead");
./AssetsLibrary.framework/Headers/ALAssetsLibrary.h:170:} NS_DEPRECATED_IOS(4_0, 9_0, "Use the Photos framework instead");
./AVFoundation.framework/Headers/AVError.h:71: AVErrorDeviceIsNotAvailableInBackground NS_DEPRECATED_IOS(4_3, 9_0, "AVCaptureSession no longer produces an AVCaptureSessionRuntimeErrorNotification with this error. See AVCaptureSessionInterruptionReasonVideoDeviceNotAvailableInBackground.") = -11837,
./EventKit.framework/Headers/EKEvent.h:186:@property(nonatomic, readonly) NSInteger birthdayPersonID NS_DEPRECATED_IOS(5_0, 9_0, "Use birthdayContactIdentifier instead");
./EventKit.framework/Headers/EKParticipant.h:92:- (nullable ABRecordRef)ABRecordWithAddressBook:(ABAddressBookRef)addressBook NS_DEPRECATED_IOS(4_0, 9_0, "Use contactPredicate instead") CF_RETURNS_NOT_RETAINED;
./HomeKit.framework/Headers/HMAccessory.h:41:@property(readonly, copy, nonatomic) NSUUID *identifier NS_DEPRECATED_IOS(8_0, 9_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./HomeKit.framework/Headers/HMAccessory.h:73:@property(readonly, copy, nonatomic, nullable) NSArray<NSUUID *> *identifiersForBridgedAccessories NS_DEPRECATED_IOS(8_0, 9_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./HomeKit.framework/Headers/HMHome.h:183:@property(readonly, copy, nonatomic) NSArray<HMUser *> *users NS_DEPRECATED_IOS(8_0, 9_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./HomeKit.framework/Headers/HMHome.h:207:- (void)addUserWithCompletionHandler:(void (^)(HMUser * __nullable user, NSError * __nullable error))completion NS_DEPRECATED_IOS(8_0, 9_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./HomeKit.framework/Headers/HMHome.h:219:- (void)removeUser:(HMUser *)user completionHandler:(void (^)(NSError * __nullable error))completion NS_DEPRECATED_IOS(8_0, 9_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./iAd.framework/Headers/ADClient.h:74:- (void)determineAppInstallationAttributionWithCompletionHandler:(void (^)(BOOL appInstallationWasAttributedToiAd))completionHandler NS_DEPRECATED_IOS(7_1, 9_0, "Use requestAttributionDetailsWithBlock instead.");
./iAd.framework/Headers/ADClient.h:90:- (void)lookupAdConversionDetails:(void (^)(NSDate *appPurchaseDate, NSDate * _Nullable iAdImpressionDate))completionHandler NS_DEPRECATED_IOS(8_0, 9_0, "Use requestAttributionDetailsWithBlock instead.");
./LocalAuthentication.framework/Headers/LAContext.h:267:@property (nonatomic, nullable) NSNumber *maxBiometryFailures NS_DEPRECATED_IOS(8_3, 9_0) __WATCHOS_UNAVAILABLE __TVOS_UNAVAILABLE;
./MediaPlayer.framework/Headers/MPMediaPlayback.h:45:MP_EXTERN __TVOS_PROHIBITED NSString *const MPMediaPlaybackIsPreparedToPlayDidChangeNotification NS_DEPRECATED_IOS(3_2, 9_0);
./MediaPlayer.framework/Headers/MPPlayableContentManagerContext.h:26:@property (nonatomic, readonly) BOOL contentLimitsEnabled NS_DEPRECATED_IOS(8_4, 9_0, "Use contentLimitsEnforced");
./Photos.framework/Headers/PHContentEditingInput.h:41:@property (readonly, strong, nullable) AVAsset *avAsset NS_DEPRECATED_IOS(8_0, 9_0);
./UIKit.framework/Headers/NSAttributedString.h:178:- (nullable instancetype)initWithFileURL:(NSURL *)url options:(NSDictionary *)options documentAttributes:(NSDictionary* __nullable * __nullable)dict error:(NSError **)error NS_DEPRECATED_IOS(7_0, 9_0, "Use -initWithURL:options:documentAttributes:error: instead") __TVOS_PROHIBITED;
./UIKit.framework/Headers/NSAttributedString.h:182:- (BOOL)readFromFileURL:(NSURL *)url options:(NSDictionary *)opts documentAttributes:(NSDictionary* __nullable * __nullable)dict error:(NSError **)error NS_DEPRECATED_IOS(7_0, 9_0, "Use -readFromURL:options:documentAttributes:error: instead") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIAlertView.h:70:- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex NS_DEPRECATED_IOS(2_0, 9_0);
./UIKit.framework/Headers/UIAlertView.h:74:- (void)alertViewCancel:(UIAlertView *)alertView NS_DEPRECATED_IOS(2_0, 9_0);
./UIKit.framework/Headers/UIAlertView.h:76:- (void)willPresentAlertView:(UIAlertView *)alertView NS_DEPRECATED_IOS(2_0, 9_0); // before animation and showing view
./UIKit.framework/Headers/UIAlertView.h:77:- (void)didPresentAlertView:(UIAlertView *)alertView NS_DEPRECATED_IOS(2_0, 9_0); // after animation
./UIKit.framework/Headers/UIAlertView.h:79:- (void)alertView:(UIAlertView *)alertView willDismissWithButtonIndex:(NSInteger)buttonIndex NS_DEPRECATED_IOS(2_0, 9_0); // before animation and hiding view
./UIKit.framework/Headers/UIAlertView.h:80:- (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex NS_DEPRECATED_IOS(2_0, 9_0); // after animation
./UIKit.framework/Headers/UIAlertView.h:83:- (BOOL)alertViewShouldEnableFirstOtherButton:(UIAlertView *)alertView NS_DEPRECATED_IOS(2_0, 9_0);
./UIKit.framework/Headers/UIAppearance.h:43:+ (instancetype)appearanceWhenContainedIn:(nullable Class <UIAppearanceContainer>)ContainerClass, ... NS_REQUIRES_NIL_TERMINATION NS_DEPRECATED_IOS(5_0, 9_0, "Use +appearanceWhenContainedInInstancesOfClasses: instead") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIAppearance.h:47:+ (instancetype)appearanceForTraitCollection:(UITraitCollection *)trait whenContainedIn:(nullable Class <UIAppearanceContainer>)ContainerClass, ... NS_REQUIRES_NIL_TERMINATION NS_DEPRECATED_IOS(8_0, 9_0, "Use +appearanceForTraitCollection:whenContainedInInstancesOfClasses: instead") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:255:- (void)setNewsstandIconImage:(nullable UIImage *)image NS_DEPRECATED_IOS(5_0, 9_0, "Newsstand apps now behave like normal apps on SpringBoard") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:316:- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url NS_DEPRECATED_IOS(2_0, 9_0, "Please use application:openURL:options:") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:317:- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(nullable NSString *)sourceApplication annotation:(id)annotation NS_DEPRECATED_IOS(4_2, 9_0, "Please use application:openURL:options:") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:451:@property(readwrite, nonatomic) UIInterfaceOrientation statusBarOrientation NS_DEPRECATED_IOS(2_0, 9_0, "Explicit setting of the status bar orientation is more limited in iOS 6.0 and later") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:452:- (void)setStatusBarOrientation:(UIInterfaceOrientation)interfaceOrientation animated:(BOOL)animated NS_DEPRECATED_IOS(2_0, 9_0, "Explicit setting of the status bar orientation is more limited in iOS 6.0 and later") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:455:@property(readwrite, nonatomic) UIStatusBarStyle statusBarStyle NS_DEPRECATED_IOS(2_0, 9_0, "Use -[UIViewController preferredStatusBarStyle]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:456:- (void)setStatusBarStyle:(UIStatusBarStyle)statusBarStyle animated:(BOOL)animated NS_DEPRECATED_IOS(2_0, 9_0, "Use -[UIViewController preferredStatusBarStyle]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:459:@property(readwrite, nonatomic,getter=isStatusBarHidden) BOOL statusBarHidden NS_DEPRECATED_IOS(2_0, 9_0, "Use -[UIViewController prefersStatusBarHidden]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:460:- (void)setStatusBarHidden:(BOOL)hidden withAnimation:(UIStatusBarAnimation)animation NS_DEPRECATED_IOS(3_2, 9_0, "Use -[UIViewController prefersStatusBarHidden]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:462:- (BOOL)setKeepAliveTimeout:(NSTimeInterval)timeout handler:(void(^ __nullable)(void))keepAliveHandler NS_DEPRECATED_IOS(4_0, 9_0, "Please use PushKit for VoIP applications instead of calling this method") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h:463:- (void)clearKeepAliveTimeout NS_DEPRECATED_IOS(4_0, 9_0, "Please use PushKit for VoIP applications instead of calling this method") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIPopoverController.h:86:- (BOOL)popoverControllerShouldDismissPopover:(UIPopoverController *)popoverController NS_DEPRECATED_IOS(3_2, 9_0);
./UIKit.framework/Headers/UIPopoverController.h:90:- (void)popoverControllerDidDismissPopover:(UIPopoverController *)popoverController NS_DEPRECATED_IOS(3_2, 9_0);
./UIKit.framework/Headers/UIScreen.h:78:@property(nonatomic,readonly) CGRect applicationFrame NS_DEPRECATED_IOS(2_0, 9_0, "Use -[UIScreen bounds]") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIView.h:503:- (UIView *)viewForBaselineLayout NS_DEPRECATED_IOS(6_0, 9_0, "Override -viewForFirstBaselineLayout or -viewForLastBaselineLayout as appropriate, instead") __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIViewController.h:147:- (nullable UIViewController *)viewControllerForUnwindSegueAction:(SEL)action fromViewController:(UIViewController *)fromViewController withSender:(nullable id)sender NS_DEPRECATED_IOS(6_0, 9_0);
./UIKit.framework/Headers/UIViewController.h:155:- (nullable UIStoryboardSegue *)segueForUnwindingToViewController:(UIViewController *)toViewController fromViewController:(UIViewController *)fromViewController identifier:(nullable NSString *)identifier NS_DEPRECATED_IOS(6_0, 9_0);
$ find . -type f -exec grep -nH -e API_DEPRECATED_WITH_REPLACEMENT\(.*,\ ios\(.*,\ 11.0 {} +
./AVFoundation.framework/Headers/AVVideoSettings.h:49: AVF_EXPORT NSString *const AVVideoCodecHEVC /* @"hvc1" */ API_DEPRECATED_WITH_REPLACEMENT("AVVideoCodecTypeHEVC", macos(10.13, 10.13), ios(11.0, 11.0), tvos(11.0, 11.0)) __WATCHOS_PROHIBITED;
./AVFoundation.framework/Headers/AVVideoSettings.h:50: AVF_EXPORT NSString *const AVVideoCodecH264 /* @"avc1" */ API_DEPRECATED_WITH_REPLACEMENT("AVVideoCodecTypeH264", macos(10.7, 10.13), ios(4.0, 11.0), tvos(9.0, 11.0)) __WATCHOS_PROHIBITED;
./AVFoundation.framework/Headers/AVVideoSettings.h:51: AVF_EXPORT NSString *const AVVideoCodecJPEG /* @"jpeg" */ API_DEPRECATED_WITH_REPLACEMENT("AVVideoCodecTypeJPEG", macos(10.7, 10.13), ios(4.0, 11.0), tvos(9.0, 11.0)) __WATCHOS_PROHIBITED;
./FileProvider.framework/Headers/NSFileProviderEnumerating.h:164:- (void)currentSyncAnchorWithCompletion:(void(^)(_Nullable NSFileProviderSyncAnchor currentAnchor))completion API_DEPRECATED_WITH_REPLACEMENT("currentSyncAnchorWithCompletionHandler:", ios(11.0, 11.0), macos(10.13, 10.13));
./FileProvider.framework/Headers/NSFileProviderExtension.h:52:+ (NSURL *)placeholderURLForURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("NSFileProviderManager +placeholderURLForURL:", ios(8.0, 11.0)) API_UNAVAILABLE(macos, tvos, watchos);
./FileProvider.framework/Headers/NSFileProviderExtension.h:57:@property(nonatomic, readonly) NSString *providerIdentifier API_DEPRECATED_WITH_REPLACEMENT("NSFileProviderManager -providerIdentifier", ios(8.0, 11.0)) API_UNAVAILABLE(macos, tvos, watchos);
./FileProvider.framework/Headers/NSFileProviderExtension.h:61:@property(nonatomic, readonly) NSURL *documentStorageURL API_DEPRECATED_WITH_REPLACEMENT("NSFileProviderManager -documentStorageURL", ios(8.0, 11.0)) API_UNAVAILABLE(macos, tvos, watchos);
./FileProvider.framework/Headers/NSFileProviderManager.h:139:+ (void)addDomain:(NSFileProviderDomain *)domain completion:(void(^)(NSError *_Nullable))completion API_DEPRECATED_WITH_REPLACEMENT("addDomain:completionHandler:", macos(10.13, 10.13), ios(11.0, 11.0));
./FileProvider.framework/Headers/NSFileProviderManager.h:140:+ (void)removeDomain:(NSFileProviderDomain *)domain completion:(void(^)(NSError *_Nullable))completion API_DEPRECATED_WITH_REPLACEMENT("removeDomain:completionHandler:", macos(10.13, 10.13), ios(11.0, 11.0));
./FileProvider.framework/Headers/NSFileProviderManager.h:141:- (void)signalEnumeratorForContainerItemIdentifier:(NSFileProviderItemIdentifier)containerItemIdentifier API_DEPRECATED_WITH_REPLACEMENT("signalEnumeratorForContainerItemIdentifier:completionHandler:", macos(10.13, 10.13), ios(11.0, 11.0));
./FileProvider.framework/Headers/NSFileProviderManager.h:142:- (void)registerURLSessionTask:(NSURLSessionTask *)task forItemWithIdentifier:(NSFileProviderItemIdentifier)identifier API_DEPRECATED_WITH_REPLACEMENT("registerURLSessionTask:forItemWithIdentifier:completionHandler:", macos(10.13, 10.13), ios(11.0, 11.0));
./HealthKit.framework/Headers/HKWorkout.h:122:@property (readonly, copy) NSDate *date API_DEPRECATED_WITH_REPLACEMENT("dateInterval", ios(8.0, 11.0), watchos(2.0, 4.0));
./HealthKit.framework/Headers/HKWorkout.h:140:+ (instancetype)workoutEventWithType:(HKWorkoutEventType)type date:(NSDate *)date API_DEPRECATED_WITH_REPLACEMENT("workoutEventWithType:dateInterval:metadata:", ios(8.0, 11.0), watchos(2.0, 4.0));
./HealthKit.framework/Headers/HKWorkout.h:142:+ (instancetype)workoutEventWithType:(HKWorkoutEventType)type date:(NSDate *)date metadata:(NSDictionary<NSString *, id> *)metadata API_DEPRECATED_WITH_REPLACEMENT("workoutEventWithType:dateInterval:metadata:", ios(10.0, 11.0), watchos(3.0, 4.0));
./HomeKit.framework/Headers/HMError.h:110: HMErrorCodeIncompatibleHomeHub API_DEPRECATED_WITH_REPLACEMENT("HMErrorCodeNoCompatibleHomeHub", ios(11.0, 11.0), watchos(4.0, 4.0), tvos(11.0, 11.0)) = HMErrorCodeNoCompatibleHomeHub,
./PassKit.framework/Headers/PKPaymentRequest.h:121:@property (nonatomic, assign) PKAddressField requiredBillingAddressFields API_DEPRECATED_WITH_REPLACEMENT("requiredBillingContactFields", ios(8.0, 11.0), watchos(2.0, 4.0));
./PassKit.framework/Headers/PKPaymentRequest.h:132:@property (nonatomic, assign) PKAddressField requiredShippingAddressFields API_DEPRECATED_WITH_REPLACEMENT("requiredShippingContactFields", ios(8.0, 11.0), watchos(2.0, 4.0));
./SafariServices.framework/Headers/SFSafariViewController.h:47:- (instancetype)initWithURL:(NSURL *)URL entersReaderIfAvailable:(BOOL)entersReaderIfAvailable API_DEPRECATED_WITH_REPLACEMENT("-initWithURL:configuration:", ios(9.0, 11.0));
./SceneKit.framework/Headers/SCNAnimation.h:99:- (void)removeAnimationForKey:(NSString *)key fadeOutDuration:(CGFloat)duration API_DEPRECATED_WITH_REPLACEMENT("-removeAnimationForKey:blendOutDuration:", macos(10.10, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0));
./SceneKit.framework/Headers/SCNAnimation.h:108:- (nullable CAAnimation *)animationForKey:(NSString *)key API_DEPRECATED_WITH_REPLACEMENT("-animationPlayerForKey:", macos(10.8, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0));
./SceneKit.framework/Headers/SCNCamera.h:351:@property(nonatomic) CGFloat focalSize API_DEPRECATED_WITH_REPLACEMENT("-focalDistance", macos(10.9, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./SceneKit.framework/Headers/SCNCamera.h:358:@property(nonatomic) CGFloat focalDistance API_DEPRECATED_WITH_REPLACEMENT("-focusDistance", macos(10.9, 10.13), ios(8.0, 11.0), tvos(9.0, 11.0), watchos(3.0, 4.0));
./StoreKit.framework/Headers/SKCloudServiceController.h:38:- (void)requestPersonalizationTokenForClientToken:(NSString *)clientToken withCompletionHandler:(void(^)(NSString * _Nullable personalizationToken, NSError * _Nullable error))completionHandler API_DEPRECATED_WITH_REPLACEMENT("requestUserTokenForDeveloperToken:completionHandler:", ios(10.3, 11.0));
./UIKit.framework/Headers/UIAccessibility.h:383:UIKIT_EXTERN NSString *const UIAccessibilityVoiceOverStatusChanged API_DEPRECATED_WITH_REPLACEMENT("UIAccessibilityVoiceOverStatusDidChangeNotification", ios(4.0, 11.0), tvos(9.0, 11.0));
./UIKit.framework/Headers/UIDragSession.h:66:- (BOOL)canLoadObjectsOfClasses:(NSArray<Class<NSItemProviderReading>> *)classes API_DEPRECATED_WITH_REPLACEMENT("canLoadObjectsOfClass:", ios(11.0, 11.0));
$ find . -type f -exec grep -nH -e NS_DEPRECATED_IOS\(.*,\ 11 {} +
./AVFoundation.framework/Headers/AVCapturePhotoOutput.h:411:+ (nullable NSData *)JPEGPhotoDataRepresentationForJPEGSampleBuffer:(CMSampleBufferRef)JPEGSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer NS_DEPRECATED_IOS(10_0, 11_0, "Use -[AVCapturePhoto fileDataRepresentation] instead.");
./AVFoundation.framework/Headers/AVCapturePhotoOutput.h:428:+ (nullable NSData *)DNGPhotoDataRepresentationForRawSampleBuffer:(CMSampleBufferRef)rawSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer NS_DEPRECATED_IOS(10_0, 11_0, "Use -[AVCapturePhoto fileDataRepresentation] instead.");
./AVFoundation.framework/Headers/AVCapturePhotoOutput.h:561:- (void)captureOutput:(AVCapturePhotoOutput *)output didFinishProcessingPhotoSampleBuffer:(nullable CMSampleBufferRef)photoSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer resolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings bracketSettings:(nullable AVCaptureBracketedStillImageSettings *)bracketSettings error:(nullable NSError *)error NS_DEPRECATED_IOS(10_0, 11_0, "Use -captureOutput:didFinishProcessingPhoto:error: instead.");
./AVFoundation.framework/Headers/AVCapturePhotoOutput.h:584:- (void)captureOutput:(AVCapturePhotoOutput *)output didFinishProcessingRawPhotoSampleBuffer:(nullable CMSampleBufferRef)rawSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer resolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings bracketSettings:(nullable AVCaptureBracketedStillImageSettings *)bracketSettings error:(nullable NSError *)error NS_DEPRECATED_IOS(10_0, 11_0, "Use -captureOutput:didFinishProcessingPhoto:error: instead");
./HomeKit.framework/Headers/HMCharacteristicEvent.h:59:- (void)updateTriggerValue:(nullable TriggerValueType)triggerValue completionHandler:(void (^)(NSError * __nullable error))completion NS_DEPRECATED_IOS(9_0, 11_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./HomeKit.framework/Headers/HMLocationEvent.h:48:- (void)updateRegion:(CLRegion *)region completionHandler:(void (^)(NSError * __nullable error))completion NS_DEPRECATED_IOS(9_0, 11_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
./PushKit.framework/Headers/PKPushRegistry.h:105:- (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload:(PKPushPayload *)payload forType:(PKPushType)type NS_DEPRECATED_IOS(8_0, 11_0);
./UIKit.framework/Headers/UIDocumentPickerViewController.h:25:- (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url NS_DEPRECATED_IOS(8_0, 11_0, "Implement documentPicker:didPickDocumentsAtURLs: instead");
./UIKit.framework/Headers/UIImagePickerController.h:59:UIKIT_EXTERN NSString *const UIImagePickerControllerReferenceURL NS_DEPRECATED_IOS(4_1, 11_0, "Replace with public API: UIImagePickerControllerPHAsset") __TVOS_PROHIBITED; // an NSURL that references an asset in the AssetsLibrary framework
./UIKit.framework/Headers/UIImagePickerController.h:85:@property(nonatomic) UIImagePickerControllerQualityType videoQuality NS_DEPRECATED_IOS(3_1, 11_0, "Use videoExportPreset"); // default value is UIImagePickerControllerQualityTypeMedium. If the cameraDevice does not support the videoQuality, it will use the default value.
$ find . -type f -exec grep -nH -e API_DEPRECATED_WITH_REPLACEMENT\(.*,\ ios\(.*,\ 10.1 {} +
./FileProvider.framework/Headers/NSFileProviderEnumerating.h:164:- (void)currentSyncAnchorWithCompletion:(void(^)(_Nullable NSFileProviderSyncAnchor currentAnchor))completion API_DEPRECATED_WITH_REPLACEMENT("currentSyncAnchorWithCompletionHandler:", ios(11.0, 11.0), macos(10.13, 10.13));
$ find . -type f -exec grep -nH -e API_DEPRECATED_WITH_REPLACEMENT\(.*,\ ios\(.*,\ 10.0 {} +
./CloudKit.framework/Headers/CKContainer.h:19:CK_EXTERN NSString * const CKOwnerDefaultName API_DEPRECATED_WITH_REPLACEMENT("CKCurrentUserDefaultName", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0));
./CloudKit.framework/Headers/CKDiscoverAllContactsOperation.h:15:API_DEPRECATED_WITH_REPLACEMENT("CKDiscoverAllUserIdentitiesOperation", macos(10.10, 10.12), ios(8.0, 10.0), watchos(3.0, 3.0))
./CloudKit.framework/Headers/CKDiscoveredUserInfo.h:17:API_DEPRECATED_WITH_REPLACEMENT("CKUserIdentity", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0))
./CloudKit.framework/Headers/CKDiscoverUserInfosOperation.h:14:API_DEPRECATED_WITH_REPLACEMENT("CKDiscoverUserIdentitiesOperation", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0))
./CloudKit.framework/Headers/CKFetchRecordChangesOperation.h:17:API_DEPRECATED_WITH_REPLACEMENT("CKFetchRecordZoneChangesOperation", macos(10.10, 10.12), ios(8.0, 10.0), tvos(9.0, 10.0), watchos(3.0, 3.0))
./HealthKit.framework/Headers/HKHealthStore.h:178:- (nullable NSDate *)dateOfBirthWithError:(NSError **)error API_DEPRECATED_WITH_REPLACEMENT("dateOfBirthComponentsWithError:", ios(8.0, 10.0), watchos(2.0, 3.0));
./HomeKit.framework/Headers/HMCameraStream.h:31:- (void)setAudioStreamSetting:(HMCameraAudioStreamSetting)audioStreamSetting __TVOS_PROHIBITED API_DEPRECATED_WITH_REPLACEMENT("updateAudioStreamSetting:completionHandler:", ios(10.0, 10.0), watchos(3.0, 3.0));
./SafariServices.framework/Headers/SFContentBlockerManager.h:16:SF_EXTERN NSString * const SFContentBlockerErrorDomain API_DEPRECATED_WITH_REPLACEMENT("SFErrorDomain", ios(9.0, 10.0));
./SafariServices.framework/Headers/SFContentBlockerManager.h:19: SFContentBlockerNoExtensionFound API_DEPRECATED_WITH_REPLACEMENT("SFErrorNoExtensionFound", ios(9.0, 10.0)) = SFErrorNoExtensionFound,
./SafariServices.framework/Headers/SFContentBlockerManager.h:20: SFContentBlockerNoAttachmentFound API_DEPRECATED_WITH_REPLACEMENT("SFErrorNoAttachmentFound", ios(9.0, 10.0)) = SFErrorNoAttachmentFound,
./SafariServices.framework/Headers/SFContentBlockerManager.h:21: SFContentBlockerLoadingInterrupted API_DEPRECATED_WITH_REPLACEMENT("SFErrorLoadingInterrupted", ios(9.0, 10.0)) = SFErrorLoadingInterrupted,
./SafariServices.framework/Headers/SFContentBlockerManager.h:22:} API_DEPRECATED_WITH_REPLACEMENT("SFErrorCode", ios(9.0, 10.0));
./WebKit.framework/Headers/WKDataDetectorTypes.h:57: WKDataDetectorTypeSpotlightSuggestion API_DEPRECATED_WITH_REPLACEMENT("WKDataDetectorTypeLookupSuggestion", ios(10.0, 10.0)) = WKDataDetectorTypeLookupSuggestion,
./WebKit.framework/Headers/WKWebView.h:328:@property (nonatomic, readonly, copy) NSArray *certificateChain API_DEPRECATED_WITH_REPLACEMENT("serverTrust", macosx(10.11, 10.12), ios(9.0, 10.0));
./WebKit.framework/Headers/WKWebViewConfiguration.h:205:@property (nonatomic) BOOL requiresUserActionForMediaPlayback API_DEPRECATED_WITH_REPLACEMENT("mediaTypesRequiringUserActionForPlayback", ios(9.0, 10.0));
$ find . -type f -exec grep -nH -e API_DEPRECATED_WITH_REPLACEMENT\(.*,\ ios\(.*,\ 9.3 {} +
./HealthKit.framework/Headers/HKQuery.h:23:@property (readonly, strong, nullable) HKSampleType *sampleType API_DEPRECATED_WITH_REPLACEMENT("objectType", ios(8.0, 9.3), watchos(2.0, 2.2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment