├── .gitignore ├── AirDropHelper ├── AirDropHelper.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── AirDropHelper │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ │ ├── App Icon & Top Shelf Image.brandassets │ │ │ ├── App Icon - App Store.imagestack │ │ │ │ ├── Back.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ ├── App Icon.imagestack │ │ │ │ ├── Back.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Front.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ └── Middle.imagestacklayer │ │ │ │ │ ├── Content.imageset │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Top Shelf Image Wide.imageset │ │ │ │ └── Contents.json │ │ │ └── Top Shelf Image.imageset │ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Launch Image.launchimage │ │ │ └── Contents.json │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ └── main.m └── ent.plist ├── BaseBoard.framework └── BaseBoard.tbd ├── Breezy.plist ├── Breezy.xcodeproj ├── project.pbxproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── Breezy.xm ├── CTBlockDescription.h ├── CTBlockDescription.m ├── CoreServices.framework ├── CoreServices-Structs.h ├── CoreServices.h ├── FSNode.h ├── LSAppLink.h ├── LSApplicationProxy.h ├── LSApplicationRestrictionsManager.h ├── LSApplicationWorkspace.h ├── LSApplicationWorkspaceObserver.h ├── LSApplicationWorkspaceObserverProtocol.h ├── LSApplicationWorkspaceRemoteObserver.h ├── LSBundleInfoCachedValues.h ├── LSBundleProxy.h ├── LSBundleRecordBuilder.h ├── LSBundleRecordUpdater.h ├── LSDatabaseBuilder.h ├── LSDocumentProxy.h ├── LSExtensionPoint.h ├── LSExtensionPointQuery.h ├── LSInstallProgressList.h ├── LSInstallProgressObserver.h ├── LSInstallProgressProtocol.h ├── LSInstallationServiceCallbackProtocol.h ├── LSInstallationServiceProtocol.h ├── LSInternalWorkspaceObserverProtocol.h ├── LSOpenResourceOperationDelegate.h ├── LSPlugInKitProxy.h ├── LSPlugInQuery.h ├── LSPlugInQueryWithIdentifier.h ├── LSPlugInQueryWithQueryDictionary.h ├── LSPlugInQueryWithURL.h ├── LSProgressNotificationTimer.h ├── LSRecordBuilder.h ├── LSRegistrationInfo.h ├── LSResourceProxy.h ├── LSVPNPluginProxy.h ├── NSCopying.h ├── NSMutableCopying.h ├── NSSecureCoding.h ├── NSXPCConnectionDelegate.h ├── NSXPCListenerDelegate.h ├── _CSStore.h ├── _CSStore2DataContainer.h ├── _LSAppLinkOpenState.h ├── _LSAppLinkPattern.h ├── _LSAppLinkPlugIn.h ├── _LSApplicationIsInstalledQuery.h ├── _LSApplicationProxiesOfTypeQuery.h ├── _LSApplicationProxiesWithFlagsQuery.h ├── _LSApplicationProxyForIdentifierQuery.h ├── _LSApplicationProxyForUserActivityQuery.h ├── _LSApplicationState.h ├── _LSApplicationsForSiriQuery.h ├── _LSAvailableApplicationsForURLQuery.h ├── _LSBundleIDValidationToken.h ├── _LSBundleProxiesOfTypeQuery.h ├── _LSBundleQuery.h ├── _LSCanOpenURLManager.h ├── _LSCompoundLazyPropertyList.h ├── _LSConcreteLazyPropertyList.h ├── _LSConcurrentQueuesList.h ├── _LSCurrentBundleProxyQuery.h ├── _LSDClient.h ├── _LSDDeviceIdentifierClient.h ├── _LSDDeviceIdentifierProtocol.h ├── _LSDDeviceIdentifierService.h ├── _LSDModifyClient.h ├── _LSDModifyProtocol.h ├── _LSDModifyService.h ├── _LSDOpenClient.h ├── _LSDOpenProtocol.h ├── _LSDOpenService.h ├── _LSDReadClient.h ├── _LSDReadProtocol.h ├── _LSDReadService.h ├── _LSDService.h ├── _LSDefaults.h ├── _LSDeviceIdentifierCache.h ├── _LSDiskUsage.h ├── _LSDispatchWithTimeoutResult.h ├── _LSDisplayNameConstructor.h ├── _LSDocumentProxyBindingQuery.h ├── _LSFeldsparAppLinkPlugIn.h ├── _LSFullLazyPropertyList.h ├── _LSHardCodedAppLinkPlugIn.h ├── _LSIconCache.h ├── _LSIconCacheClient.h ├── _LSInstallProgressService.h ├── _LSInstallationManager.h ├── _LSInstallationService.h ├── _LSInstaller.h ├── _LSInstallerClient.h ├── _LSLazyPlugInPropertyList.h ├── _LSLazyPropertyList.h ├── _LSLocalQueryResolver.h ├── _LSOpenConfiguration.h ├── _LSOpenCopierContext.h ├── _LSOpenResourceOperationDelegateWrapper.h ├── _LSPlistHint.h ├── _LSQuery.h ├── _LSQueryCache.h ├── _LSQueryContext.h ├── _LSQueryResolving.h ├── _LSQueryResult.h ├── _LSQueryResultWithPropertyList.h ├── _LSSharedWebCredentialsAppLinkPlugIn.h ├── _LSSpringBoardCall.h ├── _LSStringLocalizer.h ├── _LSValidationToken.h ├── _LSXPCQueryResolver.h ├── _UTConcreteType.h ├── _UTDeclaredType.h ├── _UTDeclaredTypeSortableWrapper.h ├── _UTDynamicType.h ├── _UTType.h ├── _UTTypeQuery.h ├── _UTTypeQueryForAllIdentifiers.h ├── _UTTypeQueryWithIdentifier.h ├── _UTTypeQueryWithParentIdentifier.h └── _UTTypeQueryWithTags.h ├── FBSystemServiceOpenApplicationRequest.h ├── FindProcess.h ├── FindProcess.m ├── FrontBoardServices.framework └── FrontBoardServices.tbd ├── LICENSE ├── Log.h ├── Log.m ├── Makefile ├── MediaRemote └── MediaRemote.h ├── NSObject+CD.h ├── NSObject+CD.m ├── PrivateHeaders ├── CDStructures.h ├── IKJSITunesStore-TVASAdditions.h ├── JSExport-Protocol.h ├── LSApplicationWorkspaceObserverProtocol-Protocol.h ├── NSCopying-Protocol.h ├── NSDictionary-TVASAdditions.h ├── NSNumber-TVASMilliseconds.h ├── NSObject-Protocol.h ├── NSString-TVASAdditions.h ├── SSPurchaseManagerDelegate-Protocol.h ├── TVASJSITunesStore-Protocol.h ├── TVASPurchaseFlowControllerDelegate-Protocol.h ├── TVAuxiliaryViewSelecting-Protocol.h ├── TVInterfaceCreating-Protocol.h ├── TVViewElement-adamID.h └── _TVInterfaceCreatingPrivate-Protocol.h ├── README.md ├── Research ├── 13 │ ├── PBContentPresentingContainmentViewController.h │ └── PBSystemOverlayContentDelegate.h ├── CoreServices │ ├── LSAppLink.h │ ├── LSApplicationProxy.h │ ├── LSApplicationRestrictionsManager.h │ ├── LSApplicationWorkspace.h │ ├── LSApplicationWorkspaceObserver.h │ ├── LSApplicationWorkspaceObserverProtocol.h │ ├── LSApplicationWorkspaceRemoteObserver.h │ ├── LSBundleInfoCachedValues.h │ ├── LSBundleProxy.h │ ├── LSBundleRecordBuilder.h │ ├── LSBundleRecordUpdater.h │ └── LSDatabaseBuilder.h ├── Sharing framework │ ├── NSXPCConnectionDelegate.h │ ├── SFAirDropAction.h │ ├── SFAirDropActiveIconView.h │ ├── SFAirDropActivityViewController.h │ ├── SFAirDropActivityViewControllerDelegate.h │ ├── SFAirDropBrowser.h │ ├── SFAirDropBrowserBatchDelegate.h │ ├── SFAirDropClassroomTransferManager.h │ ├── SFAirDropClassroomTransferManagerProtocol.h │ ├── SFAirDropDiscoveryController.h │ ├── SFAirDropIconView.h │ ├── SFAirDropNode.h │ ├── SFAirDropPayload.h │ ├── SFAirDropReceiverViewController.h │ ├── SFAirDropSharingViewControllerTV.h │ ├── SFAirDropTransfer.h │ ├── SFAirDropTransferItem.h │ ├── SFAirDropTransferMetaData.h │ ├── SFAirDropTransferObserver.h │ ├── SFAirDropTransferObserverProtocol.h │ ├── SFAirDropViewServiceHostProtocol.h │ ├── SFCompanionXPCManager.h │ ├── SFCompanionXPCManagerObserver.h │ ├── SFXPCClient.h │ └── SFXPCInterface.h └── sharingd daemon │ ├── SDAirDropHandlerGenericFiles.h │ ├── SDAirDropTransferManager.h │ ├── SDAirDropTransferManager.m │ └── Untapped AirDrop Details │ ├── AWDSharingAirDropPeerDiscoveredInfo.h │ ├── AWDSharingAirDropSessionInfo.h │ ├── AWDSharingAirDropTransferResult.h │ ├── SDAirDropAlertManager-Protocol.h │ ├── SDAirDropAlertManagerDelegate-Protocol.h │ ├── SDAirDropClassroomTransferManager.h │ ├── SDAirDropClassroomTransferManagerProtocol-Protocol.h │ ├── SDAirDropClient.h │ ├── SDAirDropClientDelegate-Protocol.h │ ├── SDAirDropCompressor.h │ ├── SDAirDropConnection.h │ ├── SDAirDropConnectionDelegate-Protocol.h │ ├── SDAirDropController.h │ ├── SDAirDropControllerDelegate-Protocol.h │ ├── SDAirDropFakeTransfer.h │ ├── SDAirDropFileZipper.h │ ├── SDAirDropFileZipperDelegate-Protocol.h │ ├── SDAirDropHandler.h │ ├── SDAirDropHandlerAppStoreLinks.h │ ├── SDAirDropHandlerCalendarEvents.h │ ├── SDAirDropHandlerContacts.h │ ├── SDAirDropHandlerCredentialLinks.h │ ├── SDAirDropHandlerFailed.h │ ├── SDAirDropHandlerFailedMixedTypes.h │ ├── SDAirDropHandlerFindMyFriendsLinks.h │ ├── SDAirDropHandlerGenericLinks.h │ ├── SDAirDropHandlerKeynoteLiveLinks.h │ ├── SDAirDropHandlerMapsLinks.h │ ├── SDAirDropHandlerMixedTypes.h │ ├── SDAirDropHandlerNewsLinks.h │ ├── SDAirDropHandlerNotes.h │ ├── SDAirDropHandlerPDFs.h │ ├── SDAirDropHandlerPhoneLinks.h │ ├── SDAirDropHandlerPhotos.h │ ├── SDAirDropHandlerPlaygroundItems.h │ ├── SDAirDropHandlerPodcastsLinks.h │ ├── SDAirDropHandlerProfiles.h │ ├── SDAirDropHandlerSharediCloudDocumentsLinks.h │ ├── SDAirDropHandlerUnsupportedType.h │ ├── SDAirDropHandlerVoiceMails.h │ ├── SDAirDropHandlerVoiceMemos.h │ ├── SDAirDropHandlerWalletItems.h │ ├── SDAirDropHandlerWebLinks.h │ ├── SDAirDropHandleriBooksItems.h │ ├── SDAirDropHandleriBooksLinks.h │ ├── SDAirDropHandleriCloudDrive.h │ ├── SDAirDropHandleriLifeLinks.h │ ├── SDAirDropHandleriTunesStoreLinks.h │ ├── SDAirDropHandleriTunesULinks.h │ ├── SDAirDropHandleriWorkLinks.h │ ├── SDAirDropIconCacher.h │ ├── SDAirDropIconCacherDelegate-Protocol.h │ ├── SDAirDropInformation.h │ ├── SDAirDropInformationDelegate-Protocol.h │ ├── SDAirDropPeerMetric.h │ ├── SDAirDropPublisher.h │ ├── SDAirDropPublisherDelegate-Protocol.h │ ├── SDAirDropReceiveManager.h │ ├── SDAirDropServer.h │ ├── SDAirDropServerDelegate-Protocol.h │ ├── SDAirDropSession.h │ ├── SDAirDropSessionDelegate-Protocol.h │ ├── SDAirDropTransferManagerProtocol-Protocol.h │ ├── SFAirDropClassroomTransferDelegate-Protocol.h │ ├── SFAirDropClassroomTransferManagerProtocol-Protocol.h │ ├── SFAirDropTransferObserverDelegate-Protocol.h │ ├── SFAirDropTransferObserverProtocol-Protocol.h │ ├── _TtC8sharingd15SDAirDropLogger.h │ ├── _TtC8sharingd15SDAirDropStatus.h │ ├── _TtC8sharingd17SDAirDropListener.h │ ├── _TtC8sharingd19SDAirDropHandlerIPA.h │ ├── _TtC8sharingd21SDAirDropHashStoreCDB.h │ ├── _TtC8sharingd26SDAirDropHashStoreInMemory.h │ ├── _TtC8sharingd27SDAirDropContactHashManager-sharingd.h │ ├── _TtC8sharingd27SDAirDropContactHashManager.h │ ├── _TtP8sharingd23SDAirDropStatusDelegate_-Protocol.h │ └── _TtP8sharingd25SDAirDropListenerDelegate_-Protocol.h ├── SVProgressHUD ├── SVIndefiniteAnimatedView.h ├── SVIndefiniteAnimatedView.m ├── SVProgressHUD.h ├── SVProgressHUD.m ├── SVRadialGradientLayer.h └── SVRadialGradientLayer.m ├── Sharing.framework ├── AVAudioPlayerDelegate.h ├── CBCentralManagerDelegate.h ├── CBScalablePipeManagerDelegate.h ├── CDPStateUIProvider.h ├── HMAccessoryBrowserDelegate.h ├── HMHomeManagerDelegate.h ├── HMHomeManagerDelegatePrivate.h ├── NSCopying.h ├── NSSecureCoding.h ├── NSXPCConnectionDelegate.h ├── RTIInputSystemClientDelegate.h ├── RTIInputSystemDelegate.h ├── RTIInputSystemPayloadDelegate.h ├── RTIInputSystemSessionDelegate.h ├── SFAccountManager.h ├── SFActivityAdvertisement.h ├── SFActivityAdvertiser.h ├── SFActivityAdvertiserClient.h ├── SFActivityScanner.h ├── SFAirDropAction.h ├── SFAirDropActiveIconView.h ├── SFAirDropActivityViewController.h ├── SFAirDropActivityViewControllerDelegate.h ├── SFAirDropBrowser.h ├── SFAirDropBrowserBatchDelegate.h ├── SFAirDropClassroomTransferManager.h ├── SFAirDropClassroomTransferManagerProtocol.h ├── SFAirDropDiscoveryController.h ├── SFAirDropIconView.h ├── SFAirDropNode.h ├── SFAirDropPayload.h ├── SFAirDropReceiverViewController.h ├── SFAirDropSharingViewControllerTV.h ├── SFAirDropTransfer.h ├── SFAirDropTransferItem.h ├── SFAirDropTransferMetaData.h ├── SFAirDropTransferObserver.h ├── SFAirDropTransferObserverProtocol.h ├── SFAirDropViewServiceHostProtocol.h ├── SFAppleIDAccount.h ├── SFAppleIDClient.h ├── SFAppleIDContactInfo.h ├── SFAppleIDIdentity.h ├── SFAppleIDPersonInfo.h ├── SFAppleIDValidationRecord.h ├── SFAutoUnlockDevice.h ├── SFAutoUnlockManager.h ├── SFBLEAdvertiser.h ├── SFBLEClient.h ├── SFBLEConnection.h ├── SFBLEData.h ├── SFBLEDevice.h ├── SFBLEPipe.h ├── SFBLEScanner.h ├── SFBatteryInfo.h ├── SFBluetoothPairingSession.h ├── SFCircleProgressLayer.h ├── SFCircleProgressView.h ├── SFClient.h ├── SFCollectionViewDelegateLayout.h ├── SFCollectionViewLayout.h ├── SFCompanionAdvertiser.h ├── SFCompanionManager.h ├── SFCompanionService.h ├── SFCompanionServiceManagerClient.h ├── SFCompanionXPCManager.h ├── SFCompanionXPCManagerObserver.h ├── SFContactInfo.h ├── SFContinuityRemoteSession.h ├── SFContinuityScanManager.h ├── SFContinuityScanManagerObserver.h ├── SFContinuityScannerClient.h ├── SFCoordinatedAlertRequest.h ├── SFDevice.h ├── SFDeviceDiscovery.h ├── SFDeviceOperationCDPSetup.h ├── SFDeviceOperationHandlerCDPSetup.h ├── SFDeviceOperationHandlerWiFiSetup.h ├── SFDeviceOperationHomeKitSetup.h ├── SFDeviceOperationWiFiSetup.h ├── SFDeviceRepairService.h ├── SFDeviceRepairSession.h ├── SFDeviceSetupAppleTVService.h ├── SFDeviceSetupAppleTVSession.h ├── SFDeviceSetupB238Service.h ├── SFDeviceSetupB238Session.h ├── SFDeviceSetupServiceiOS.h ├── SFDeviceSetupSessioniOS.h ├── SFDeviceSetupWHAService.h ├── SFDeviceSetupWHASession.h ├── SFDiagnostics.h ├── SFEventMessage.h ├── SFMessage.h ├── SFMessageSessionRequestEntry.h ├── SFNFCTagReaderUIController.h ├── SFPINPairSession.h ├── SFPasswordSharingInfo.h ├── SFPasswordSharingService.h ├── SFPasswordSharingSession.h ├── SFPeerDevice.h ├── SFPersonCollectionViewCell.h ├── SFPersonCollectionViewCellDelegate.h ├── SFPersonImageView.h ├── SFPowerSource.h ├── SFPowerSourceLEDInfo.h ├── SFPowerSourceMonitor.h ├── SFProximityEstimator.h ├── SFProximityEstimatorMaxOfMean.h ├── SFRemoteAutoFillScanAction.h ├── SFRemoteAutoFillService.h ├── SFRemoteAutoFillSession.h ├── SFRemoteAutoFillSessionHelper.h ├── SFRemoteHotspotClient.h ├── SFRemoteHotspotDevice.h ├── SFRemoteHotspotInfo.h ├── SFRemoteHotspotSession.h ├── SFRemoteInteractionSession.h ├── SFRemoteTextInputClient.h ├── SFRemoteTextSessionInfo.h ├── SFRequestMessage.h ├── SFResponseMessage.h ├── SFService.h ├── SFServiceSession.h ├── SFSession.h ├── SFSessionCache.h ├── SFSessionRequestInfo.h ├── SFSiriClient.h ├── SFSiriDeviceSetupGreetingDetails.h ├── SFSiriRemoteMonitor.h ├── SFSiriRequest.h ├── SFSiriWordTimingInfo.h ├── SFSiriWordTimingPlayer.h ├── SFStateMachine.h ├── SFSystemService.h ├── SFSystemSession.h ├── SFTRSession.h ├── SFTokenBucket.h ├── SFTokenBucketWithDups.h ├── SFUnlockClientProtocol.h ├── SFUnlockManager.h ├── SFUnlockState.h ├── SFUserAlert.h ├── SFViewServiceManager.h ├── SFWiFiHealthMonitor.h ├── SFWirelessSettingsController.h ├── SFWirelessSettingsControllerDelegate.h ├── SFXPCClient.h ├── SFXPCInterface.h ├── Sharing-Structs.h ├── Sharing.h ├── UIActionSheetDelegate.h ├── UICollectionViewDataSource.h ├── UIViewControllerTransitioningDelegate.h ├── VSSpeechSynthesizerDelegate.h ├── WPAWDLDelegate.h ├── WPNearbyDelegate.h ├── WPPairingDelegate.h └── _SFAirDropRemoteViewController.h ├── TVServices.framework ├── Headers │ ├── TVContentIdentifier.h │ ├── TVContentItem.h │ ├── TVServices.h │ ├── TVServicesDefines.h │ └── TVTopShelfProvider.h ├── Modules │ └── module.modulemap └── TVServices.tbd ├── VLC-tvOS-Info.plist ├── breezy.h ├── breezy ├── breezy.json ├── breezy_01.png ├── breezy_02.png ├── breezy_03.png ├── breezy_bg.jpg ├── breezy_bg.psd ├── icon.jpg └── icon.psd ├── breezyd ├── MediaRemote.framework │ └── MediaRemote.tbd ├── Sharing.framework │ └── Sharing.tbd ├── TVSPreferences.h ├── breezyd.m ├── ent.plist └── make.sh ├── bundle ├── BreezySettings.h ├── BreezySettings.m ├── Makefile ├── NSTask.h ├── Resources │ ├── Info.plist │ └── icon.png ├── Sharing.tbd ├── TVSettingKit.framework │ └── TVSettingKit.tbd ├── TVSettings │ ├── TSKPreviewViewController.h │ └── TSKVibrantImageView.h ├── TVSettingsKit │ ├── SFPasswordSharingServiceDelegate.h │ ├── TSKAggregateSettingGroup.h │ ├── TSKAppIconPreviewViewController.h │ ├── TSKBaseTableViewCell.h │ ├── TSKBoolFormatter.h │ ├── TSKBundleLoader.h │ ├── TSKCellUpdating.h │ ├── TSKCollectionChange.h │ ├── TSKCollectionComparator.h │ ├── TSKKonamiCode.h │ ├── TSKListSettingGroup.h │ ├── TSKMappingFormatter.h │ ├── TSKMultiValueViewController.h │ ├── TSKPieChartItem.h │ ├── TSKPieChartPreviewViewController.h │ ├── TSKPieChartView.h │ ├── TSKPreferencesFacade.h │ ├── TSKPreviewViewController.h │ ├── TSKPreviewing.h │ ├── TSKPreviewingDelegate.h │ ├── TSKRadioSettingGroup.h │ ├── TSKSettingGroup.h │ ├── TSKSettingGroupDelegate.h │ ├── TSKSettingItem.h │ ├── TSKSettingItemEditingController.h │ ├── TSKSettingItemEditingControllerDelegate.h │ ├── TSKSettingItemUtilities.h │ ├── TSKShadowView.h │ ├── TSKTableView.h │ ├── TSKTableViewController.h │ ├── TSKTableViewDelegate.h │ ├── TSKTableViewHeaderFooterView.h │ ├── TSKTableViewSectionDividerView.h │ ├── TSKTableViewSubtitleTextCell.h │ ├── TSKTableViewTextCell.h │ ├── TSKTextInputSettingItem.h │ ├── TSKTextInputViewController.h │ ├── TSKVibrantImageView.h │ ├── TSKViewController.h │ ├── TVSUITextEntryControllerDelegate.h │ ├── TVSettingKit-Structs.h │ ├── TVSettingKit.h │ ├── UIGestureRecognizerDelegate.h │ ├── UINavigationControllerDelegate.h │ ├── UIViewControllerAnimatedTransitioning.h │ ├── _TSKAnimatorDelegate.h │ ├── _TSKContentContainerView.h │ ├── _TSKSliceLayer.h │ ├── _TSKSlideAnimator.h │ ├── _TSKSplitViewController.h │ └── _TSKZoomAnimator.h ├── ent.plist ├── entry.plist ├── layout │ ├── DEBIAN │ │ └── control │ └── Library │ │ └── LaunchDaemons │ │ └── com.nito.breezy.plist └── prefs.h ├── include └── xpc ├── layout ├── DEBIAN │ ├── control │ └── postinst ├── Library │ ├── AirDropPlugins │ │ └── org.videolan.vlc-ios.plist │ └── PreferenceLoader │ │ └── Preferences │ │ └── BreezySettings.plist └── usr │ └── bin │ └── breezyd ├── make.sh ├── provscience ├── Makefile ├── Tweak.x ├── provscience.plist └── provscience.xcodeproj │ └── project.pbxproj ├── sharingd ├── APSConnectionDelegate-Protocol.h ├── AWDSharingAirDropPeerDiscoveredInfo.h ├── AWDSharingAirDropSessionInfo.h ├── AWDSharingAirDropTransferResult.h ├── AWDSharingAutoUnlockAttempt.h ├── AWDSharingAutoUnlockSetup.h ├── AWDSharingCMS2ServerTaskResponse.h ├── AWDSharingContinuityKeyboardResult.h ├── AWDSharingContinuityKeyboardSettings.h ├── AWDSharingContinuityKeyboardTriggered.h ├── AWDSharingCoordinatedAlertResult.h ├── AWDSharingOldAgentIdentityQuery.h ├── AWDSharingProximityPairingTriggered.h ├── AWDSharingProximityStatusTriggered.h ├── AWDSharingRemoteDiscMountResult.h ├── AWDSharingSheetActivityType.h ├── CDStructures.h ├── CFUserNotificationHelper.h ├── CLLocationManagerDelegate-Protocol.h ├── CNContactStore-sharingd.h ├── CNKeyDescriptor-Protocol.h ├── IDSContinuityDelegate-Protocol.h ├── IDSServiceDelegate-Protocol.h ├── MCProfileConnectionObserver-Protocol.h ├── NSCoding-Protocol.h ├── NSCopying-Protocol.h ├── NSNetServiceBrowserDelegate-Protocol.h ├── NSNetServiceDelegate-Protocol.h ├── NSObject-Protocol.h ├── NSObject-Sharing_Additions.h ├── NSSecureCoding-Protocol.h ├── NSStreamDelegate-Protocol.h ├── NSURLSessionDataDelegate-Protocol.h ├── NSURLSessionDelegate-Protocol.h ├── NSURLSessionTaskDelegate-Protocol.h ├── NSXPCConnection-Sharing_Additions.h ├── NSXPCConnection-Unlock_Additions.h ├── NSXPCConnectionDelegate-Protocol.h ├── NSXPCListenerDelegate-Protocol.h ├── PBSBulletinServiceDelegate-Protocol.h ├── SBSRemoteAlertHandleObserver-Protocol.h ├── SDAItemSource.h ├── SDASharedItemsFactory.h ├── SDActivityAdvertiser.h ├── SDActivityController.h ├── SDActivityDecryptionKey.h ├── SDActivityDeviceRecord.h ├── SDActivityEncryptionKey.h ├── SDActivityEncryptionKeyRequestRecord.h ├── SDActivityEncryptionManager.h ├── SDActivityKey.h ├── SDActivityPayloadManager.h ├── SDActivityPayloadReplyRecord.h ├── SDActivityPayloadRequestRecord.h ├── SDActivityRequestRecord.h ├── SDActivityScanner.h ├── SDAirDropAlertManager-Protocol.h ├── SDAirDropAlertManagerDelegate-Protocol.h ├── SDAirDropClassroomTransferManager.h ├── SDAirDropClassroomTransferManagerProtocol-Protocol.h ├── SDAirDropClient.h ├── SDAirDropClientDelegate-Protocol.h ├── SDAirDropCompressor.h ├── SDAirDropConnection.h ├── SDAirDropConnectionDelegate-Protocol.h ├── SDAirDropController.h ├── SDAirDropControllerDelegate-Protocol.h ├── SDAirDropFakeTransfer.h ├── SDAirDropFileZipper.h ├── SDAirDropFileZipperDelegate-Protocol.h ├── SDAirDropHandler.h ├── SDAirDropHandlerAppStoreLinks.h ├── SDAirDropHandlerCalendarEvents.h ├── SDAirDropHandlerContacts.h ├── SDAirDropHandlerCredentialLinks.h ├── SDAirDropHandlerFailed.h ├── SDAirDropHandlerFailedMixedTypes.h ├── SDAirDropHandlerFindMyFriendsLinks.h ├── SDAirDropHandlerGenericFiles.h ├── SDAirDropHandlerGenericLinks.h ├── SDAirDropHandlerKeynoteLiveLinks.h ├── SDAirDropHandlerMapsLinks.h ├── SDAirDropHandlerMixedTypes.h ├── SDAirDropHandlerNewsLinks.h ├── SDAirDropHandlerNotes.h ├── SDAirDropHandlerPDFs.h ├── SDAirDropHandlerPhoneLinks.h ├── SDAirDropHandlerPhotos.h ├── SDAirDropHandlerPlaygroundItems.h ├── SDAirDropHandlerPodcastsLinks.h ├── SDAirDropHandlerProfiles.h ├── SDAirDropHandlerSharediCloudDocumentsLinks.h ├── SDAirDropHandlerUnsupportedType.h ├── SDAirDropHandlerVoiceMails.h ├── SDAirDropHandlerVoiceMemos.h ├── SDAirDropHandlerWalletItems.h ├── SDAirDropHandlerWebLinks.h ├── SDAirDropHandleriBooksItems.h ├── SDAirDropHandleriBooksLinks.h ├── SDAirDropHandleriCloudDrive.h ├── SDAirDropHandleriLifeLinks.h ├── SDAirDropHandleriTunesStoreLinks.h ├── SDAirDropHandleriTunesULinks.h ├── SDAirDropHandleriWorkLinks.h ├── SDAirDropIconCacher.h ├── SDAirDropIconCacherDelegate-Protocol.h ├── SDAirDropInformation.h ├── SDAirDropInformationDelegate-Protocol.h ├── SDAirDropPeerMetric.h ├── SDAirDropPublisher.h ├── SDAirDropPublisherDelegate-Protocol.h ├── SDAirDropReceiveManager.h ├── SDAirDropServer.h ├── SDAirDropServerDelegate-Protocol.h ├── SDAirDropSession.h ├── SDAirDropSessionDelegate-Protocol.h ├── SDAirDropTransferManager.h ├── SDAirDropTransferManagerProtocol-Protocol.h ├── SDAppleIDAgent.h ├── SDAppleIDDatabaseManager.h ├── SDAppleIDIdentityRequest.h ├── SDAppleIDMutableURLRequest.h ├── SDAppleIDServerTask.h ├── SDAppleIDURLResponse.h ├── SDAppleIDVerifiedIdentity.h ├── SDAutoFillAgent.h ├── SDAutoUnlockAKSCache.h ├── SDAutoUnlockAKSManager.h ├── SDAutoUnlockAKSSession.h ├── SDAutoUnlockAWDLInfo.h ├── SDAutoUnlockAWDLInfoCache.h ├── SDAutoUnlockAuthSession.h ├── SDAutoUnlockAuthSessionRequest.h ├── SDAutoUnlockDecryptionFailed.h ├── SDAutoUnlockDeviceFirstUnlocked.h ├── SDAutoUnlockEscrowSecretInfo.h ├── SDAutoUnlockKeyDataCache.h ├── SDAutoUnlockKeyDeviceLocked.h ├── SDAutoUnlockKeySession.h ├── SDAutoUnlockLTKInfo.h ├── SDAutoUnlockLTKRequest.h ├── SDAutoUnlockLTKResponse.h ├── SDAutoUnlockLockSession.h ├── SDAutoUnlockNotificationsManager.h ├── SDAutoUnlockNotificationsObserver-Protocol.h ├── SDAutoUnlockPairingKeySession.h ├── SDAutoUnlockPairingLockSession.h ├── SDAutoUnlockPairingSession.h ├── SDAutoUnlockProxySession.h ├── SDAutoUnlockProxyTrigger.h ├── SDAutoUnlockRangingPeer.h ├── SDAutoUnlockSessionConfirmationACK.h ├── SDAutoUnlockSessionDelegate-Protocol.h ├── SDAutoUnlockSessionManager.h ├── SDAutoUnlockSessionManagerObserver-Protocol.h ├── SDAutoUnlockSessionWrapper.h ├── SDAutoUnlockStartAdvertising.h ├── SDAutoUnlockSuggestionManager.h ├── SDAutoUnlockTransport.h ├── SDAutoUnlockTransportClient-Protocol.h ├── SDAutoUnlockWatchInfo.h ├── SDAutoUnlockWatchInfoRequest.h ├── SDAutoUnlockWiFiAWDLInfo.h ├── SDAutoUnlockWiFiManager.h ├── SDAutoUnlockWiFiRequest.h ├── SDBLEIdentifiedDevice.h ├── SDBLEPowerSourceContainer.h ├── SDBonjourBrowser.h ├── SDBonjourBrowserDelegate-Protocol.h ├── SDBonjourResolver.h ├── SDBonjourResolverDelegate-Protocol.h ├── SDClassroomBrowser.h ├── SDCompanionCommon.h ├── SDCompanionPublisherProtocol-Protocol.h ├── SDCompanionStream.h ├── SDCompanionStreamDelegate-Protocol.h ├── SDConnectedBrowser.h ├── SDConnectionManager.h ├── SDConnectionManagerDelegate-Protocol.h ├── SDDomainBrowser.h ├── SDHotspotBrowser.h ├── SDHotspotManager.h ├── SDHotspotManagerDelegate-Protocol.h ├── SDHotspotRequestRecord.h ├── SDMISManager.h ├── SDMISManagerDelegate-Protocol.h ├── SDManagedBrowser.h ├── SDMediaHandoffAgent.h ├── SDNearbyAgent.h ├── SDNearbyIDSAgent.h ├── SDNetworkBrowser.h ├── SDNetworkBrowserDelegate-Protocol.h ├── SDNetworkEjecter.h ├── SDNetworkEjecterDelegate-Protocol.h ├── SDNetworkOperation.h ├── SDNetworkOperationDelegate-Protocol.h ├── SDNetworkResolver.h ├── SDNetworkResolverDelegate-Protocol.h ├── SDNodeBrowser.h ├── SDNodeBrowserDelegate-Protocol.h ├── SDNotificationManager.h ├── SDPairedDeviceAgent.h ├── SDPowerSourceManager.h ├── SDProximityPairingAgent.h ├── SDRemoteDisc.h ├── SDRemoteDiscDelegate-Protocol.h ├── SDRemoteInteractionAgent.h ├── SDServerBrowser.h ├── SDServiceManager.h ├── SDSession.h ├── SDSetupAgent.h ├── SDSharePointBrowser.h ├── SDSharePointBrowserDelegate-Protocol.h ├── SDSharedRemoteTextInputClient.h ├── SDSharedRemoteTextInputDelegate-Protocol.h ├── SDStatusMonitor.h ├── SDStatusMonitorProtocol-Protocol.h ├── SDStreamHandler.h ├── SDStreamHandlerDelegate-Protocol.h ├── SDStreamManager.h ├── SDUnlockClassALongTermKeyRequest.h ├── SDUnlockClassALongTermKeyResponse.h ├── SDUnlockDisable.h ├── SDUnlockIDSController.h ├── SDUnlockIDSControllerDelegate-Protocol.h ├── SDUnlockInvalidVersion.h ├── SDUnlockKeyManager.h ├── SDUnlockLockManager.h ├── SDUnlockLockStateUpdated.h ├── SDUnlockLongTermKeyRequest.h ├── SDUnlockLongTermKeyResponse.h ├── SDUnlockMotionDetector.h ├── SDUnlockReset.h ├── SDUnlockSecurityManager.h ├── SDUnlockSessionAuthToken.h ├── SDUnlockSessionConfirmation.h ├── SDUnlockSessionKeyExchangeRequest.h ├── SDUnlockSessionKeyExchangeResponse.h ├── SDUnlockSessionManager.h ├── SDUnlockSessionRecord.h ├── SDUnlockSetupCreateRecord.h ├── SDUnlockSetupCreateSecret.h ├── SDUnlockSetupRequest.h ├── SDUnlockSetupSessionCreated.h ├── SDUnlockStartLTKTransfer.h ├── SDUnlockStashConfirmation.h ├── SDUnlockStashKeyExchangeRequest.h ├── SDUnlockStashKeyExchangeResponse.h ├── SDUnlockStashToken.h ├── SDUnlockStateRequest.h ├── SDUnlockStateResponse.h ├── SDUnlockWakeGestureRecord.h ├── SDUnlockXPCSession.h ├── SDUnlockXPCSesssionDelegate-Protocol.h ├── SDWindowsBrowser.h ├── SDWindowsBrowserDelegate-Protocol.h ├── SDWorkgroupBrowser.h ├── SDXPCConnection.h ├── SDXPCDaemon.h ├── SDXPCDaemonProtocol-Protocol.h ├── SDXPCInterface-Protocol.h ├── SDXPCServer.h ├── SDXPCSession.h ├── SFActivityAdvertisement-Debug.h ├── SFActivityAdvertiserClient-Protocol.h ├── SFActivityAdvertiserProtocol-Protocol.h ├── SFAirDropClassroomTransferDelegate-Protocol.h ├── SFAirDropClassroomTransferManagerProtocol-Protocol.h ├── SFAirDropTransferObserverDelegate-Protocol.h ├── SFAirDropTransferObserverProtocol-Protocol.h ├── SFCompanionServiceManagerProtocol-Protocol.h ├── SFCompanionXPCManagerProtocol-Protocol.h ├── SFContinuityScannerClient-Protocol.h ├── SFContinuityScannerProtocol-Protocol.h ├── SFPairedDeviceClientInterface-Protocol.h ├── SFPairedDeviceDaemonInterface-Protocol.h ├── SFRemoteHotspotProtocol-Protocol.h ├── SFUnlockProtocol-Protocol.h ├── SFXPCInterface-Protocol.h ├── SharingDaemon.h ├── TXTQuery.h ├── UIActivityItemSource-Protocol.h ├── UIActivityItemSourceAttachment-Protocol.h ├── UIRemoteTextEditing-Protocol.h ├── UNUserNotificationCenterDelegate-Protocol.h ├── WPAWDLDelegate-Protocol.h ├── _TtC8sharingd11OnceManager.h ├── _TtC8sharingd13PushableTimer.h ├── _TtC8sharingd15SDAirDropLogger.h ├── _TtC8sharingd15SDAirDropStatus.h ├── _TtC8sharingd17SDAirDropListener.h ├── _TtC8sharingd17SDLeashingManager.h ├── _TtC8sharingd19SDAirDropHandlerIPA.h ├── _TtC8sharingd19SDSwiftyBloomFilter.h ├── _TtC8sharingd21SDAirDropHashStoreCDB.h ├── _TtC8sharingd26SDAirDropHashStoreInMemory.h ├── _TtC8sharingd27SDAirDropContactHashManager-sharingd.h ├── _TtC8sharingd27SDAirDropContactHashManager.h ├── _TtP8sharingd23SDAirDropStatusDelegate_-Protocol.h └── _TtP8sharingd25SDAirDropListenerDelegate_-Protocol.h └── vlcscience ├── Makefile ├── VLC.x ├── vlcscience.plist └── vlcscience.xcodeproj └── project.pbxproj /AirDropHelper/AirDropHelper.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // AirDropHelper 4 | // 5 | // Created by Kevin Bradley on 10/12/19. 6 | // Copyright © 2019 nito. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (strong, nonatomic) UIWindow *window; 14 | 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "tv" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "layers" : [ 3 | { 4 | "filename" : "Front.imagestacklayer" 5 | }, 6 | { 7 | "filename" : "Middle.imagestacklayer" 8 | }, 9 | { 10 | "filename" : "Back.imagestacklayer" 11 | } 12 | ], 13 | "info" : { 14 | "version" : 1, 15 | "author" : "xcode" 16 | } 17 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "tv" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "tv" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "tv", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "tv", 9 | "scale" : "2x" 10 | } 11 | ], 12 | "info" : { 13 | "version" : 1, 14 | "author" : "xcode" 15 | } 16 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "layers" : [ 3 | { 4 | "filename" : "Front.imagestacklayer" 5 | }, 6 | { 7 | "filename" : "Middle.imagestacklayer" 8 | }, 9 | { 10 | "filename" : "Back.imagestacklayer" 11 | } 12 | ], 13 | "info" : { 14 | "version" : 1, 15 | "author" : "xcode" 16 | } 17 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "tv", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "tv", 9 | "scale" : "2x" 10 | } 11 | ], 12 | "info" : { 13 | "version" : 1, 14 | "author" : "xcode" 15 | } 16 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "tv", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "tv", 9 | "scale" : "2x" 10 | } 11 | ], 12 | "info" : { 13 | "version" : 1, 14 | "author" : "xcode" 15 | } 16 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "assets" : [ 3 | { 4 | "size" : "1280x768", 5 | "idiom" : "tv", 6 | "filename" : "App Icon - App Store.imagestack", 7 | "role" : "primary-app-icon" 8 | }, 9 | { 10 | "size" : "400x240", 11 | "idiom" : "tv", 12 | "filename" : "App Icon.imagestack", 13 | "role" : "primary-app-icon" 14 | }, 15 | { 16 | "size" : "2320x720", 17 | "idiom" : "tv", 18 | "filename" : "Top Shelf Image Wide.imageset", 19 | "role" : "top-shelf-image-wide" 20 | }, 21 | { 22 | "size" : "1920x720", 23 | "idiom" : "tv", 24 | "filename" : "Top Shelf Image.imageset", 25 | "role" : "top-shelf-image" 26 | } 27 | ], 28 | "info" : { 29 | "version" : 1, 30 | "author" : "xcode" 31 | } 32 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "tv", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "tv", 9 | "scale" : "2x" 10 | }, 11 | { 12 | "idiom" : "tv-marketing", 13 | "scale" : "1x" 14 | }, 15 | { 16 | "idiom" : "tv-marketing", 17 | "scale" : "2x" 18 | } 19 | ], 20 | "info" : { 21 | "version" : 1, 22 | "author" : "xcode" 23 | } 24 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "tv", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "tv", 9 | "scale" : "2x" 10 | }, 11 | { 12 | "idiom" : "tv-marketing", 13 | "scale" : "1x" 14 | }, 15 | { 16 | "idiom" : "tv-marketing", 17 | "scale" : "2x" 18 | } 19 | ], 20 | "info" : { 21 | "version" : 1, 22 | "author" : "xcode" 23 | } 24 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/Assets.xcassets/Launch Image.launchimage/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "orientation" : "landscape", 5 | "idiom" : "tv", 6 | "extent" : "full-screen", 7 | "minimum-system-version" : "11.0", 8 | "scale" : "2x" 9 | }, 10 | { 11 | "orientation" : "landscape", 12 | "idiom" : "tv", 13 | "extent" : "full-screen", 14 | "minimum-system-version" : "9.0", 15 | "scale" : "1x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/ViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.h 3 | // AirDropHelper 4 | // 5 | // Created by Kevin Bradley on 10/12/19. 6 | // Copyright © 2019 nito. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ViewController : UIViewController 12 | 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/ViewController.m: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.m 3 | // AirDropHelper 4 | // 5 | // Created by Kevin Bradley on 10/12/19. 6 | // Copyright © 2019 nito. All rights reserved. 7 | // 8 | 9 | #import "ViewController.h" 10 | 11 | @interface ViewController () 12 | 13 | @end 14 | 15 | @implementation ViewController 16 | 17 | - (void)viewDidLoad { 18 | [super viewDidLoad]; 19 | // Do any additional setup after loading the view, typically from a nib. 20 | } 21 | 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /AirDropHelper/AirDropHelper/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // AirDropHelper 4 | // 5 | // Created by Kevin Bradley on 10/12/19. 6 | // Copyright © 2019 nito. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /AirDropHelper/ent.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | platform-application 6 | 7 | com.apple.private.skip-library-validation 8 | 9 | com.apple.private.security.no-container 10 | 11 | dynamic-codesigning 12 | 13 | com.apple.private.security.no-sandbox 14 | 15 | com.apple.private.airdrop.discovery 16 | 17 | com.apple.private.airdrop.settings 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Breezy.plist: -------------------------------------------------------------------------------- 1 | { 2 | Filter = { 3 | Bundles = ( 4 | "com.apple.PineBoard", 5 | "com.apple.CoreServices", 6 | "com.apple.Foundation", 7 | "com.apple.MobileContainerManager", 8 | ); 9 | Executables = ( 10 | sharingd, 11 | lsd, 12 | ); 13 | }; 14 | } -------------------------------------------------------------------------------- /Breezy.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Breezy.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /CoreServices.framework/LSDatabaseBuilder.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:30 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol OS_dispatch_queue; 11 | @class NSObject; 12 | 13 | @interface LSDatabaseBuilder : NSObject { 14 | 15 | NSObject* _ioQueue; 16 | 17 | } 18 | -(void)setSeedingComplete:(BOOL)arg1 ; 19 | -(id)initWithIOQueue:(id)arg1 ; 20 | -(void)createAndSeedLocalDatabase:(BOOL*)arg1 ; 21 | -(void)dealloc; 22 | @end 23 | 24 | -------------------------------------------------------------------------------- /CoreServices.framework/LSInstallationServiceCallbackProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:30 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol LSInstallationServiceCallbackProtocol 11 | @required 12 | -(void)updateCallbackWithData:(id)arg1; 13 | -(void)callbackDeliveryComplete; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /CoreServices.framework/LSInstallationServiceProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:30 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol LSInstallationServiceProtocol 11 | @required 12 | -(void)installApplication:(id)arg1 atURL:(id)arg2 withOptions:(id)arg3 installType:(unsigned long long)arg4 reply:(/*^block*/id)arg5; 13 | -(void)uninstallApplication:(id)arg1 withOptions:(id)arg2 uninstallType:(unsigned long long)arg3 reply:(/*^block*/id)arg4; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /CoreServices.framework/LSOpenResourceOperationDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol LSOpenResourceOperationDelegate 11 | @optional 12 | -(void)openResourceOperation:(id)arg1 didFinishCopyingResource:(id)arg2; 13 | -(void)openResourceOperationDidComplete:(id)arg1; 14 | -(void)openResourceOperation:(id)arg1 didFailWithError:(id)arg2; 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /CoreServices.framework/NSCopying.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:30 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSCopying 11 | @required 12 | -(id)copyWithZone:(NSZone*)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /CoreServices.framework/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:30 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSMutableCopying 11 | @required 12 | -(id)mutableCopyWithZone:(NSZone*)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /CoreServices.framework/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:30 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSSecureCoding 11 | @required 12 | +(BOOL)supportsSecureCoding; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /CoreServices.framework/NSXPCConnectionDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSXPCConnectionDelegate 11 | @optional 12 | -(id)replacementObjectForXPCConnection:(id)arg1 encoder:(id)arg2 object:(id)arg3; 13 | -(void)connection:(id)arg1 handleInvocation:(id)arg2 isReply:(BOOL)arg3; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /CoreServices.framework/NSXPCListenerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSXPCListenerDelegate 11 | @optional 12 | -(BOOL)listener:(id)arg1 shouldAcceptNewConnection:(id)arg2; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /CoreServices.framework/_CSStore2DataContainer.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | #import 11 | @interface _CSStore2DataContainer : NSObject { 12 | 13 | Data* p; 14 | unsigned pAllocatedLength; 15 | 16 | } 17 | -(id)initWithBytesNoCopy:(Data*)arg1 length:(unsigned)arg2 ; 18 | -(id)init; 19 | -(void)dealloc; 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSApplicationsForSiriQuery.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:32 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class _LSBundleProxiesOfTypeQuery; 12 | 13 | @interface _LSApplicationsForSiriQuery : _LSQuery { 14 | 15 | _LSBundleProxiesOfTypeQuery* _innerQuery; 16 | 17 | } 18 | +(BOOL)supportsSecureCoding; 19 | +(id)query; 20 | -(void)_enumerateWithXPCConnection:(id)arg1 block:(/*^block*/id)arg2 ; 21 | -(BOOL)_requiresDatabaseMappingEntitlement; 22 | -(void)dealloc; 23 | -(void)encodeWithCoder:(id)arg1 ; 24 | -(id)initWithCoder:(id)arg1 ; 25 | @end 26 | 27 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSBundleIDValidationToken.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _LSBundleIDValidationToken : _LSValidationToken 12 | +(BOOL)isToken:(id)arg1 correctForBundleIdentifier:(id)arg2 connection:(id)arg3 ; 13 | +(BOOL)supportsSecureCoding; 14 | -(id)initWithBundleIdentifier:(id)arg1 ; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSBundleQuery.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:32 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _LSBundleQuery : _LSQuery 12 | -(BOOL)_shouldCacheResolvedResults; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSCompoundLazyPropertyList.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:32 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class NSArray; 12 | 13 | @interface _LSCompoundLazyPropertyList : _LSLazyPropertyList { 14 | 15 | NSArray* _plists; 16 | 17 | } 18 | +(BOOL)supportsSecureCoding; 19 | -(BOOL)_getPropertyList:(id*)arg1 ; 20 | -(BOOL)_getValue:(id*)arg1 forPropertyListKey:(id)arg2 ; 21 | -(id)initWithLazyPropertyLists:(id)arg1 ; 22 | -(void)encodeWithCoder:(id)arg1 ; 23 | -(id)initWithCoder:(id)arg1 ; 24 | @end 25 | 26 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSConcurrentQueuesList.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:30 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @class NSMutableArray; 11 | 12 | @interface _LSConcurrentQueuesList : NSObject { 13 | 14 | NSMutableArray* _identifiers; 15 | NSMutableArray* _queues; 16 | 17 | } 18 | -(id)initWithWidth:(long long)arg1 ; 19 | -(id)getQueueAndIndexForIdentifier:(id)arg1 outIndex:(unsigned long long*)arg2 ; 20 | -(void)addIdentifier:(id)arg1 toIndex:(unsigned long long)arg2 ; 21 | -(void)removeIdentifier:(id)arg1 fromIndex:(unsigned long long)arg2 ; 22 | @end 23 | 24 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSCurrentBundleProxyQuery.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:32 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _LSCurrentBundleProxyQuery : _LSBundleQuery 12 | +(id)currentBundleProxyQuery; 13 | +(double)cacheInterval; 14 | +(BOOL)supportsSecureCoding; 15 | -(void)_enumerateWithXPCConnection:(id)arg1 block:(/*^block*/id)arg2 ; 16 | -(BOOL)isEqual:(id)arg1 ; 17 | -(void)encodeWithCoder:(id)arg1 ; 18 | -(id)initWithCoder:(id)arg1 ; 19 | -(unsigned long long)hash; 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSDModifyService.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:32 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _LSDModifyService : _LSDService 12 | +(unsigned short)connectionType; 13 | +(id)dispatchQueue; 14 | +(Class)clientClass; 15 | +(BOOL)isEnabled; 16 | +(id)XPCInterface; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSDOpenService.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:32 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _LSDOpenService : _LSDService 12 | +(unsigned short)connectionType; 13 | +(id)dispatchQueue; 14 | +(Class)clientClass; 15 | +(id)XPCInterface; 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSDReadService.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _LSDReadService : _LSDService 12 | +(unsigned short)connectionType; 13 | +(id)dispatchQueue; 14 | +(Class)clientClass; 15 | +(id)XPCInterface; 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSDispatchWithTimeoutResult.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @class NSError; 11 | 12 | @interface _LSDispatchWithTimeoutResult : NSObject { 13 | 14 | id _result; 15 | NSError* _error; 16 | 17 | } 18 | 19 | @property (retain) id result; //@synthesize result=_result - In the implementation block 20 | @property (retain) NSError * error; //@synthesize error=_error - In the implementation block 21 | -(void)setResult:(id)arg1 ; 22 | -(id)result; 23 | -(NSError *)error; 24 | -(void)setError:(NSError *)arg1 ; 25 | @end 26 | 27 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSFeldsparAppLinkPlugIn.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _LSFeldsparAppLinkPlugIn : _LSAppLinkPlugIn 12 | +(BOOL)canHandleURLComponents:(id)arg1 ; 13 | -(void)getAppLinksWithCompletionHandler:(/*^block*/id)arg1 ; 14 | -(id)init; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSFullLazyPropertyList.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:32 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class NSDictionary; 12 | 13 | @interface _LSFullLazyPropertyList : _LSLazyPropertyList { 14 | 15 | NSDictionary* _plist; 16 | 17 | } 18 | +(BOOL)supportsSecureCoding; 19 | -(id)initWithPropertyList:(id)arg1 ; 20 | -(BOOL)_getPropertyList:(id*)arg1 ; 21 | -(BOOL)_getValue:(id*)arg1 forPropertyListKey:(id)arg2 ; 22 | -(void)encodeWithCoder:(id)arg1 ; 23 | -(id)initWithCoder:(id)arg1 ; 24 | @end 25 | 26 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSHardCodedAppLinkPlugIn.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _LSHardCodedAppLinkPlugIn : _LSSharedWebCredentialsAppLinkPlugIn 12 | +(id)hardCodedTable; 13 | -(void)getAppLinksWithCompletionHandler:(/*^block*/id)arg1 ; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSInstallationManager.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @interface _LSInstallationManager : NSObject 11 | +(id)sharedInstance; 12 | -(void)install:(id)arg1 withCompletionBlock:(/*^block*/id)arg2 ; 13 | -(void)uninstall:(id)arg1 withCompletionBlock:(/*^block*/id)arg2 ; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSQueryResolving.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol _LSQueryResolving 11 | @required 12 | -(id)_queryCache; 13 | -(void)_enumerateResolvedResultsOfQuery:(id)arg1 XPCConnection:(id)arg2 withBlock:(/*^block*/id)arg3; 14 | -(id)_resolveQueries:(id)arg1 XPCConnection:(id)arg2 error:(id*)arg3; 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /CoreServices.framework/_LSQueryResult.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:32 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | #import 12 | 13 | @interface _LSQueryResult : NSObject 14 | +(BOOL)supportsSecureCoding; 15 | -(id)init; 16 | -(void)encodeWithCoder:(id)arg1 ; 17 | -(id)initWithCoder:(id)arg1 ; 18 | -(id)copyWithZone:(NSZone*)arg1 ; 19 | -(id)_init; 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /CoreServices.framework/_UTDynamicType.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _UTDynamicType : _UTConcreteType 12 | -(id)parentIdentifiers; 13 | -(id)tagSpecification; 14 | -(BOOL)isDynamic; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /CoreServices.framework/_UTTypeQueryForAllIdentifiers.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:31 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface _UTTypeQueryForAllIdentifiers : _UTTypeQuery 12 | +(BOOL)supportsSecureCoding; 13 | -(void)_enumerateWithXPCConnection:(id)arg1 block:(/*^block*/id)arg2 ; 14 | -(BOOL)_shouldCacheResolvedResults; 15 | -(BOOL)isEqual:(id)arg1 ; 16 | -(void)encodeWithCoder:(id)arg1 ; 17 | -(id)initWithCoder:(id)arg1 ; 18 | -(unsigned long long)hash; 19 | -(id)_init; 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /FindProcess.h: -------------------------------------------------------------------------------- 1 | // 2 | // FindProcess.h 3 | // 4 | // 5 | // Created by Kevin Bradley on 5/20/19. 6 | // 7 | 8 | #import 9 | 10 | @interface Bro : NSObject 11 | -(id)initWithDomain:(id)arg1 ; 12 | @end 13 | 14 | #define OurLog(format, ...) CFShow((__bridge CFStringRef)[NSString stringWithFormat:format, ## __VA_ARGS__]); 15 | 16 | @interface FindProcess : NSObject 17 | + (int)pidFromItemDescription:(NSString *)desc; 18 | + (pid_t) find_process:(const char*) name; 19 | + (boolean_t) process:(pid_t)ppid matches:(const char* )name; 20 | @end 21 | 22 | 23 | -------------------------------------------------------------------------------- /Log.h: -------------------------------------------------------------------------------- 1 | // file Log.h 2 | #import 3 | #ifdef DEBUG 4 | #define NSLog(args...) _Log(@"DEBUG ", __FILE__,__LINE__,__PRETTY_FUNCTION__,args); 5 | @interface Log : NSObject 6 | void _Log(NSString *prefix, const char *file, int lineNumber, const char *funcName, NSString *format,...); 7 | @end 8 | #endif 9 | -------------------------------------------------------------------------------- /NSObject+CD.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface NSObject (CD) 5 | 6 | -(void)classDumpObject:(id)sender; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /PrivateHeaders/CDStructures.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #pragma mark Named Structures 8 | 9 | struct CGSize { 10 | double _field1; 11 | double _field2; 12 | }; 13 | 14 | struct UIEdgeInsets { 15 | double _field1; 16 | double _field2; 17 | double _field3; 18 | double _field4; 19 | }; 20 | 21 | -------------------------------------------------------------------------------- /PrivateHeaders/IKJSITunesStore-TVASAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | #import "TVASJSITunesStore-Protocol.h" 10 | 11 | @interface IKJSITunesStore (TVASAdditions) 12 | - (void)fetchMSOProviderStatus:(id)arg1; // IMP=0x0000000100011cd4 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /PrivateHeaders/JSExport-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @protocol JSExport 8 | @end 9 | 10 | -------------------------------------------------------------------------------- /PrivateHeaders/NSCopying-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @protocol NSCopying 8 | - (id)copyWithZone:(struct _NSZone *)arg1; 9 | @end 10 | 11 | -------------------------------------------------------------------------------- /PrivateHeaders/NSDictionary-TVASAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface NSDictionary (TVASAdditions) 10 | - (_Bool)tvas_boolForKey:(id)arg1; // IMP=0x000000010000c1a0 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /PrivateHeaders/NSNumber-TVASMilliseconds.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface NSNumber (TVASMilliseconds) 10 | + (id)tvas_numberInMillisecondsWithTimeInterval:(double)arg1; // IMP=0x0000000100010f54 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /PrivateHeaders/NSString-TVASAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface NSString (TVASAdditions) 10 | - (id)tvas_adamIDRepresentation; // IMP=0x0000000100012b48 11 | - (id)_adamIDStringNumberFormatter; // IMP=0x0000000100012aac 12 | @end 13 | 14 | -------------------------------------------------------------------------------- /PrivateHeaders/SSPurchaseManagerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSArray, SSPurchaseManager; 10 | 11 | @protocol SSPurchaseManagerDelegate 12 | 13 | @optional 14 | - (void)purchaseManager:(SSPurchaseManager *)arg1 didFinishPurchasesWithResponses:(NSArray *)arg2; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /PrivateHeaders/TVASJSITunesStore-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "JSExport-Protocol.h" 8 | 9 | @class JSValue; 10 | 11 | @protocol TVASJSITunesStore 12 | - (void)fetchMSOProviderStatus:(JSValue *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /PrivateHeaders/TVASPurchaseFlowControllerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSNumber; 10 | 11 | @protocol TVASPurchaseFlowControllerDelegate 12 | 13 | @optional 14 | - (void)purchaseDidFailForAdamID:(NSNumber *)arg1; 15 | - (void)purchaseDidCompleteForAdamID:(NSNumber *)arg1; 16 | - (void)purchaseDidBeginForAdamID:(NSNumber *)arg1; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /PrivateHeaders/TVAuxiliaryViewSelecting-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @protocol TVAuxiliaryViewSelecting 10 | - (struct UIEdgeInsets)selectionMarginsForSize:(struct CGSize)arg1; 11 | 12 | @optional 13 | - (void)animateWithAuxiliarySelectionState:(_Bool)arg1 animations:(void (^)(void))arg2; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /PrivateHeaders/TVInterfaceCreating-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString, NSURL, TVPlayer, TVViewElement, UIImage, UIView, UIViewController; 10 | 11 | @protocol TVInterfaceCreating 12 | 13 | @optional 14 | - (UIViewController *)playerViewControllerForPlayer:(TVPlayer *)arg1; 15 | - (Class)collectionViewCellClassForElement:(TVViewElement *)arg1; 16 | - (UIImage *)imageForResource:(NSString *)arg1; 17 | - (NSURL *)URLForResource:(NSString *)arg1; 18 | - (UIViewController *)viewControllerForElement:(TVViewElement *)arg1 existingViewController:(UIViewController *)arg2; 19 | - (UIView *)viewForElement:(TVViewElement *)arg1 existingView:(UIView *)arg2; 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /PrivateHeaders/TVViewElement-adamID.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 9 2019 14:18:44). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @class NSNumber; 10 | 11 | @interface TVViewElement (adamID) 12 | @property(readonly, nonatomic) NSNumber *tvas_adamID; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/13/PBSystemOverlayContentDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Monday, November 4, 2019 at 2:48:54 PM Mountain Standard Time 4 | * Operating System: Version 13.0 (Build 17J586) 5 | * Image Source: /Applications/PineBoard.app/PineBoard 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol PBSystemOverlayContentDelegate 11 | @required 12 | -(void)contentPresenting:(id)arg1 willDismissContentWithResult:(id)arg2 error:(id)arg3; 13 | -(void)contentPresentingDidDismissContent:(id)arg1; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Research/CoreServices/LSDatabaseBuilder.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:49:30 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/Frameworks/CoreServices.framework/CoreServices 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol OS_dispatch_queue; 11 | @class NSObject; 12 | 13 | @interface LSDatabaseBuilder : NSObject { 14 | 15 | NSObject* _ioQueue; 16 | 17 | } 18 | -(void)setSeedingComplete:(BOOL)arg1 ; 19 | -(id)initWithIOQueue:(id)arg1 ; 20 | -(void)createAndSeedLocalDatabase:(BOOL*)arg1 ; 21 | -(void)dealloc; 22 | @end 23 | 24 | -------------------------------------------------------------------------------- /Research/Sharing framework/NSXPCConnectionDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSXPCConnectionDelegate 11 | @optional 12 | -(id)replacementObjectForXPCConnection:(id)arg1 encoder:(id)arg2 object:(id)arg3; 13 | -(void)connection:(id)arg1 handleInvocation:(id)arg2 isReply:(BOOL)arg3; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Research/Sharing framework/SFAirDropBrowserBatchDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFAirDropBrowserBatchDelegate 11 | @required 12 | -(void)browserDidUpdatePeople:(id)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Research/Sharing framework/SFAirDropClassroomTransferManagerProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFAirDropClassroomTransferManagerProtocol 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /Research/Sharing framework/SFAirDropIconView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class UIImageView; 13 | 14 | @interface SFAirDropIconView : UIControl { 15 | 16 | UIImageView* _imageView; 17 | 18 | } 19 | -(void)loadImageIfNeeded; 20 | -(id)initWithFrame:(CGRect)arg1 ; 21 | -(void)layoutSubviews; 22 | -(void)setHighlighted:(BOOL)arg1 ; 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /Research/Sharing framework/SFAirDropTransferObserverProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFAirDropTransferObserverProtocol 11 | @required 12 | -(void)removedTransfer:(id)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Research/Sharing framework/SFAirDropViewServiceHostProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFAirDropViewServiceHostProtocol 11 | @required 12 | -(void)airDropViewServiceRequestingSharedItemsWithOptions:(id)arg1 completionHandler:(/*^block*/id)arg2; 13 | -(void)airDropViewServiceDidRequestDismissal; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Research/Sharing framework/SFCompanionXPCManagerObserver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFCompanionXPCManagerObserver 11 | @optional 12 | -(void)xpcManagerDidResumeConnection:(id)arg1; 13 | -(void)xpcManagerDidInvalidate:(id)arg1; 14 | 15 | @required 16 | -(void)xpcManagerConnectionInterrupted; 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropAlertManagerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString, NSURL; 10 | 11 | @protocol SDAirDropAlertManagerDelegate 12 | - (void)alertManager:(id)arg1 cancelingTransferWithRecordID:(NSString *)arg2 withFailureReason:(unsigned long long)arg3; 13 | - (void)alertManager:(id)arg1 acceptingTransferWithRecordID:(NSString *)arg2 withDestinationURL:(NSURL *)arg3 shouldExtractImagesFromLivePhotosForRecordID:(_Bool)arg4; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropClassroomTransferManagerProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDXPCDaemonProtocol-Protocol.h" 8 | 9 | @class NSDictionary, NSString; 10 | 11 | @protocol SDAirDropClassroomTransferManagerProtocol 12 | - (void)updateTransferWithIdentifier:(NSString *)arg1 withState:(long long)arg2 information:(NSDictionary *)arg3 completionHandler:(void (^)(_Bool, NSURL *, NSError *))arg4; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropClientDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, NSProgress, SDAirDropClient; 10 | 11 | @protocol SDAirDropClientDelegate 12 | - (void)airDropClient:(SDAirDropClient *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | 14 | @optional 15 | - (void)handleConversionProgress:(NSProgress *)arg1; 16 | - (void)startProgress; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropConnectionDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropConnection; 10 | 11 | @protocol SDAirDropConnectionDelegate 12 | - (void)airDropConnection:(SDAirDropConnection *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropControllerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropController; 10 | 11 | @protocol SDAirDropControllerDelegate 12 | - (void)airDropController:(SDAirDropController *)arg1 didChange:(NSDictionary *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropFileZipperDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDAirDropFileZipper; 10 | 11 | @protocol SDAirDropFileZipperDelegate 12 | - (void)fileZipper:(SDAirDropFileZipper *)arg1 event:(long long)arg2 withProperty:(void *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerAppStoreLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerAppStoreLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010000b89c 15 | - (long long)transferTypes; // IMP=0x000000010000b864 16 | - (id)singleItemActionTitle; // IMP=0x000000010000b858 17 | - (_Bool)canHandleTransfer; // IMP=0x000000010000b838 18 | - (id)candidateIdentifiers; // IMP=0x000000010000b758 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010000b6f0 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerCalendarEvents.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerCalendarEvents : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x00000001000571a4 15 | - (id)suitableContentsDescription; // IMP=0x0000000100056ff8 16 | - (long long)transferTypes; // IMP=0x0000000100056fc0 17 | - (_Bool)canHandleTransfer; // IMP=0x0000000100056fa0 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100056f38 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerContacts.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerContacts : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010001f360 15 | - (long long)transferTypes; // IMP=0x000000010001f328 16 | - (_Bool)canHandleTransfer; // IMP=0x000000010001f308 17 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010001f1d8 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerFailed.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | @class NSString; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface SDAirDropHandlerFailed : SDAirDropHandler 13 | { 14 | } 15 | 16 | - (id)suitableContentsDescription; // IMP=0x000000010008fd48 17 | - (id)suitableContentsTitle; // IMP=0x000000010008fd3c 18 | @property(readonly, nonatomic) NSString *errorDetailedString; 19 | @property(readonly, nonatomic) NSString *errorString; 20 | - (_Bool)canHandleTransfer; // IMP=0x000000010008fb74 21 | - (void)activate; // IMP=0x000000010008fa98 22 | 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerFailedMixedTypes.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerFailed.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerFailedMixedTypes : SDAirDropHandlerFailed 11 | { 12 | } 13 | 14 | - (id)errorDetailedString; // IMP=0x0000000100135e2c 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerFindMyFriendsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerFindMyFriendsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x000000010000fffc 15 | - (id)suitableContentsDescription; // IMP=0x000000010000fe64 16 | - (id)suitableContentsTitle; // IMP=0x000000010000fe58 17 | - (long long)transferTypes; // IMP=0x000000010000fe20 18 | - (_Bool)canHandleTransfer; // IMP=0x000000010000fe00 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010000fdc8 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerMapsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerMapsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x00000001000064c8 15 | - (long long)transferTypes; // IMP=0x0000000100006490 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100006470 17 | - (id)candidateIdentifiers; // IMP=0x00000001000063b4 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100006378 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerMixedTypes.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerMixedTypes : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)openLinks; // IMP=0x000000010017dcc0 15 | - (void)updatePossibleActions; // IMP=0x000000010017da3c 16 | - (id)suitableContentsDescription; // IMP=0x000000010017d890 17 | - (long long)transferTypes; // IMP=0x000000010017d854 18 | - (_Bool)canHandleTransfer; // IMP=0x000000010017d84c 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010017d818 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerNewsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerNewsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x0000000100016ad8 15 | - (long long)transferTypes; // IMP=0x0000000100016aa0 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100016a80 17 | - (id)candidateIdentifiers; // IMP=0x00000001000169c4 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100016960 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerNotes.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerNotes : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (id)createDestination; // IMP=0x0000000100010378 15 | - (void)updatePossibleActions; // IMP=0x0000000100010344 16 | - (id)suitableContentsDescription; // IMP=0x0000000100010198 17 | - (long long)transferTypes; // IMP=0x0000000100010160 18 | - (_Bool)canHandleTransfer; // IMP=0x0000000100010140 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100010030 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerPDFs.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerPDFs : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010013ef18 15 | - (long long)transferTypes; // IMP=0x000000010013eee0 16 | - (_Bool)canHandleTransfer; // IMP=0x000000010013ecf8 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerPhoneLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerPhoneLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010003a7b0 15 | - (long long)transferTypes; // IMP=0x000000010003a778 16 | - (id)singleItemActionTitle; // IMP=0x000000010003a76c 17 | - (_Bool)canHandleTransfer; // IMP=0x000000010003a74c 18 | - (id)candidateIdentifiers; // IMP=0x000000010003a690 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010003a628 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerPlaygroundItems.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerPlaygroundItems : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x00000001000f01e0 15 | - (long long)transferTypes; // IMP=0x00000001000f01a8 16 | - (_Bool)canHandleTransfer; // IMP=0x00000001000f0188 17 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000f0154 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerPodcastsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerPodcastsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010011f5f4 15 | - (long long)transferTypes; // IMP=0x000000010011f5bc 16 | - (_Bool)canHandleTransfer; // IMP=0x000000010011f59c 17 | - (id)candidateIdentifiers; // IMP=0x000000010011f4e0 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010011f47c 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerProfiles.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerProfiles : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x000000010015d810 15 | - (id)suitableContentsDescription; // IMP=0x000000010015d664 16 | - (long long)transferTypes; // IMP=0x000000010015d62c 17 | - (_Bool)canHandleTransfer; // IMP=0x000000010015d60c 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010015d58c 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerSharediCloudDocumentsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerSharediCloudDocumentsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x00000001000b4e8c 15 | - (long long)transferTypes; // IMP=0x00000001000b4e54 16 | - (_Bool)canHandleTransfer; // IMP=0x00000001000b4e34 17 | - (id)candidateIdentifiers; // IMP=0x00000001000b4d78 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000b4d3c 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerVoiceMails.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerVoiceMemos.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerVoiceMails : SDAirDropHandlerVoiceMemos 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x0000000100061654 15 | - (long long)transferTypes; // IMP=0x000000010006161c 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100061570 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerVoiceMemos.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerVoiceMemos : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x00000001000315d0 15 | - (id)suitableContentsDescription; // IMP=0x0000000100031424 16 | - (long long)transferTypes; // IMP=0x00000001000313ec 17 | - (_Bool)canHandleTransfer; // IMP=0x0000000100031340 18 | @property(readonly, nonatomic) _Bool canHandleTransferRegardlessOfBundleID; 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000310d8 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerWalletItems.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerWalletItems : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x00000001000859b4 15 | - (id)suitableContentsDescription; // IMP=0x0000000100085788 16 | - (long long)transferTypes; // IMP=0x0000000100085750 17 | - (_Bool)canHandleTransfer; // IMP=0x0000000100085730 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000856b0 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandlerWebLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerWebLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010014236c 15 | - (long long)transferTypes; // IMP=0x0000000100142334 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100142314 17 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001001422ac 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandleriBooksItems.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriBooksItems : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (long long)transferTypes; // IMP=0x0000000100091a28 15 | - (_Bool)canHandleTransfer; // IMP=0x0000000100091984 16 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100091870 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandleriBooksLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriBooksLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x0000000100056da0 15 | - (long long)transferTypes; // IMP=0x0000000100056d68 16 | - (id)singleItemActionTitle; // IMP=0x0000000100056d5c 17 | - (_Bool)canHandleTransfer; // IMP=0x0000000100056d3c 18 | - (id)candidateIdentifiers; // IMP=0x0000000100056c80 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100056c18 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandleriLifeLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriLifeLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010011f280 15 | - (long long)transferTypes; // IMP=0x000000010011f248 16 | - (_Bool)canHandleTransfer; // IMP=0x000000010011f228 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandleriTunesStoreLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriTunesStoreLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x00000001000be460 15 | - (long long)transferTypes; // IMP=0x00000001000be428 16 | - (id)singleItemActionTitle; // IMP=0x00000001000be41c 17 | - (_Bool)canHandleTransfer; // IMP=0x00000001000be3fc 18 | - (id)candidateIdentifiers; // IMP=0x00000001000be31c 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000be29c 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropHandleriTunesULinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriTunesULinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x0000000100060b18 15 | - (long long)transferTypes; // IMP=0x0000000100060ae0 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100060ac0 17 | - (id)candidateIdentifiers; // IMP=0x0000000100060a04 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010006099c 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropIconCacherDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSError, SDAirDropIconCacher; 10 | 11 | @protocol SDAirDropIconCacherDelegate 12 | - (void)iconCacher:(SDAirDropIconCacher *)arg1 didFetchDataWithError:(NSError *)arg2; 13 | - (void)iconCacher:(SDAirDropIconCacher *)arg1 didStoreDataWithError:(NSError *)arg2; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropInformationDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropInformation; 10 | 11 | @protocol SDAirDropInformationDelegate 12 | - (void)airDropInformation:(SDAirDropInformation *)arg1 didChange:(NSDictionary *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropPublisherDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropPublisher; 10 | 11 | @protocol SDAirDropPublisherDelegate 12 | - (void)bonjourPublisher:(SDAirDropPublisher *)arg1 propertiesDidChange:(NSDictionary *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropServerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropServer; 10 | 11 | @protocol SDAirDropServerDelegate 12 | - (void)airDropServer:(SDAirDropServer *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropSessionDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropSession; 10 | 11 | @protocol SDAirDropSessionDelegate 12 | - (void)airDropSession:(SDAirDropSession *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SDAirDropTransferManagerProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDXPCDaemonProtocol-Protocol.h" 8 | 9 | @class SFAirDropAction, SFAirDropTransfer; 10 | 11 | @protocol SDAirDropTransferManagerProtocol 12 | - (void)transfer:(SFAirDropTransfer *)arg1 actionTriggeredForAction:(SFAirDropAction *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SFAirDropClassroomTransferDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString; 10 | 11 | @protocol SFAirDropClassroomTransferDelegate 12 | - (void)transferWithIdentifierWasAccepted:(NSString *)arg1; 13 | 14 | @optional 15 | - (void)transferWithIdentifierWasDeclined:(NSString *)arg1; 16 | - (void)transferWithIdentifierWasDeclined:(NSString *)arg1 withFailureReason:(unsigned long long)arg2; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SFAirDropClassroomTransferManagerProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SFAirDropClassroomTransferDelegate-Protocol.h" 8 | 9 | @protocol SFAirDropClassroomTransferManagerProtocol 10 | @end 11 | 12 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SFAirDropTransferObserverDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SFAirDropTransfer; 10 | 11 | @protocol SFAirDropTransferObserverDelegate 12 | - (void)updatedTransfer:(SFAirDropTransfer *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/SFAirDropTransferObserverProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SFAirDropTransferObserverDelegate-Protocol.h" 8 | 9 | @class SFAirDropTransfer; 10 | 11 | @protocol SFAirDropTransferObserverProtocol 12 | - (void)removedTransfer:(SFAirDropTransfer *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/_TtC8sharingd15SDAirDropLogger.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd15SDAirDropLogger : NSObject 10 | { 11 | } 12 | 13 | - (id)init; // IMP=0x00000001002066c0 14 | - (void)logActivityType:(id)arg1 sessionID:(id)arg2; // IMP=0x0000000100206584 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/_TtC8sharingd21SDAirDropHashStoreCDB.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd21SDAirDropHashStoreCDB : _TtCs12_SwiftObject 10 | { 11 | // Error parsing type: , name: reader 12 | // Error parsing type: , name: anchors 13 | // Error parsing type: , name: stagedAdditions 14 | // Error parsing type: , name: stagedDeletedIDs 15 | // Error parsing type: , name: initialized 16 | // Error parsing type: , name: destroyed 17 | // Error parsing type: , name: cnStore 18 | } 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/_TtC8sharingd26SDAirDropHashStoreInMemory.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd26SDAirDropHashStoreInMemory : _TtCs12_SwiftObject 10 | { 11 | // Error parsing type: , name: longToEntry 12 | // Error parsing type: , name: medToEntry 13 | // Error parsing type: , name: shorts 14 | // Error parsing type: , name: initialized 15 | // Error parsing type: , name: cnStore 16 | // Error parsing type: , name: storePreviouslyExisted 17 | } 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/_TtP8sharingd23SDAirDropStatusDelegate_-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @class NSDictionary, _TtC8sharingd15SDAirDropStatus; 8 | 9 | @protocol _TtP8sharingd23SDAirDropStatusDelegate_ 10 | - (void)airDropStatus:(_TtC8sharingd15SDAirDropStatus *)arg1 didChange:(NSDictionary *)arg2; 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /Research/sharingd daemon/Untapped AirDrop Details/_TtP8sharingd25SDAirDropListenerDelegate_-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @class NSDictionary, NSError, SDNetworkOperation, _TtC8sharingd17SDAirDropListener; 8 | 9 | @protocol _TtP8sharingd25SDAirDropListenerDelegate_ 10 | - (void)listener:(_TtC8sharingd17SDAirDropListener *)arg1 informationDidChange:(NSDictionary *)arg2; 11 | - (void)listener:(_TtC8sharingd17SDAirDropListener *)arg1 didReceiveNewRequest:(SDNetworkOperation *)arg2; 12 | - (void)listener:(_TtC8sharingd17SDAirDropListener *)arg1 didReceiveError:(NSError *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SVIndefiniteAnimatedView.h 3 | // SVProgressHUD, https://github.com/TransitApp/SVProgressHUD 4 | // 5 | // Copyright (c) 2014 Guillaume Campagna. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface SVIndefiniteAnimatedView : UIView 11 | 12 | @property (nonatomic, assign) CGFloat strokeThickness; 13 | @property (nonatomic, assign) CGFloat radius; 14 | @property (nonatomic, strong) UIColor *strokeColor; 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- 1 | // 2 | // SVRadialGradientLayer.h 3 | // SVProgressHUD, https://github.com/TransitApp/SVProgressHUD 4 | // 5 | // Copyright (c) 2014 Tobias Tiemerding. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface SVRadialGradientLayer : CALayer 11 | 12 | @property (nonatomic) CGPoint gradientCenter; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Sharing.framework/AVAudioPlayerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:04 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol AVAudioPlayerDelegate 11 | @optional 12 | -(void)audioPlayerDidFinishPlaying:(id)arg1 successfully:(BOOL)arg2; 13 | -(void)audioPlayerDecodeErrorDidOccur:(id)arg1 error:(id)arg2; 14 | -(void)audioPlayerBeginInterruption:(id)arg1; 15 | -(void)audioPlayerEndInterruption:(id)arg1 withOptions:(unsigned long long)arg2; 16 | -(void)audioPlayerEndInterruption:(id)arg1 withFlags:(unsigned long long)arg2; 17 | -(void)audioPlayerEndInterruption:(id)arg1; 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Sharing.framework/CBScalablePipeManagerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol CBScalablePipeManagerDelegate 11 | @required 12 | -(void)scalablePipeManagerDidUpdateState:(id)arg1; 13 | -(void)scalablePipeManager:(id)arg1 didRegisterEndpoint:(id)arg2 error:(id)arg3; 14 | -(void)scalablePipeManager:(id)arg1 didUnregisterEndpoint:(id)arg2; 15 | -(void)scalablePipeManager:(id)arg1 pipeDidConnect:(id)arg2; 16 | -(void)scalablePipeManager:(id)arg1 pipeDidDisconnect:(id)arg2 error:(id)arg3; 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /Sharing.framework/HMAccessoryBrowserDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:04 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol HMAccessoryBrowserDelegate 11 | @optional 12 | -(void)accessoryBrowser:(id)arg1 didFindNewAccessory:(id)arg2; 13 | -(void)accessoryBrowser:(id)arg1 didRemoveNewAccessory:(id)arg2; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Sharing.framework/HMHomeManagerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:04 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol HMHomeManagerDelegate 11 | @optional 12 | -(void)homeManagerDidUpdateHomes:(id)arg1; 13 | -(void)homeManagerDidUpdatePrimaryHome:(id)arg1; 14 | -(void)homeManager:(id)arg1 didAddHome:(id)arg2; 15 | -(void)homeManager:(id)arg1 didRemoveHome:(id)arg2; 16 | 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /Sharing.framework/NSCopying.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSCopying 11 | @required 12 | -(id)copyWithZone:(NSZone*)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSSecureCoding 11 | @required 12 | +(BOOL)supportsSecureCoding; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/NSXPCConnectionDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol NSXPCConnectionDelegate 11 | @optional 12 | -(id)replacementObjectForXPCConnection:(id)arg1 encoder:(id)arg2 object:(id)arg3; 13 | -(void)connection:(id)arg1 handleInvocation:(id)arg2 isReply:(BOOL)arg3; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Sharing.framework/RTIInputSystemClientDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol RTIInputSystemClientDelegate 11 | @optional 12 | -(void)performTextOperations:(id)arg1; 13 | -(void)performTextOperations:(id)arg1 resultHandler:(/*^block*/id)arg2; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Sharing.framework/RTIInputSystemPayloadDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol RTIInputSystemPayloadDelegate 11 | @required 12 | -(void)handleTextActionPayload:(id)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/RTIInputSystemSessionDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol RTIInputSystemSessionDelegate 11 | @optional 12 | -(void)inputSessionDidBegin:(id)arg1; 13 | -(void)inputSessionDidEnd:(id)arg1; 14 | -(void)inputSessionDidDie:(id)arg1; 15 | -(void)inputSession:(id)arg1 documentTraitsDidChange:(id)arg2; 16 | -(void)inputSession:(id)arg1 documentStateDidChange:(id)arg2; 17 | -(void)inputSession:(id)arg1 didChangePause:(BOOL)arg2 withReason:(id)arg3; 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Sharing.framework/SFAccountManager.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @interface SFAccountManager : NSObject 11 | +(void)appleAccountSignedIn; 12 | +(void)appleAccountSignedOut; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Sharing.framework/SFActivityAdvertiserClient.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:04 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFActivityAdvertiserClient 11 | @required 12 | -(void)pairedDevicesChanged:(id)arg1; 13 | -(void)activityPayloadForAdvertisementPayload:(id)arg1 command:(id)arg2 requestedByDevice:(id)arg3 withCompletionHandler:(/*^block*/id)arg4; 14 | -(void)didSendPayloadForActivityIdentifier:(id)arg1 toDevice:(id)arg2 error:(id)arg3; 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /Sharing.framework/SFAirDropBrowserBatchDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFAirDropBrowserBatchDelegate 11 | @required 12 | -(void)browserDidUpdatePeople:(id)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/SFAirDropClassroomTransferManagerProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFAirDropClassroomTransferManagerProtocol 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /Sharing.framework/SFAirDropIconView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | #import 11 | 12 | @class UIImageView; 13 | 14 | @interface SFAirDropIconView : UIControl { 15 | 16 | UIImageView* _imageView; 17 | 18 | } 19 | -(void)loadImageIfNeeded; 20 | -(id)initWithFrame:(CGRect)arg1 ; 21 | -(void)layoutSubviews; 22 | -(void)setHighlighted:(BOOL)arg1 ; 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /Sharing.framework/SFAirDropTransferObserverProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFAirDropTransferObserverProtocol 11 | @required 12 | -(void)removedTransfer:(id)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/SFAirDropViewServiceHostProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFAirDropViewServiceHostProtocol 11 | @required 12 | -(void)airDropViewServiceRequestingSharedItemsWithOptions:(id)arg1 completionHandler:(/*^block*/id)arg2; 13 | -(void)airDropViewServiceDidRequestDismissal; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Sharing.framework/SFBLEData.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @class NSData; 11 | 12 | @interface SFBLEData : NSObject { 13 | 14 | NSData* _data; 15 | /*^block*/id _completion; 16 | 17 | } 18 | 19 | @property (nonatomic,copy) NSData * data; //@synthesize data=_data - In the implementation block 20 | @property (nonatomic,copy) id completion; //@synthesize completion=_completion - In the implementation block 21 | -(void)setCompletion:(id)arg1 ; 22 | -(id)completion; 23 | -(NSData *)data; 24 | -(void)setData:(NSData *)arg1 ; 25 | @end 26 | 27 | -------------------------------------------------------------------------------- /Sharing.framework/SFCollectionViewDelegateLayout.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFCollectionViewDelegateLayout 11 | @required 12 | -(CGSize*)collectionView:(id)arg1 layout:(id)arg2 preferredSizeForItemAtIndexPath:(id)arg3; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/SFCompanionServiceManagerClient.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFCompanionServiceManagerClient 11 | @required 12 | -(void)streamToService:(id)arg1 withFileHandle:(id)arg2 acceptReply:(/*^block*/id)arg3; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/SFCompanionXPCManagerObserver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFCompanionXPCManagerObserver 11 | @optional 12 | -(void)xpcManagerDidResumeConnection:(id)arg1; 13 | -(void)xpcManagerDidInvalidate:(id)arg1; 14 | 15 | @required 16 | -(void)xpcManagerConnectionInterrupted; 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /Sharing.framework/SFContinuityScanManagerObserver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFContinuityScanManagerObserver 11 | @required 12 | -(void)scanManager:(id)arg1 receivedAdvertisement:(id)arg2; 13 | -(void)scanManager:(id)arg1 foundDeviceWithDevice:(id)arg2; 14 | -(void)scanManager:(id)arg1 lostDeviceWithDevice:(id)arg2; 15 | -(void)scanManager:(id)arg1 pairedDevicesChanged:(id)arg2; 16 | 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /Sharing.framework/SFContinuityScannerClient.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFContinuityScannerClient 11 | @required 12 | -(void)lostDeviceWithDevice:(id)arg1; 13 | -(void)receivedAdvertisement:(id)arg1; 14 | -(void)foundDeviceWithDevice:(id)arg1; 15 | -(void)pairedDevicesChanged:(id)arg1; 16 | 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /Sharing.framework/SFEventMessage.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:04 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface SFEventMessage : SFMessage 12 | @end 13 | 14 | -------------------------------------------------------------------------------- /Sharing.framework/SFPersonCollectionViewCellDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFPersonCollectionViewCellDelegate 11 | @required 12 | -(void)personCollectionViewCellDidStartTransfer:(id)arg1; 13 | -(void)personCollectionViewCellDidTerminateTransfer:(id)arg1; 14 | -(void)personCollectionViewCellDidFinishTransfer:(id)arg1; 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /Sharing.framework/SFProximityEstimatorMaxOfMean.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:04 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface SFProximityEstimatorMaxOfMean : SFProximityEstimator { 12 | 13 | char* _channelNumberArray; 14 | char* _rssiArray; 15 | unsigned _rssiCount; 16 | unsigned _rssiIndex; 17 | unsigned _rssiMinCount; 18 | 19 | } 20 | -(id)initWithProximityInfo:(id)arg1 ; 21 | -(int)_estimateRSSIForSFBLEDevice:(id)arg1 ; 22 | -(void)dealloc; 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /Sharing.framework/SFRemoteHotspotClient.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFRemoteHotspotClient 11 | @required 12 | -(void)updatedFoundDeviceList:(id)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/SFRequestMessage.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:04 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface SFRequestMessage : SFMessage { 12 | 13 | /*^block*/id _responseHandler; 14 | 15 | } 16 | 17 | @property (nonatomic,copy) id responseHandler; //@synthesize responseHandler=_responseHandler - In the implementation block 18 | -(id)responseHandler; 19 | -(void)setResponseHandler:(id)arg1 ; 20 | -(void)invalidate; 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /Sharing.framework/SFResponseMessage.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:04 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @interface SFResponseMessage : SFMessage 12 | -(id)initWithRequestMessage:(id)arg1 ; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /Sharing.framework/SFTokenBucketWithDups.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | #import 11 | @class SFTokenBucket; 12 | 13 | @interface SFTokenBucketWithDups : NSObject { 14 | 15 | SFTokenBucket* _bucket; 16 | unsigned long long _maxDups; 17 | CFArrayRef _dups; 18 | 19 | } 20 | -(id)initWithBucket:(id)arg1 dupHistoryLength:(unsigned long long)arg2 ; 21 | -(BOOL)acquireTokenForIdentifier:(unsigned long long)arg1 ; 22 | -(id)init; 23 | -(void)dealloc; 24 | @end 25 | 26 | -------------------------------------------------------------------------------- /Sharing.framework/SFUnlockClientProtocol.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFUnlockClientProtocol 11 | @required 12 | -(void)keyDeviceLocked:(id)arg1; 13 | -(void)enabledDevice:(id)arg1; 14 | -(void)failedToEnableDevice:(id)arg1 error:(id)arg2; 15 | -(void)beganAttemptWithDevice:(id)arg1; 16 | -(void)completedUnlockWithDevice:(id)arg1; 17 | -(void)failedUnlockWithError:(id)arg1; 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Sharing.framework/SFViewServiceManager.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @interface SFViewServiceManager : NSObject 11 | +(void)presentAirDropViewControllerWithItems:(id)arg1 ; 12 | @end 13 | 14 | -------------------------------------------------------------------------------- /Sharing.framework/SFWirelessSettingsControllerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFWirelessSettingsControllerDelegate 11 | @required 12 | -(void)wirelessSettingsDidChange:(id)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /Sharing.framework/UIActionSheetDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:02 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol UIActionSheetDelegate 11 | @optional 12 | -(void)actionSheet:(id)arg1 willDismissWithButtonIndex:(long long)arg2; 13 | -(void)actionSheet:(id)arg1 didDismissWithButtonIndex:(long long)arg2; 14 | -(void)actionSheet:(id)arg1 clickedButtonAtIndex:(long long)arg2; 15 | -(void)willPresentActionSheet:(id)arg1; 16 | -(void)didPresentActionSheet:(id)arg1; 17 | -(void)actionSheetCancel:(id)arg1; 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Sharing.framework/WPPairingDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Saturday, August 24, 2019 at 9:47:03 PM Mountain Standard Time 4 | * Operating System: Version 12.4 (Build 16M568) 5 | * Image Source: /System/Library/PrivateFrameworks/Sharing.framework/Sharing 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol WPPairingDelegate 11 | @optional 12 | -(void)pairingStartedScanning:(id)arg1; 13 | -(void)pairingStoppedScanning:(id)arg1; 14 | -(void)pairing:(id)arg1 failedToStartScanningWithError:(id)arg2; 15 | -(void)pairing:(id)arg1 foundDevice:(id)arg2 payload:(id)arg3 rssi:(id)arg4 peerInfo:(id)arg5; 16 | -(BOOL)pairing:(id)arg1 foundDevice:(id)arg2 payload:(id)arg3 rssi:(id)arg4; 17 | 18 | @required 19 | -(void)pairingDidUpdateState:(id)arg1; 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /TVServices.framework/Headers/TVServices.h: -------------------------------------------------------------------------------- 1 | // 2 | // TVServices.h 3 | // TVServices 4 | // 5 | // Copyright (c) 2014-2015 Apple. All rights reserved. 6 | // 7 | 8 | 9 | #import 10 | 11 | #import 12 | #import 13 | #import 14 | 15 | -------------------------------------------------------------------------------- /TVServices.framework/Headers/TVServicesDefines.h: -------------------------------------------------------------------------------- 1 | // 2 | // TVServicesDefines.h 3 | // TVServices 4 | // 5 | // Copyright (c) 2015 Apple, Inc. All rights reserved. 6 | // 7 | 8 | #if !defined(TV_EXTERN) 9 | #ifdef __cplusplus 10 | #define TV_EXTERN extern "C" __attribute__((visibility ("default"))) 11 | #else 12 | #define TV_EXTERN extern __attribute__((visibility ("default"))) 13 | #endif 14 | #endif 15 | 16 | -------------------------------------------------------------------------------- /TVServices.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module TVServices { 2 | umbrella header "TVServices.h" 3 | 4 | export * 5 | module * { 6 | export * 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /breezy/breezy_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/breezy/breezy_01.png -------------------------------------------------------------------------------- /breezy/breezy_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/breezy/breezy_02.png -------------------------------------------------------------------------------- /breezy/breezy_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/breezy/breezy_03.png -------------------------------------------------------------------------------- /breezy/breezy_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/breezy/breezy_bg.jpg -------------------------------------------------------------------------------- /breezy/breezy_bg.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/breezy/breezy_bg.psd -------------------------------------------------------------------------------- /breezy/icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/breezy/icon.jpg -------------------------------------------------------------------------------- /breezy/icon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/breezy/icon.psd -------------------------------------------------------------------------------- /breezyd/make.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | SDK_PATH="`xcrun --sdk appletvos --show-sdk-path`" 4 | 5 | xcrun -sdk appletvos clang -v -arch arm64 -isysroot $SDK_PATH -Iinclude -F. -F.. -framework Foundation -framework TVServices -framework Sharing -mappletvos-version-min=9.0 -o breezyd breezyd.m 6 | 7 | ldid2 -Sent.plist breezyd 8 | cp breezyd ../layout/usr/bin/ 9 | 10 | -------------------------------------------------------------------------------- /bundle/BreezySettings.h: -------------------------------------------------------------------------------- 1 | //#import 2 | // 3 | //@interface DDBRootListController : PSListController 4 | // 5 | //@end 6 | //#import "prefs.h" 7 | #import 8 | #import 9 | #import 10 | #import 11 | #import 12 | 13 | @interface TVSettingsPreferenceFacade: NSObject 14 | - (id)initWithDomain:(NSString *)domain notifyChanges:(BOOL)notify; 15 | @end 16 | 17 | @interface NSDistributedNotificationCenter : NSNotificationCenter 18 | + (id)defaultCenter; 19 | - (void)addObserver:(id)arg1 selector:(SEL)arg2 name:(id)arg3 object:(id)arg4; 20 | - (void)postNotificationName:(id)arg1 object:(id)arg2 userInfo:(id)arg3; 21 | @end 22 | 23 | @interface BreezySettings: TSKViewController 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /bundle/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | BreezySettings 9 | CFBundleIdentifier 10 | com.nito.breezySettings 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleShortVersionString 16 | 1.0.0 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 1.0 21 | NSPrincipalClass 22 | BreezySettings 23 | 24 | 25 | -------------------------------------------------------------------------------- /bundle/Resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/bundle/Resources/icon.png -------------------------------------------------------------------------------- /bundle/TVSettingsKit/SFPasswordSharingServiceDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:55 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol SFPasswordSharingServiceDelegate 11 | @required 12 | -(void)service:(id)arg1 receivedNetworkInfo:(id)arg2; 13 | -(BOOL)service:(id)arg1 shouldPromptForNetwork:(id)arg2; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKAppIconPreviewViewController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "TSKPreviewViewController.h" 10 | 11 | @class NSString; 12 | 13 | @interface TSKAppIconPreviewViewController : TSKPreviewViewController { 14 | 15 | NSString* _applicationBundleID; 16 | 17 | } 18 | -(void)dealloc; 19 | -(void)viewDidLoad; 20 | -(void)_willEnterForeground:(id)arg1 ; 21 | -(id)initWithApplicationBundleIdentifier:(id)arg1 ; 22 | -(void)_updatePreviewImage; 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKCellUpdating.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol TSKCellUpdating 11 | @required 12 | -(void)settingItem:(id)arg1 didUpdateMetadataWithGroup:(id)arg2; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKCollectionComparator.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @interface TSKCollectionComparator : NSObject 11 | -(id)_changeForRemovingObjectsFromCollection:(id)arg1 missingFromCollection:(id)arg2 ; 12 | -(id)_changeForInsertingObjectsIntoCollection:(id)arg1 availableInCollection:(id)arg2 ; 13 | -(id)changesFromObjects:(id)arg1 toObjects:(id)arg2 withIdentifierBlock:(/*^block*/id)arg3 ; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKPreviewing.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "TSKPreviewingDelegate.h" 10 | 11 | 12 | @protocol TSKPreviewing 13 | @property (weak,nonatomic) id previewingDelegate; 14 | @required 15 | //-(id)previewingDelegate; 16 | -(id)defaultIndexPathForPreview; 17 | -(id)previewForItemAtIndexPath:(id)arg1; 18 | -(id)sourceViewForSlideTransition; 19 | -(BOOL)hasFullscreenPreview; 20 | //-(void)setPreviewingDelegate:(id)arg1; 21 | 22 | @end 23 | 24 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKPreviewingDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol TSKPreviewingDelegate 11 | @required 12 | -(void)previewing:(id)arg1 needsUpdateForItemAtIndexPath:(id)arg2; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKSettingGroupDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol TSKSettingGroupDelegate 11 | @required 12 | -(void)settingGroup:(id)arg1 didInsertItems:(id)arg2; 13 | -(void)settingGroup:(id)arg1 willRemoveItems:(id)arg2; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKSettingItemEditingController.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:55 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | @class TSKSettingItem; 10 | 11 | 12 | @protocol TSKSettingItemEditingController 13 | @property (nonatomic,retain) TSKSettingItem * editingItem; 14 | @property (weak,nonatomic) id editingDelegate; 15 | @required 16 | -(void)setEditingDelegate:(id)arg1; 17 | -(id)editingDelegate; 18 | -(TSKSettingItem *)editingItem; 19 | -(void)setEditingItem:(id)arg1; 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKSettingItemEditingControllerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol TSKSettingItemEditingControllerDelegate 11 | @required 12 | -(void)editingController:(id)arg1 didProvideValue:(id)arg2 forSettingItem:(id)arg3; 13 | -(void)editingController:(id)arg1 didCancelForSettingItem:(id)arg2; 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKSettingItemUtilities.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @interface TSKSettingItemUtilities : NSObject 11 | +(id)localizedAvailableValuesForSettingItem:(id)arg1 ; 12 | +(id)localizedDescriptionForItemInViewController:(id)arg1 atIndexPath:(id)arg2 ; 13 | +(id)nextValueForSettingItem:(id)arg1 ; 14 | +(id)localizedValueForSettingItem:(id)arg1 value:(id)arg2 ; 15 | +(id)_formattedArray:(id)arg1 withFormatter:(id)arg2 ; 16 | +(id)localizedValueForSettingItem:(id)arg1 ; 17 | +(id)localizedDetailedAvailableValuesForSettingItem:(id)arg1 ; 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKShadowView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | #import 11 | 12 | @interface TSKShadowView : UIView 13 | +(id)shadowViewWithImage:(id)arg1 expansion:(CGSize)arg2 ; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKTableViewDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol TSKTableViewDelegate 11 | @optional 12 | -(void)tableView:(id)arg1 didReceiveLongPressForItemAtIndexPath:(id)arg2; 13 | -(BOOL)tableView:(id)arg1 shouldHandleLongPressForItemAtIndexPath:(id)arg2; 14 | -(void)tableView:(id)arg1 didReceivePhysicalPlayForItemAtIndexPath:(id)arg2; 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TSKTableViewSubtitleTextCell.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import "TSKTableViewTextCell.h" 10 | 11 | @interface TSKTableViewSubtitleTextCell : TSKTableViewTextCell 12 | +(long long)preferredCellStyle; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TVSUITextEntryControllerDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:55 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol TVSUITextEntryControllerDelegate 11 | @optional 12 | -(void)textEntryControllerDidFinish:(id)arg1; 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/TVSettingKit-Structs.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:55 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | //typedef struct CGContext* CGContextRef; 10 | // 11 | //typedef struct UIEdgeInsets { 12 | // double top; 13 | // double left; 14 | // double bottom; 15 | // double right; 16 | //} UIEdgeInsets; 17 | // 18 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/UIViewControllerAnimatedTransitioning.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol UIViewControllerAnimatedTransitioning 11 | @optional 12 | -(id)interruptibleAnimatorForTransition:(id)arg1; 13 | -(void)animationEnded:(BOOL)arg1; 14 | 15 | @required 16 | -(double)transitionDuration:(id)arg1; 17 | -(void)animateTransition:(id)arg1; 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/_TSKAnimatorDelegate.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:54 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | 10 | @protocol _TSKAnimatorDelegate 11 | @required 12 | -(void)animatorDidCompleteTransition:(id)arg1 fromViewController:(id)arg2 toViewController:(id)arg3; 13 | -(id)animator:(id)arg1 previewViewControllerForViewController:(id)arg2; 14 | -(void)animator:(id)arg1 transitionToPreview:(id)arg2 animated:(BOOL)arg3; 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /bundle/TVSettingsKit/_TSKContentContainerView.h: -------------------------------------------------------------------------------- 1 | /* 2 | * This header is generated by classdump-dyld 1.0 3 | * on Sunday, July 22, 2018 at 11:13:55 PM Mountain Standard Time 4 | * Operating System: Version 11.3 (Build 15L211) 5 | * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit 6 | * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. 7 | */ 8 | 9 | #import 10 | 11 | @class UIView; 12 | 13 | @interface _TSKContentContainerView : UIView { 14 | 15 | UIView* _contentView; 16 | 17 | } 18 | 19 | @property (nonatomic,retain) UIView * contentView; //@synthesize contentView=_contentView - In the implementation block 20 | -(void)layoutSubviews; 21 | -(UIView *)contentView; 22 | -(void)setContentView:(UIView *)arg1 ; 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /bundle/entry.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | entry 6 | 7 | bundle 8 | BreezySettings 9 | cell 10 | PSLinkCell 11 | detail 12 | BreezySettings 13 | icon 14 | icon.png 15 | isController 16 | 17 | label 18 | Breezy 19 | description 20 | Enable AirDrop on your AppleTV 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /bundle/layout/DEBIAN/control: -------------------------------------------------------------------------------- 1 | Package: com.nito.breezy 2 | Name: Breezy 3 | Pre-Depends: cy+model.appletv 4 | Depends: mobilesubstrate, preferenceloader, com.nito.bulletinh4x 5 | Version: 1.2 6 | Architecture: appletvos-arm64 7 | Description: Enable AirDrop support on tvOS 8 | Maintainer: Kevin Bradley 9 | Author: Kevin Bradley 10 | Section: Library 11 | -------------------------------------------------------------------------------- /bundle/layout/Library/LaunchDaemons/com.nito.breezy.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Label 6 | com.nito.breezyd 7 | ProgramArguments 8 | 9 | /usr/bin/breezyd 10 | 11 | RunAtLoad 12 | 13 | Nice 14 | 1 15 | UserName 16 | mobile 17 | KeepAlive 18 | 19 | StandardErrorPath 20 | /var/mobile/Library/Logs/breezyd-error.log 21 | StandardOutPath 22 | /var/mobile/Library/Logs/breezyd.log 23 | 24 | 25 | -------------------------------------------------------------------------------- /include/xpc: -------------------------------------------------------------------------------- 1 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xpc -------------------------------------------------------------------------------- /layout/DEBIAN/control: -------------------------------------------------------------------------------- 1 | Package: com.nito.breezy 2 | Name: Breezy 3 | Pre-Depends: cy+model.appletv 4 | Depends: mobilesubstrate, preferenceloader (>=1.2-3) 5 | Version: 2.7 6 | Architecture: appletvos-arm64 7 | Description: Enable AirDrop server in your tvOS Applications 8 | Maintainer: Kevin Bradley 9 | Author: Kevin Bradley & Ethan Arbuckle 10 | Section: Tweak 11 | Depiction: https://nitosoft.com/ATV4/breezy/breezy.json 12 | -------------------------------------------------------------------------------- /layout/DEBIAN/postinst: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | chown root:wheel /Library/LaunchDaemons/com.nito.breezy.plist 4 | chown root:wheel /usr/bin/breezyd 5 | launchctl unload /Library/LaunchDaemons/com.nito.breezy.plist 6 | launchctl load /Library/LaunchDaemons/com.nito.breezy.plist 7 | launchctl unload /System/Library/LaunchDaemons/com.apple.sharingd.plist 8 | launchctl load /System/Library/LaunchDaemons/com.apple.sharingd.plist 9 | echo 'finish:restart' 10 | -------------------------------------------------------------------------------- /layout/Library/PreferenceLoader/Preferences/BreezySettings.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | entry 6 | 7 | bundle 8 | BreezySettings 9 | cell 10 | PSLinkCell 11 | detail 12 | BreezySettings 13 | icon 14 | icon.png 15 | isController 16 | 17 | label 18 | Breezy 19 | description 20 | Enable AirDrop on your AppleTV 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /layout/usr/bin/breezyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lechium/Breezy/e5c6755b5021b080493ddbc3cc2d76f43a37381a/layout/usr/bin/breezyd -------------------------------------------------------------------------------- /provscience/Makefile: -------------------------------------------------------------------------------- 1 | #INSTALL_TARGET_PROCESSES = Provenance 2 | ARCHS = arm64 3 | target ?= appletv:clang:14.3:10.0 4 | export GO_EASY_ON_ME=1 5 | export DEBUG=0 6 | THEOS_DEVICE_IP=guest-room.local 7 | 8 | include $(THEOS)/makefiles/common.mk 9 | 10 | TWEAK_NAME = provscience 11 | 12 | provscience_FILES = Tweak.x 13 | provscience_CFLAGS = -fobjc-arc 14 | 15 | include $(THEOS_MAKE_PATH)/tweak.mk 16 | -------------------------------------------------------------------------------- /provscience/provscience.plist: -------------------------------------------------------------------------------- 1 | { Filter = { Bundles = ( "com.provenance-emu.provenance" ); }; } 2 | -------------------------------------------------------------------------------- /sharingd/CNContactStore-sharingd.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface CNContactStore (sharingd) 10 | - (_Bool)clearWithChangeAnchor:(id)arg1 error:(id *)arg2; // IMP=0x0000000100205734 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /sharingd/CNKeyDescriptor-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSCopying-Protocol.h" 8 | #import "NSObject-Protocol.h" 9 | #import "NSSecureCoding-Protocol.h" 10 | 11 | @protocol CNKeyDescriptor 12 | @end 13 | 14 | -------------------------------------------------------------------------------- /sharingd/NSCoding-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @class NSCoder; 8 | 9 | @protocol NSCoding 10 | - (id)initWithCoder:(NSCoder *)arg1; 11 | - (void)encodeWithCoder:(NSCoder *)arg1; 12 | @end 13 | 14 | -------------------------------------------------------------------------------- /sharingd/NSCopying-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @protocol NSCopying 8 | - (id)copyWithZone:(void *)arg1; 9 | @end 10 | 11 | -------------------------------------------------------------------------------- /sharingd/NSObject-Sharing_Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface NSObject (Sharing_Additions) 10 | - (void)removeObserver:(id)arg1 forKeyPaths:(id)arg2 context:(void *)arg3; // IMP=0x00000001000945b0 11 | - (void)addObserver:(id)arg1 forKeyPaths:(id)arg2 options:(unsigned long long)arg3 context:(void *)arg4; // IMP=0x0000000100094460 12 | @end 13 | 14 | -------------------------------------------------------------------------------- /sharingd/NSSecureCoding-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSCoding-Protocol.h" 8 | 9 | @protocol NSSecureCoding 10 | + (_Bool)supportsSecureCoding; 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /sharingd/NSStreamDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSStream; 10 | 11 | @protocol NSStreamDelegate 12 | 13 | @optional 14 | - (void)stream:(NSStream *)arg1 handleEvent:(unsigned long long)arg2; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/NSURLSessionDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSError, NSURLAuthenticationChallenge, NSURLSession; 10 | 11 | @protocol NSURLSessionDelegate 12 | 13 | @optional 14 | - (void)URLSessionDidFinishEventsForBackgroundURLSession:(NSURLSession *)arg1; 15 | - (void)URLSession:(NSURLSession *)arg1 didReceiveChallenge:(NSURLAuthenticationChallenge *)arg2 completionHandler:(void (^)(long long, NSURLCredential *))arg3; 16 | - (void)URLSession:(NSURLSession *)arg1 didBecomeInvalidWithError:(NSError *)arg2; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /sharingd/NSXPCConnection-Sharing_Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @class NSString; 10 | 11 | @interface NSXPCConnection (Sharing_Additions) 12 | - (_Bool)sd_connectionHasEntitlement:(id)arg1; // IMP=0x00000001000943f0 13 | @property(readonly, copy) NSString *sd_connectionBundleID; 14 | @property(readonly, copy) NSString *sd_description; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/NSXPCConnection-Unlock_Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface NSXPCConnection (Unlock_Additions) 10 | - (_Bool)_connectionHasEntitlement:(id)arg1; // IMP=0x000000010000bbd0 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /sharingd/NSXPCConnectionDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSInvocation, NSXPCCoder, NSXPCConnection; 10 | @protocol NSSecureCoding; 11 | 12 | @protocol NSXPCConnectionDelegate 13 | 14 | @optional 15 | - (void)connection:(NSXPCConnection *)arg1 handleInvocation:(NSInvocation *)arg2 isReply:(_Bool)arg3; 16 | - (id )replacementObjectForXPCConnection:(NSXPCConnection *)arg1 encoder:(NSXPCCoder *)arg2 object:(id)arg3; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /sharingd/NSXPCListenerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSXPCConnection, NSXPCListener; 10 | 11 | @protocol NSXPCListenerDelegate 12 | 13 | @optional 14 | - (_Bool)listener:(NSXPCListener *)arg1 shouldAcceptNewConnection:(NSXPCConnection *)arg2; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/PBSBulletinServiceDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class PBSBulletin; 10 | @protocol PBSBulletinServiceInterface; 11 | 12 | @protocol PBSBulletinServiceDelegate 13 | - (void)bulletinService:(id )arg1 didDismissBulletin:(PBSBulletin *)arg2 withReason:(unsigned long long)arg3; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /sharingd/SBSRemoteAlertHandleObserver-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSError, SBSRemoteAlertHandle; 10 | 11 | @protocol SBSRemoteAlertHandleObserver 12 | 13 | @optional 14 | - (void)remoteAlertHandle:(SBSRemoteAlertHandle *)arg1 didInvalidateWithError:(NSError *)arg2; 15 | - (void)remoteAlertHandleDidDeactivate:(SBSRemoteAlertHandle *)arg1; 16 | - (void)remoteAlertHandleDidActivate:(SBSRemoteAlertHandle *)arg1; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /sharingd/SDActivityDecryptionKey.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDActivityKey.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDActivityDecryptionKey : SDActivityKey 11 | { 12 | } 13 | 14 | - (_Bool)getResultWhileDecryptingBytesInPlace:(unsigned char [10])arg1 andCounter:(unsigned char [2])arg2 withTag:(unsigned char)arg3 version:(unsigned char)arg4; // IMP=0x0000000100152234 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/SDActivityEncryptionKey.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDActivityKey.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDActivityEncryptionKey : SDActivityKey 11 | { 12 | } 13 | 14 | + (id)newEncryptionKey; // IMP=0x0000000100151efc 15 | - (unsigned char)getTagWhileEncryptingBytesInPlace:(unsigned char [10])arg1 counterValue:(unsigned char [2])arg2 forAdvertisementWithVersion:(unsigned char)arg3; // IMP=0x000000010015211c 16 | - (void)prepareForNewEncryptionRequest; // IMP=0x00000001001520b8 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /sharingd/SDAirDropAlertManagerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString, NSURL; 10 | 11 | @protocol SDAirDropAlertManagerDelegate 12 | - (void)alertManager:(id)arg1 cancelingTransferWithRecordID:(NSString *)arg2 withFailureReason:(unsigned long long)arg3; 13 | - (void)alertManager:(id)arg1 acceptingTransferWithRecordID:(NSString *)arg2 withDestinationURL:(NSURL *)arg3 shouldExtractImagesFromLivePhotosForRecordID:(_Bool)arg4; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /sharingd/SDAirDropClassroomTransferManagerProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDXPCDaemonProtocol-Protocol.h" 8 | 9 | @class NSDictionary, NSString; 10 | 11 | @protocol SDAirDropClassroomTransferManagerProtocol 12 | - (void)updateTransferWithIdentifier:(NSString *)arg1 withState:(long long)arg2 information:(NSDictionary *)arg3 completionHandler:(void (^)(_Bool, NSURL *, NSError *))arg4; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAirDropClientDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, NSProgress, SDAirDropClient; 10 | 11 | @protocol SDAirDropClientDelegate 12 | - (void)airDropClient:(SDAirDropClient *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | 14 | @optional 15 | - (void)handleConversionProgress:(NSProgress *)arg1; 16 | - (void)startProgress; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /sharingd/SDAirDropConnectionDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropConnection; 10 | 11 | @protocol SDAirDropConnectionDelegate 12 | - (void)airDropConnection:(SDAirDropConnection *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAirDropControllerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropController; 10 | 11 | @protocol SDAirDropControllerDelegate 12 | - (void)airDropController:(SDAirDropController *)arg1 didChange:(NSDictionary *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAirDropFileZipperDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDAirDropFileZipper; 10 | 11 | @protocol SDAirDropFileZipperDelegate 12 | - (void)fileZipper:(SDAirDropFileZipper *)arg1 event:(long long)arg2 withProperty:(void *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerAppStoreLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerAppStoreLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010000b89c 15 | - (long long)transferTypes; // IMP=0x000000010000b864 16 | - (id)singleItemActionTitle; // IMP=0x000000010000b858 17 | - (_Bool)canHandleTransfer; // IMP=0x000000010000b838 18 | - (id)candidateIdentifiers; // IMP=0x000000010000b758 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010000b6f0 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerCalendarEvents.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerCalendarEvents : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x00000001000571a4 15 | - (id)suitableContentsDescription; // IMP=0x0000000100056ff8 16 | - (long long)transferTypes; // IMP=0x0000000100056fc0 17 | - (_Bool)canHandleTransfer; // IMP=0x0000000100056fa0 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100056f38 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerContacts.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerContacts : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010001f360 15 | - (long long)transferTypes; // IMP=0x000000010001f328 16 | - (_Bool)canHandleTransfer; // IMP=0x000000010001f308 17 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010001f1d8 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerCredentialLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | @class SFSharablePassword; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface SDAirDropHandlerCredentialLinks : SDAirDropHandler 13 | { 14 | SFSharablePassword *_credential; // 8 = 0x8 15 | } 16 | 17 | - (void).cxx_destruct; // IMP=0x000000010003bedc 18 | - (void)updatePossibleActions; // IMP=0x000000010003bca4 19 | - (long long)transferTypes; // IMP=0x000000010003bc6c 20 | - (id)suitableContentsDescription; // IMP=0x000000010003bac0 21 | - (void)handleAction; // IMP=0x000000010003ba04 22 | - (_Bool)canHandleTransfer; // IMP=0x000000010003b8cc 23 | 24 | @end 25 | 26 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerFailed.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | @class NSString; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface SDAirDropHandlerFailed : SDAirDropHandler 13 | { 14 | } 15 | 16 | - (id)suitableContentsDescription; // IMP=0x000000010008fd48 17 | - (id)suitableContentsTitle; // IMP=0x000000010008fd3c 18 | @property(readonly, nonatomic) NSString *errorDetailedString; 19 | @property(readonly, nonatomic) NSString *errorString; 20 | - (_Bool)canHandleTransfer; // IMP=0x000000010008fb74 21 | - (void)activate; // IMP=0x000000010008fa98 22 | 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerFailedMixedTypes.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerFailed.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerFailedMixedTypes : SDAirDropHandlerFailed 11 | { 12 | } 13 | 14 | - (id)errorDetailedString; // IMP=0x0000000100135e2c 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerFindMyFriendsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerFindMyFriendsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x000000010000fffc 15 | - (id)suitableContentsDescription; // IMP=0x000000010000fe64 16 | - (id)suitableContentsTitle; // IMP=0x000000010000fe58 17 | - (long long)transferTypes; // IMP=0x000000010000fe20 18 | - (_Bool)canHandleTransfer; // IMP=0x000000010000fe00 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010000fdc8 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerGenericLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | @class LSAppLink; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface SDAirDropHandlerGenericLinks : SDAirDropHandler 13 | { 14 | LSAppLink *_appLink; // 8 = 0x8 15 | } 16 | 17 | @property(retain, nonatomic) LSAppLink *appLink; // @synthesize appLink=_appLink; 18 | - (void).cxx_destruct; // IMP=0x00000001001584e4 19 | - (void)updatePossibleActions; // IMP=0x0000000100158248 20 | - (id)suitableContentsDescription; // IMP=0x0000000100157fd4 21 | - (long long)transferTypes; // IMP=0x0000000100157f9c 22 | - (_Bool)canHandleTransfer; // IMP=0x0000000100157f7c 23 | 24 | @end 25 | 26 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerMapsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerMapsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x00000001000064c8 15 | - (long long)transferTypes; // IMP=0x0000000100006490 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100006470 17 | - (id)candidateIdentifiers; // IMP=0x00000001000063b4 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100006378 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerMixedTypes.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerMixedTypes : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)openLinks; // IMP=0x000000010017dcc0 15 | - (void)updatePossibleActions; // IMP=0x000000010017da3c 16 | - (id)suitableContentsDescription; // IMP=0x000000010017d890 17 | - (long long)transferTypes; // IMP=0x000000010017d854 18 | - (_Bool)canHandleTransfer; // IMP=0x000000010017d84c 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010017d818 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerNewsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerNewsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x0000000100016ad8 15 | - (long long)transferTypes; // IMP=0x0000000100016aa0 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100016a80 17 | - (id)candidateIdentifiers; // IMP=0x00000001000169c4 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100016960 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerNotes.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerNotes : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (id)createDestination; // IMP=0x0000000100010378 15 | - (void)updatePossibleActions; // IMP=0x0000000100010344 16 | - (id)suitableContentsDescription; // IMP=0x0000000100010198 17 | - (long long)transferTypes; // IMP=0x0000000100010160 18 | - (_Bool)canHandleTransfer; // IMP=0x0000000100010140 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100010030 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerPDFs.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerPDFs : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010013ef18 15 | - (long long)transferTypes; // IMP=0x000000010013eee0 16 | - (_Bool)canHandleTransfer; // IMP=0x000000010013ecf8 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerPhoneLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerPhoneLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010003a7b0 15 | - (long long)transferTypes; // IMP=0x000000010003a778 16 | - (id)singleItemActionTitle; // IMP=0x000000010003a76c 17 | - (_Bool)canHandleTransfer; // IMP=0x000000010003a74c 18 | - (id)candidateIdentifiers; // IMP=0x000000010003a690 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010003a628 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerPlaygroundItems.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerPlaygroundItems : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x00000001000f01e0 15 | - (long long)transferTypes; // IMP=0x00000001000f01a8 16 | - (_Bool)canHandleTransfer; // IMP=0x00000001000f0188 17 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000f0154 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerPodcastsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerPodcastsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010011f5f4 15 | - (long long)transferTypes; // IMP=0x000000010011f5bc 16 | - (_Bool)canHandleTransfer; // IMP=0x000000010011f59c 17 | - (id)candidateIdentifiers; // IMP=0x000000010011f4e0 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010011f47c 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerProfiles.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerProfiles : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x000000010015d810 15 | - (id)suitableContentsDescription; // IMP=0x000000010015d664 16 | - (long long)transferTypes; // IMP=0x000000010015d62c 17 | - (_Bool)canHandleTransfer; // IMP=0x000000010015d60c 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010015d58c 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerSharediCloudDocumentsLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerSharediCloudDocumentsLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x00000001000b4e8c 15 | - (long long)transferTypes; // IMP=0x00000001000b4e54 16 | - (_Bool)canHandleTransfer; // IMP=0x00000001000b4e34 17 | - (id)candidateIdentifiers; // IMP=0x00000001000b4d78 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000b4d3c 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerVoiceMails.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerVoiceMemos.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerVoiceMails : SDAirDropHandlerVoiceMemos 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x0000000100061654 15 | - (long long)transferTypes; // IMP=0x000000010006161c 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100061570 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerVoiceMemos.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerVoiceMemos : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x00000001000315d0 15 | - (id)suitableContentsDescription; // IMP=0x0000000100031424 16 | - (long long)transferTypes; // IMP=0x00000001000313ec 17 | - (_Bool)canHandleTransfer; // IMP=0x0000000100031340 18 | @property(readonly, nonatomic) _Bool canHandleTransferRegardlessOfBundleID; 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000310d8 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerWalletItems.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerWalletItems : SDAirDropHandler 11 | { 12 | } 13 | 14 | - (void)updatePossibleActions; // IMP=0x00000001000859b4 15 | - (id)suitableContentsDescription; // IMP=0x0000000100085788 16 | - (long long)transferTypes; // IMP=0x0000000100085750 17 | - (_Bool)canHandleTransfer; // IMP=0x0000000100085730 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000856b0 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandlerWebLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandlerWebLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010014236c 15 | - (long long)transferTypes; // IMP=0x0000000100142334 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100142314 17 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001001422ac 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandleriBooksItems.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericFiles.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriBooksItems : SDAirDropHandlerGenericFiles 11 | { 12 | } 13 | 14 | - (long long)transferTypes; // IMP=0x0000000100091a28 15 | - (_Bool)canHandleTransfer; // IMP=0x0000000100091984 16 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100091870 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandleriBooksLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriBooksLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x0000000100056da0 15 | - (long long)transferTypes; // IMP=0x0000000100056d68 16 | - (id)singleItemActionTitle; // IMP=0x0000000100056d5c 17 | - (_Bool)canHandleTransfer; // IMP=0x0000000100056d3c 18 | - (id)candidateIdentifiers; // IMP=0x0000000100056c80 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x0000000100056c18 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandleriLifeLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriLifeLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x000000010011f280 15 | - (long long)transferTypes; // IMP=0x000000010011f248 16 | - (_Bool)canHandleTransfer; // IMP=0x000000010011f228 17 | 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandleriTunesStoreLinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriTunesStoreLinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x00000001000be460 15 | - (long long)transferTypes; // IMP=0x00000001000be428 16 | - (id)singleItemActionTitle; // IMP=0x00000001000be41c 17 | - (_Bool)canHandleTransfer; // IMP=0x00000001000be3fc 18 | - (id)candidateIdentifiers; // IMP=0x00000001000be31c 19 | - (id)initWithTransfer:(id)arg1; // IMP=0x00000001000be29c 20 | 21 | @end 22 | 23 | -------------------------------------------------------------------------------- /sharingd/SDAirDropHandleriTunesULinks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandlerGenericLinks.h" 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAirDropHandleriTunesULinks : SDAirDropHandlerGenericLinks 11 | { 12 | } 13 | 14 | - (id)suitableContentsDescription; // IMP=0x0000000100060b18 15 | - (long long)transferTypes; // IMP=0x0000000100060ae0 16 | - (_Bool)canHandleTransfer; // IMP=0x0000000100060ac0 17 | - (id)candidateIdentifiers; // IMP=0x0000000100060a04 18 | - (id)initWithTransfer:(id)arg1; // IMP=0x000000010006099c 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/SDAirDropIconCacherDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSError, SDAirDropIconCacher; 10 | 11 | @protocol SDAirDropIconCacherDelegate 12 | - (void)iconCacher:(SDAirDropIconCacher *)arg1 didFetchDataWithError:(NSError *)arg2; 13 | - (void)iconCacher:(SDAirDropIconCacher *)arg1 didStoreDataWithError:(NSError *)arg2; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /sharingd/SDAirDropInformationDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropInformation; 10 | 11 | @protocol SDAirDropInformationDelegate 12 | - (void)airDropInformation:(SDAirDropInformation *)arg1 didChange:(NSDictionary *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAirDropPublisherDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropPublisher; 10 | 11 | @protocol SDAirDropPublisherDelegate 12 | - (void)bonjourPublisher:(SDAirDropPublisher *)arg1 propertiesDidChange:(NSDictionary *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAirDropServerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropServer; 10 | 11 | @protocol SDAirDropServerDelegate 12 | - (void)airDropServer:(SDAirDropServer *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAirDropSessionDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDAirDropSession; 10 | 11 | @protocol SDAirDropSessionDelegate 12 | - (void)airDropSession:(SDAirDropSession *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAirDropTransferManagerProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDXPCDaemonProtocol-Protocol.h" 8 | 9 | @class SFAirDropAction, SFAirDropTransfer; 10 | 11 | @protocol SDAirDropTransferManagerProtocol 12 | - (void)transfer:(SFAirDropTransfer *)arg1 actionTriggeredForAction:(SFAirDropAction *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDAppleIDMutableURLRequest.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDAppleIDMutableURLRequest : NSMutableURLRequest 11 | { 12 | } 13 | 14 | - (id)initWithURL:(id)arg1 gsToken:(id)arg2; // IMP=0x00000001000df9a4 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/SDAppleIDURLResponse.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @class NSDictionary; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface SDAppleIDURLResponse : NSObject 13 | { 14 | NSDictionary *_responseInfo; // 8 = 0x8 15 | long long _statusCode; // 16 = 0x10 16 | } 17 | 18 | @property(readonly, nonatomic) long long statusCode; // @synthesize statusCode=_statusCode; 19 | @property(readonly, nonatomic) NSDictionary *responseInfo; // @synthesize responseInfo=_responseInfo; 20 | - (void).cxx_destruct; // IMP=0x00000001001bc450 21 | - (id)initWithHTTPUTLResponse:(id)arg1 data:(id)arg2; // IMP=0x00000001001bc1dc 22 | 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /sharingd/SDAppleIDVerifiedIdentity.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @class NSString; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface SDAppleIDVerifiedIdentity : NSObject 13 | { 14 | NSString *_accountIdentifier; // 8 = 0x8 15 | NSString *_emailOrPhone; // 16 = 0x10 16 | } 17 | 18 | @property(readonly, nonatomic) NSString *emailOrPhone; // @synthesize emailOrPhone=_emailOrPhone; 19 | @property(readonly, nonatomic) NSString *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier; 20 | - (void).cxx_destruct; // IMP=0x000000010017df40 21 | - (id)initWithAccountIdentifier:(id)arg1 emailOrPhone:(id)arg2; // IMP=0x000000010017de6c 22 | 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /sharingd/SDAutoUnlockNotificationsObserver-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @protocol SDAutoUnlockNotificationsObserver 10 | 11 | @optional 12 | - (void)setupRetryNotificationTimedOut; 13 | - (void)setupRetryNotificationDismissed; 14 | - (void)setupRetryNotificationSetUpSelected; 15 | - (void)suggestionNotificationTimedOut; 16 | - (void)suggestionNotificationDismissed; 17 | - (void)suggestionNotificationSetUpSelected; 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /sharingd/SDAutoUnlockRangingPeer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @class NSData, _CLRangingPeer; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface SDAutoUnlockRangingPeer : NSObject 13 | { 14 | _CLRangingPeer *_clRangingPeer; // 8 = 0x8 15 | NSData *_macAddressData; // 16 = 0x10 16 | } 17 | 18 | @property(retain, nonatomic) NSData *macAddressData; // @synthesize macAddressData=_macAddressData; 19 | @property(retain, nonatomic) _CLRangingPeer *clRangingPeer; // @synthesize clRangingPeer=_clRangingPeer; 20 | - (void).cxx_destruct; // IMP=0x00000001000873c0 21 | 22 | @end 23 | 24 | -------------------------------------------------------------------------------- /sharingd/SDAutoUnlockSessionDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSError, SDAutoUnlockPairingSession; 10 | 11 | @protocol SDAutoUnlockSessionDelegate 12 | 13 | @optional 14 | - (void)sessionDidSendInitialData:(SDAutoUnlockPairingSession *)arg1; 15 | - (void)sessionDidStartConnection:(SDAutoUnlockPairingSession *)arg1; 16 | - (void)session:(SDAutoUnlockPairingSession *)arg1 didCompleteWithError:(NSError *)arg2; 17 | - (void)sessionDidReceiveKeyDeviceLocked:(SDAutoUnlockPairingSession *)arg1; 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /sharingd/SDBonjourBrowserDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDBonjourBrowser; 10 | 11 | @protocol SDBonjourBrowserDelegate 12 | - (void)bonjourNodesDidChange:(SDBonjourBrowser *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDBonjourResolverDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDBonjourResolver; 10 | 11 | @protocol SDBonjourResolverDelegate 12 | - (void)bonjourResolverDidChange:(SDBonjourResolver *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDCompanionCommon.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | __attribute__((visibility("hidden"))) 10 | @interface SDCompanionCommon : NSObject 11 | { 12 | } 13 | 14 | + (id)myIPAddress; // IMP=0x000000010000d628 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/SDCompanionPublisherProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSFileHandle, SDStreamHandler, SDStreamManager, SFCompanionService; 10 | 11 | @protocol SDCompanionPublisherProtocol 12 | 13 | @optional 14 | - (void)manager:(SDStreamManager *)arg1 connectedToService:(SFCompanionService *)arg2 withFileHandle:(NSFileHandle *)arg3 acceptHandler:(void (^)(_Bool))arg4; 15 | - (void)publisher:(SDStreamManager *)arg1 companionStreamForService:(SFCompanionService *)arg2 streamHandler:(SDStreamHandler *)arg3; 16 | - (void)publisher:(SDStreamManager *)arg1 didConnectToService:(SFCompanionService *)arg2 withStreamHandler:(SDStreamHandler *)arg3; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /sharingd/SDCompanionStreamDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSFileHandle, SDCompanionStream, SFCompanionService; 10 | 11 | @protocol SDCompanionStreamDelegate 12 | 13 | @optional 14 | - (void)companionStreamClosedStreams:(SDCompanionStream *)arg1; 15 | - (void)continuationStream:(SDCompanionStream *)arg1 connectedToService:(SFCompanionService *)arg2 withFileHandle:(NSFileHandle *)arg3 acceptHandler:(void (^)(_Bool))arg4; 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/SDConnectionManagerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDConnectionManager; 10 | 11 | @protocol SDConnectionManagerDelegate 12 | - (void)connectionManagerDidInvalidate:(SDConnectionManager *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDHotspotManagerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDHotspotManager; 10 | 11 | @protocol SDHotspotManagerDelegate 12 | 13 | @optional 14 | - (void)hotspotManagerTetheringSupportChanged:(SDHotspotManager *)arg1; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/SDMISManagerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDMISManager; 10 | 11 | @protocol SDMISManagerDelegate 12 | - (void)misStateChanged:(SDMISManager *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDNetworkBrowserDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString, SDNetworkBrowser; 10 | 11 | @protocol SDNetworkBrowserDelegate 12 | - (void)networkBrowser:(SDNetworkBrowser *)arg1 nodesChangedForParent:(struct __SFNode *)arg2 protocol:(NSString *)arg3 error:(int)arg4; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDNetworkEjecterDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDNetworkEjecter; 10 | 11 | @protocol SDNetworkEjecterDelegate 12 | - (void)networkEjecter:(SDNetworkEjecter *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDNetworkOperationDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDNetworkOperation; 10 | 11 | @protocol SDNetworkOperationDelegate 12 | - (void)networkOperation:(SDNetworkOperation *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDNetworkResolverDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSDictionary, SDNetworkResolver; 10 | 11 | @protocol SDNetworkResolverDelegate 12 | - (void)networkResolver:(SDNetworkResolver *)arg1 event:(long long)arg2 withResults:(NSDictionary *)arg3; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDNodeBrowserDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString, SDNodeBrowser; 10 | 11 | @protocol SDNodeBrowserDelegate 12 | - (void)nodeBrowser:(SDNodeBrowser *)arg1 nodesChangedForParent:(struct __SFNode *)arg2 protocol:(NSString *)arg3 error:(int)arg4; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDRemoteDiscDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDRemoteDisc; 10 | 11 | @protocol SDRemoteDiscDelegate 12 | - (void)remoteDiscStatusDidChange:(SDRemoteDisc *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDSharePointBrowserDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDSharePointBrowser; 10 | 11 | @protocol SDSharePointBrowserDelegate 12 | - (void)sharePointBrowser:(SDSharePointBrowser *)arg1 nodesDidChangeWithError:(int)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDSharedRemoteTextInputDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @class NSDictionary; 8 | 9 | @protocol SDSharedRemoteTextInputDelegate 10 | 11 | @optional 12 | - (void)handleInputDidEndWithFlags:(unsigned long long)arg1 sessionInfo:(NSDictionary *)arg2; 13 | - (void)handleInputDidBeginWithFlags:(unsigned long long)arg1 sessionInfo:(NSDictionary *)arg2; 14 | - (void)handleEventWithData:(struct NSDictionary *)arg1; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/SDStatusMonitorProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class CNContact; 10 | 11 | @protocol SDStatusMonitorProtocol 12 | @property _Bool legacyModeEnabled; 13 | - (CNContact *)meCard; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /sharingd/SDStreamHandlerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSData, NSError, SDStreamHandler; 10 | 11 | @protocol SDStreamHandlerDelegate 12 | - (void)streamHandler:(SDStreamHandler *)arg1 didReceiveMessage:(NSData *)arg2; 13 | 14 | @optional 15 | - (void)streamHandler:(SDStreamHandler *)arg1 didReceiveStreamData:(NSData *)arg2; 16 | - (void)streamHandler:(SDStreamHandler *)arg1 bufferSpaceChanged:(_Bool)arg2; 17 | - (void)streamHandlerDidClose:(SDStreamHandler *)arg1 withError:(NSError *)arg2; 18 | - (void)streamHandlerDidClose:(SDStreamHandler *)arg1; 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /sharingd/SDUnlockIDSControllerDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSData, SDUnlockIDSController; 10 | 11 | @protocol SDUnlockIDSControllerDelegate 12 | 13 | @optional 14 | - (void)idsControllerSpaceDidBecomeAvailable:(SDUnlockIDSController *)arg1; 15 | - (void)idsControllerNearbyStateChanged:(SDUnlockIDSController *)arg1; 16 | - (void)idsController:(SDUnlockIDSController *)arg1 didReceiveProtoData:(NSData *)arg2 forType:(unsigned short)arg3; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /sharingd/SDUnlockWakeGestureRecord.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @class NSDate; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface SDUnlockWakeGestureRecord : NSObject 13 | { 14 | _Bool _onWrist; // 8 = 0x8 15 | NSDate *_date; // 16 = 0x10 16 | } 17 | 18 | @property(retain, nonatomic) NSDate *date; // @synthesize date=_date; 19 | @property(nonatomic) _Bool onWrist; // @synthesize onWrist=_onWrist; 20 | - (void).cxx_destruct; // IMP=0x0000000100045d94 21 | - (id)description; // IMP=0x0000000100045c7c 22 | 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /sharingd/SDUnlockXPCSesssionDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDUnlockXPCSession; 10 | 11 | @protocol SDUnlockXPCSesssionDelegate 12 | - (void)unlockSessionDidFinish:(SDUnlockXPCSession *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDWindowsBrowserDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SDWindowsBrowser; 10 | 11 | @protocol SDWindowsBrowserDelegate 12 | - (void)windowsNodesDidChange:(SDWindowsBrowser *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SDXPCDaemonProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @protocol SDXPCDaemonProtocol 10 | - (void)establishConnectionWithCompletionHandler:(void (^)(void))arg1; 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /sharingd/SFActivityAdvertisement-Debug.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface SFActivityAdvertisement (Debug) 10 | - (id)description; // IMP=0x000000010013f8b8 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /sharingd/SFActivityAdvertiserClient-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSData, NSError, NSSet, NSString, NSUUID, SFPeerDevice; 10 | 11 | @protocol SFActivityAdvertiserClient 12 | - (void)pairedDevicesChanged:(NSSet *)arg1; 13 | - (void)didSendPayloadForActivityIdentifier:(NSUUID *)arg1 toDevice:(SFPeerDevice *)arg2 error:(NSError *)arg3; 14 | - (void)activityPayloadForAdvertisementPayload:(NSData *)arg1 command:(NSString *)arg2 requestedByDevice:(SFPeerDevice *)arg3 withCompletionHandler:(void (^)(NSUUID *, NSData *, NSError *))arg4; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/SFActivityAdvertiserProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDXPCDaemonProtocol-Protocol.h" 8 | 9 | @class NSData, NSDictionary, NSString; 10 | 11 | @protocol SFActivityAdvertiserProtocol 12 | - (void)advertiseAdvertisementPayload:(NSData *)arg1 options:(NSDictionary *)arg2 withErrorHandler:(void (^)(NSError *))arg3; 13 | - (void)pairedSFPeerDevicesWithOptions:(NSDictionary *)arg1 completionHandler:(void (^)(NSSet *, NSError *))arg2; 14 | - (void)peerForUUID:(NSString *)arg1 completionHandler:(void (^)(SFPeerDevice *, NSError *))arg2; 15 | - (void)loginIDWithOptions:(NSDictionary *)arg1 completionHandler:(void (^)(NSString *, NSError *))arg2; 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/SFAirDropClassroomTransferDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString; 10 | 11 | @protocol SFAirDropClassroomTransferDelegate 12 | - (void)transferWithIdentifierWasAccepted:(NSString *)arg1; 13 | 14 | @optional 15 | - (void)transferWithIdentifierWasDeclined:(NSString *)arg1; 16 | - (void)transferWithIdentifierWasDeclined:(NSString *)arg1 withFailureReason:(unsigned long long)arg2; 17 | @end 18 | 19 | -------------------------------------------------------------------------------- /sharingd/SFAirDropClassroomTransferManagerProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SFAirDropClassroomTransferDelegate-Protocol.h" 8 | 9 | @protocol SFAirDropClassroomTransferManagerProtocol 10 | @end 11 | 12 | -------------------------------------------------------------------------------- /sharingd/SFAirDropTransferObserverDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SFAirDropTransfer; 10 | 11 | @protocol SFAirDropTransferObserverDelegate 12 | - (void)updatedTransfer:(SFAirDropTransfer *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SFAirDropTransferObserverProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SFAirDropTransferObserverDelegate-Protocol.h" 8 | 9 | @class SFAirDropTransfer; 10 | 11 | @protocol SFAirDropTransferObserverProtocol 12 | - (void)removedTransfer:(SFAirDropTransfer *)arg1; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /sharingd/SFCompanionServiceManagerProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SFCompanionService; 10 | 11 | @protocol SFCompanionServiceManagerProtocol 12 | - (void)disableService:(SFCompanionService *)arg1; 13 | - (void)enableService:(SFCompanionService *)arg1; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /sharingd/SFContinuityScannerClient-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSSet, SFActivityAdvertisement, SFPeerDevice; 10 | 11 | @protocol SFContinuityScannerClient 12 | - (void)pairedDevicesChanged:(NSSet *)arg1; 13 | - (void)lostDeviceWithDevice:(SFPeerDevice *)arg1; 14 | - (void)foundDeviceWithDevice:(SFPeerDevice *)arg1; 15 | - (void)receivedAdvertisement:(SFActivityAdvertisement *)arg1; 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/SFContinuityScannerProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDXPCDaemonProtocol-Protocol.h" 8 | 9 | @class NSData, NSString; 10 | 11 | @protocol SFContinuityScannerProtocol 12 | - (void)activityPayloadFromDeviceUniqueID:(NSString *)arg1 forAdvertisementPayload:(NSData *)arg2 command:(NSString *)arg3 timeout:(long long)arg4 withCompletionHandler:(void (^)(NSData *, NSError *))arg5; 13 | - (void)scanForTypes:(unsigned long long)arg1; 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /sharingd/SFPairedDeviceClientInterface-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @protocol SFPairedDeviceClientInterface 8 | @end 9 | 10 | -------------------------------------------------------------------------------- /sharingd/SFPairedDeviceDaemonInterface-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDXPCDaemonProtocol-Protocol.h" 8 | 9 | @class NSDate, NSDictionary, NSString; 10 | 11 | @protocol SFPairedDeviceDaemonInterface 12 | - (void)triggerChargingUIWithDismissHandler:(void (^)(NSError *))arg1; 13 | - (void)sendDashboardEntryWithName:(NSString *)arg1 dict:(NSDictionary *)arg2; 14 | - (void)sendDismissUIWithReason:(long long)arg1; 15 | - (void)initialViewControllerDidDisappear; 16 | - (void)initialViewControllerDidAppear; 17 | - (void)sendAnimationDate:(NSDate *)arg1; 18 | - (void)requestAnimationDateWithCompletion:(void (^)(NSDate *, NSError *))arg1; 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /sharingd/SFRemoteHotspotProtocol-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class SFRemoteHotspotDevice; 10 | 11 | @protocol SFRemoteHotspotProtocol 12 | - (void)enableHotspotForDevice:(SFRemoteHotspotDevice *)arg1 withCompletionHandler:(void (^)(SFRemoteHotspotInfo *, NSError *))arg2; 13 | - (void)stopBrowsing; 14 | - (void)startBrowsing; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/UIActivityItemSourceAttachment-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString, UIActivityViewController; 10 | 11 | @protocol UIActivityItemSourceAttachment 12 | 13 | @optional 14 | - (NSString *)activityViewController:(UIActivityViewController *)arg1 attachmentNameForActivityType:(NSString *)arg2; 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/UIRemoteTextEditing-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "NSObject-Protocol.h" 8 | 9 | @class NSString, NSUUID, UIRemoteTextEditingAttributes; 10 | 11 | @protocol UIRemoteTextEditing 12 | - (void)endRemoteTextEditingSessionWithID:(NSUUID *)arg1; 13 | - (void)remoteTextEditingSessionWithID:(NSUUID *)arg1 textDidChange:(NSString *)arg2; 14 | - (void)beginRemoteTextEditingSessionWithID:(NSUUID *)arg1 attributes:(UIRemoteTextEditingAttributes *)arg2 initialText:(NSString *)arg3; 15 | 16 | @optional 17 | - (void)remoteTextEditingSessionWithID:(NSUUID *)arg1 attributesDidChange:(UIRemoteTextEditingAttributes *)arg2; 18 | @end 19 | 20 | -------------------------------------------------------------------------------- /sharingd/_TtC8sharingd11OnceManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd11OnceManager : _TtCs12_SwiftObject 10 | { 11 | // Error parsing type: , name: onceList 12 | } 13 | 14 | @end 15 | 16 | -------------------------------------------------------------------------------- /sharingd/_TtC8sharingd13PushableTimer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd13PushableTimer : _TtCs12_SwiftObject 10 | { 11 | // Error parsing type: , name: noLaterThan 12 | // Error parsing type: , name: timer 13 | } 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /sharingd/_TtC8sharingd15SDAirDropLogger.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd15SDAirDropLogger : NSObject 10 | { 11 | } 12 | 13 | - (id)init; // IMP=0x00000001002066c0 14 | - (void)logActivityType:(id)arg1 sessionID:(id)arg2; // IMP=0x0000000100206584 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/_TtC8sharingd19SDAirDropHandlerIPA.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import "SDAirDropHandler.h" 8 | 9 | @class NSString; 10 | 11 | __attribute__((visibility("hidden"))) 12 | @interface _TtC8sharingd19SDAirDropHandlerIPA : SDAirDropHandler 13 | { 14 | } 15 | 16 | - (id)initWithTransfer:(id)arg1 bundleIdentifier:(id)arg2; // IMP=0x0000000100208d90 17 | - (void)updatePossibleActions; // IMP=0x0000000100208c84 18 | @property(nonatomic, readonly) NSString *singleItemActionTitle; 19 | @property(nonatomic, readonly) NSString *suitableContentsDescription; 20 | - (long long)transferTypes; // IMP=0x0000000100207268 21 | @property(nonatomic, readonly) _Bool canHandleTransfer; 22 | 23 | @end 24 | 25 | -------------------------------------------------------------------------------- /sharingd/_TtC8sharingd19SDSwiftyBloomFilter.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd19SDSwiftyBloomFilter : _TtCs12_SwiftObject 10 | { 11 | // Error parsing type: , name: bloomFilterPtr 12 | // Error parsing type: , name: bloomFilterLen 13 | // Error parsing type: , name: count 14 | } 15 | 16 | @end 17 | 18 | -------------------------------------------------------------------------------- /sharingd/_TtC8sharingd21SDAirDropHashStoreCDB.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd21SDAirDropHashStoreCDB : _TtCs12_SwiftObject 10 | { 11 | // Error parsing type: , name: reader 12 | // Error parsing type: , name: anchors 13 | // Error parsing type: , name: stagedAdditions 14 | // Error parsing type: , name: stagedDeletedIDs 15 | // Error parsing type: , name: initialized 16 | // Error parsing type: , name: destroyed 17 | // Error parsing type: , name: cnStore 18 | } 19 | 20 | @end 21 | 22 | -------------------------------------------------------------------------------- /sharingd/_TtC8sharingd26SDAirDropHashStoreInMemory.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | #import 8 | 9 | @interface _TtC8sharingd26SDAirDropHashStoreInMemory : _TtCs12_SwiftObject 10 | { 11 | // Error parsing type: , name: longToEntry 12 | // Error parsing type: , name: medToEntry 13 | // Error parsing type: , name: shorts 14 | // Error parsing type: , name: initialized 15 | // Error parsing type: , name: cnStore 16 | // Error parsing type: , name: storePreviouslyExisted 17 | } 18 | 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /sharingd/_TtP8sharingd23SDAirDropStatusDelegate_-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @class NSDictionary, _TtC8sharingd15SDAirDropStatus; 8 | 9 | @protocol _TtP8sharingd23SDAirDropStatusDelegate_ 10 | - (void)airDropStatus:(_TtC8sharingd15SDAirDropStatus *)arg1 didChange:(NSDictionary *)arg2; 11 | @end 12 | 13 | -------------------------------------------------------------------------------- /sharingd/_TtP8sharingd25SDAirDropListenerDelegate_-Protocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit) (Debug version compiled Aug 6 2017 21:40:27). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. 5 | // 6 | 7 | @class NSDictionary, NSError, SDNetworkOperation, _TtC8sharingd17SDAirDropListener; 8 | 9 | @protocol _TtP8sharingd25SDAirDropListenerDelegate_ 10 | - (void)listener:(_TtC8sharingd17SDAirDropListener *)arg1 informationDidChange:(NSDictionary *)arg2; 11 | - (void)listener:(_TtC8sharingd17SDAirDropListener *)arg1 didReceiveNewRequest:(SDNetworkOperation *)arg2; 12 | - (void)listener:(_TtC8sharingd17SDAirDropListener *)arg1 didReceiveError:(NSError *)arg2; 13 | @end 14 | 15 | -------------------------------------------------------------------------------- /vlcscience/Makefile: -------------------------------------------------------------------------------- 1 | #INSTALL_TARGET_PROCESSES = VLC-tvOS 2 | ARCHS = arm64 3 | target ?= appletv:clang:latest:10.0 4 | export GO_EASY_ON_ME=1 5 | export DEBUG=1 6 | THEOS_DEVICE_IP=guest-room.local 7 | 8 | include $(THEOS)/makefiles/common.mk 9 | 10 | TWEAK_NAME = vlcscience 11 | 12 | vlcscience_FILES = VLC.x 13 | vlcscience_CFLAGS = -fobjc-arc -I../include 14 | 15 | include $(THEOS_MAKE_PATH)/tweak.mk 16 | -------------------------------------------------------------------------------- /vlcscience/vlcscience.plist: -------------------------------------------------------------------------------- 1 | { 2 | Filter = { 3 | Bundles = ( 4 | "org.videolan.vlc-ios", 5 | ); 6 | }; 7 | } --------------------------------------------------------------------------------