gitextract_yd6or656/ ├── .gitignore ├── ExportOptions.plist ├── Frameworks/ │ ├── AVKit.framework/ │ │ ├── AVKit.tbd │ │ ├── Headers/ │ │ │ ├── AVError.h │ │ │ ├── AVKit.apinotes │ │ │ ├── AVKit.h │ │ │ ├── AVKitDefines.h │ │ │ ├── AVPictureInPictureController.h │ │ │ ├── AVPlayerViewController.h │ │ │ └── AVRoutePickerView.h │ │ └── Modules/ │ │ └── module.modulemap │ ├── MapKit.framework/ │ │ ├── Headers/ │ │ │ ├── MKAnnotation.h │ │ │ ├── MKAnnotationView.h │ │ │ ├── MKCircle.h │ │ │ ├── MKCircleRenderer.h │ │ │ ├── MKCircleView.h │ │ │ ├── MKClusterAnnotation.h │ │ │ ├── MKCompassButton.h │ │ │ ├── MKDirections.h │ │ │ ├── MKDirectionsRequest.h │ │ │ ├── MKDirectionsResponse.h │ │ │ ├── MKDirectionsTypes.h │ │ │ ├── MKDistanceFormatter.h │ │ │ ├── MKFoundation.h │ │ │ ├── MKGeodesicPolyline.h │ │ │ ├── MKGeometry.h │ │ │ ├── MKLocalSearch.h │ │ │ ├── MKLocalSearchCompleter.h │ │ │ ├── MKLocalSearchRequest.h │ │ │ ├── MKLocalSearchResponse.h │ │ │ ├── MKMapCamera.h │ │ │ ├── MKMapItem.h │ │ │ ├── MKMapSnapshot.h │ │ │ ├── MKMapSnapshotOptions.h │ │ │ ├── MKMapSnapshotter.h │ │ │ ├── MKMapView.h │ │ │ ├── MKMarkerAnnotationView.h │ │ │ ├── MKMultiPoint.h │ │ │ ├── MKOverlay.h │ │ │ ├── MKOverlayPathRenderer.h │ │ │ ├── MKOverlayPathView.h │ │ │ ├── MKOverlayRenderer.h │ │ │ ├── MKOverlayView.h │ │ │ ├── MKPinAnnotationView.h │ │ │ ├── MKPlacemark.h │ │ │ ├── MKPointAnnotation.h │ │ │ ├── MKPolygon.h │ │ │ ├── MKPolygonRenderer.h │ │ │ ├── MKPolygonView.h │ │ │ ├── MKPolyline.h │ │ │ ├── MKPolylineRenderer.h │ │ │ ├── MKPolylineView.h │ │ │ ├── MKReverseGeocoder.h │ │ │ ├── MKScaleView.h │ │ │ ├── MKShape.h │ │ │ ├── MKTileOverlay.h │ │ │ ├── MKTileOverlayRenderer.h │ │ │ ├── MKTypes.h │ │ │ ├── MKUserLocation.h │ │ │ ├── MKUserTrackingBarButtonItem.h │ │ │ ├── MKUserTrackingButton.h │ │ │ ├── MapKit.apinotes │ │ │ ├── MapKit.h │ │ │ └── NSUserActivity+MKMapItem.h │ │ ├── MapKit.tbd │ │ └── Modules/ │ │ └── module.modulemap │ ├── UIKit.framework/ │ │ ├── Headers/ │ │ │ ├── DocumentManager.h │ │ │ ├── NSAttributedString.h │ │ │ ├── NSDataAsset.h │ │ │ ├── NSFileProviderExtension.h │ │ │ ├── NSIndexPath+UIKitAdditions.h │ │ │ ├── NSItemProvider+UIKitAdditions.h │ │ │ ├── NSLayoutAnchor.h │ │ │ ├── NSLayoutConstraint.h │ │ │ ├── NSLayoutManager.h │ │ │ ├── NSParagraphStyle.h │ │ │ ├── NSShadow.h │ │ │ ├── NSStringDrawing.h │ │ │ ├── NSText.h │ │ │ ├── NSTextAttachment.h │ │ │ ├── NSTextContainer.h │ │ │ ├── NSTextStorage.h │ │ │ ├── UIAccelerometer.h │ │ │ ├── UIAccessibility.h │ │ │ ├── UIAccessibilityAdditions.h │ │ │ ├── UIAccessibilityConstants.h │ │ │ ├── UIAccessibilityContainer.h │ │ │ ├── UIAccessibilityContentSizeCategoryImageAdjusting.h │ │ │ ├── UIAccessibilityCustomAction.h │ │ │ ├── UIAccessibilityCustomRotor.h │ │ │ ├── UIAccessibilityElement.h │ │ │ ├── UIAccessibilityIdentification.h │ │ │ ├── UIAccessibilityLocationDescriptor.h │ │ │ ├── UIAccessibilityZoom.h │ │ │ ├── UIActionSheet.h │ │ │ ├── UIActivity.h │ │ │ ├── UIActivityIndicatorView.h │ │ │ ├── UIActivityItemProvider.h │ │ │ ├── UIActivityViewController.h │ │ │ ├── UIAlert.h │ │ │ ├── UIAlertController.h │ │ │ ├── UIAlertView.h │ │ │ ├── UIAppearance.h │ │ │ ├── UIApplication.h │ │ │ ├── UIApplicationShortcutItem.h │ │ │ ├── UIAttachmentBehavior.h │ │ │ ├── UIBarButtonItem.h │ │ │ ├── UIBarButtonItemGroup.h │ │ │ ├── UIBarCommon.h │ │ │ ├── UIBarItem.h │ │ │ ├── UIBezierPath.h │ │ │ ├── UIBlurEffect.h │ │ │ ├── UIButton.h │ │ │ ├── UICloudSharingController.h │ │ │ ├── UICollectionView.h │ │ │ ├── UICollectionViewCell.h │ │ │ ├── UICollectionViewController.h │ │ │ ├── UICollectionViewFlowLayout.h │ │ │ ├── UICollectionViewLayout.h │ │ │ ├── UICollectionViewTransitionLayout.h │ │ │ ├── UICollisionBehavior.h │ │ │ ├── UIColor.h │ │ │ ├── UIContentSizeCategory.h │ │ │ ├── UIContentSizeCategoryAdjusting.h │ │ │ ├── UIContextualAction.h │ │ │ ├── UIControl.h │ │ │ ├── UIDataDetectors.h │ │ │ ├── UIDataSourceTranslating.h │ │ │ ├── UIDatePicker.h │ │ │ ├── UIDevice.h │ │ │ ├── UIDocument.h │ │ │ ├── UIDocumentBrowserAction.h │ │ │ ├── UIDocumentBrowserViewController.h │ │ │ ├── UIDocumentInteractionController.h │ │ │ ├── UIDocumentMenuViewController.h │ │ │ ├── UIDocumentPickerExtensionViewController.h │ │ │ ├── UIDocumentPickerViewController.h │ │ │ ├── UIDragInteraction.h │ │ │ ├── UIDragItem.h │ │ │ ├── UIDragPreview.h │ │ │ ├── UIDragPreviewParameters.h │ │ │ ├── UIDragSession.h │ │ │ ├── UIDropInteraction.h │ │ │ ├── UIDynamicAnimator.h │ │ │ ├── UIDynamicBehavior.h │ │ │ ├── UIDynamicItemBehavior.h │ │ │ ├── UIEvent.h │ │ │ ├── UIFeedbackGenerator.h │ │ │ ├── UIFieldBehavior.h │ │ │ ├── UIFocus.h │ │ │ ├── UIFocusAnimationCoordinator.h │ │ │ ├── UIFocusDebugger.h │ │ │ ├── UIFocusGuide.h │ │ │ ├── UIFocusMovementHint.h │ │ │ ├── UIFocusSystem.h │ │ │ ├── UIFont.h │ │ │ ├── UIFontDescriptor.h │ │ │ ├── UIFontMetrics.h │ │ │ ├── UIGeometry.h │ │ │ ├── UIGestureRecognizer.h │ │ │ ├── UIGestureRecognizerSubclass.h │ │ │ ├── UIGraphics.h │ │ │ ├── UIGraphicsImageRenderer.h │ │ │ ├── UIGraphicsPDFRenderer.h │ │ │ ├── UIGraphicsRenderer.h │ │ │ ├── UIGraphicsRendererSubclass.h │ │ │ ├── UIGravityBehavior.h │ │ │ ├── UIGuidedAccessRestrictions.h │ │ │ ├── UIImage.h │ │ │ ├── UIImageAsset.h │ │ │ ├── UIImagePickerController.h │ │ │ ├── UIImageView.h │ │ │ ├── UIImpactFeedbackGenerator.h │ │ │ ├── UIInputView.h │ │ │ ├── UIInputViewController.h │ │ │ ├── UIInteraction.h │ │ │ ├── UIInterface.h │ │ │ ├── UIKit.apinotes │ │ │ ├── UIKit.h │ │ │ ├── UIKitCore.h │ │ │ ├── UIKitDefines.h │ │ │ ├── UILabel.h │ │ │ ├── UILayoutGuide.h │ │ │ ├── UILexicon.h │ │ │ ├── UILocalNotification.h │ │ │ ├── UILocalizedIndexedCollation.h │ │ │ ├── UILongPressGestureRecognizer.h │ │ │ ├── UIManagedDocument.h │ │ │ ├── UIMenuController.h │ │ │ ├── UIMotionEffect.h │ │ │ ├── UINavigationBar.h │ │ │ ├── UINavigationController.h │ │ │ ├── UINavigationItem.h │ │ │ ├── UINib.h │ │ │ ├── UINibDeclarations.h │ │ │ ├── UINibLoading.h │ │ │ ├── UINotificationFeedbackGenerator.h │ │ │ ├── UIPageControl.h │ │ │ ├── UIPageViewController.h │ │ │ ├── UIPanGestureRecognizer.h │ │ │ ├── UIPasteConfiguration.h │ │ │ ├── UIPasteConfigurationSupporting.h │ │ │ ├── UIPasteboard.h │ │ │ ├── UIPickerView.h │ │ │ ├── UIPinchGestureRecognizer.h │ │ │ ├── UIPopoverBackgroundView.h │ │ │ ├── UIPopoverController.h │ │ │ ├── UIPopoverPresentationController.h │ │ │ ├── UIPopoverSupport.h │ │ │ ├── UIPresentationController.h │ │ │ ├── UIPress.h │ │ │ ├── UIPressesEvent.h │ │ │ ├── UIPreviewInteraction.h │ │ │ ├── UIPrintError.h │ │ │ ├── UIPrintFormatter.h │ │ │ ├── UIPrintInfo.h │ │ │ ├── UIPrintInteractionController.h │ │ │ ├── UIPrintPageRenderer.h │ │ │ ├── UIPrintPaper.h │ │ │ ├── UIPrinter.h │ │ │ ├── UIPrinterPickerController.h │ │ │ ├── UIProgressView.h │ │ │ ├── UIPushBehavior.h │ │ │ ├── UIReferenceLibraryViewController.h │ │ │ ├── UIRefreshControl.h │ │ │ ├── UIRegion.h │ │ │ ├── UIResponder.h │ │ │ ├── UIRotationGestureRecognizer.h │ │ │ ├── UIScreen.h │ │ │ ├── UIScreenEdgePanGestureRecognizer.h │ │ │ ├── UIScreenMode.h │ │ │ ├── UIScrollView.h │ │ │ ├── UISearchBar.h │ │ │ ├── UISearchContainerViewController.h │ │ │ ├── UISearchController.h │ │ │ ├── UISearchDisplayController.h │ │ │ ├── UISegmentedControl.h │ │ │ ├── UISelectionFeedbackGenerator.h │ │ │ ├── UISlider.h │ │ │ ├── UISnapBehavior.h │ │ │ ├── UISplitViewController.h │ │ │ ├── UISpringLoadedInteraction.h │ │ │ ├── UISpringLoadedInteractionSupporting.h │ │ │ ├── UIStackView.h │ │ │ ├── UIStateRestoration.h │ │ │ ├── UIStepper.h │ │ │ ├── UIStoryboard.h │ │ │ ├── UIStoryboardPopoverSegue.h │ │ │ ├── UIStoryboardSegue.h │ │ │ ├── UIStringDrawing.h │ │ │ ├── UISwipeActionsConfiguration.h │ │ │ ├── UISwipeGestureRecognizer.h │ │ │ ├── UISwitch.h │ │ │ ├── UITabBar.h │ │ │ ├── UITabBarController.h │ │ │ ├── UITabBarItem.h │ │ │ ├── UITableView.h │ │ │ ├── UITableViewCell.h │ │ │ ├── UITableViewController.h │ │ │ ├── UITableViewHeaderFooterView.h │ │ │ ├── UITapGestureRecognizer.h │ │ │ ├── UITargetedDragPreview.h │ │ │ ├── UITextChecker.h │ │ │ ├── UITextDragPreviewRenderer.h │ │ │ ├── UITextDragURLPreviews.h │ │ │ ├── UITextDragging.h │ │ │ ├── UITextDropProposal.h │ │ │ ├── UITextDropping.h │ │ │ ├── UITextField.h │ │ │ ├── UITextInput.h │ │ │ ├── UITextInputTraits.h │ │ │ ├── UITextItemInteraction.h │ │ │ ├── UITextPasteConfigurationSupporting.h │ │ │ ├── UITextPasteDelegate.h │ │ │ ├── UITextView.h │ │ │ ├── UITimingCurveProvider.h │ │ │ ├── UITimingParameters.h │ │ │ ├── UIToolbar.h │ │ │ ├── UITouch.h │ │ │ ├── UITraitCollection.h │ │ │ ├── UIUserActivity.h │ │ │ ├── UIUserNotificationSettings.h │ │ │ ├── UIVibrancyEffect.h │ │ │ ├── UIVideoEditorController.h │ │ │ ├── UIView.h │ │ │ ├── UIViewAnimating.h │ │ │ ├── UIViewController.h │ │ │ ├── UIViewControllerTransitionCoordinator.h │ │ │ ├── UIViewControllerTransitioning.h │ │ │ ├── UIViewPropertyAnimator.h │ │ │ ├── UIVisualEffect.h │ │ │ ├── UIVisualEffectView.h │ │ │ ├── UIWebView.h │ │ │ └── UIWindow.h │ │ ├── Modules/ │ │ │ └── module.modulemap │ │ └── UIKit.tbd │ └── WebKit.framework/ │ ├── Headers/ │ │ ├── WKBackForwardList.h │ │ ├── WKBackForwardListItem.h │ │ ├── WKContentRuleList.h │ │ ├── WKContentRuleListStore.h │ │ ├── WKDataDetectorTypes.h │ │ ├── WKError.h │ │ ├── WKFoundation.h │ │ ├── WKFrameInfo.h │ │ ├── WKHTTPCookieStore.h │ │ ├── WKNavigation.h │ │ ├── WKNavigationAction.h │ │ ├── WKNavigationDelegate.h │ │ ├── WKNavigationResponse.h │ │ ├── WKOpenPanelParameters.h │ │ ├── WKPreferences.h │ │ ├── WKPreviewActionItem.h │ │ ├── WKPreviewActionItemIdentifiers.h │ │ ├── WKPreviewElementInfo.h │ │ ├── WKProcessPool.h │ │ ├── WKScriptMessage.h │ │ ├── WKScriptMessageHandler.h │ │ ├── WKSecurityOrigin.h │ │ ├── WKSnapshotConfiguration.h │ │ ├── WKUIDelegate.h │ │ ├── WKURLSchemeHandler.h │ │ ├── WKURLSchemeTask.h │ │ ├── WKUserContentController.h │ │ ├── WKUserScript.h │ │ ├── WKWebView.h │ │ ├── WKWebViewConfiguration.h │ │ ├── WKWebsiteDataRecord.h │ │ ├── WKWebsiteDataStore.h │ │ ├── WKWindowFeatures.h │ │ ├── WebKit.apinotes │ │ ├── WebKit.h │ │ └── WebKitLegacy.h │ ├── Modules/ │ │ └── module.modulemap │ └── WebKit.tbd ├── LICENSE ├── MarzipanPlatter/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Helpers/ │ │ └── LinkerPlzInclude.c │ ├── Info.plist │ ├── MarzipanPlatter.entitlements │ └── View Controllers/ │ ├── DetailTableViewController.swift │ ├── MapViewController.swift │ ├── MasterTableViewController.swift │ ├── VideoViewController.swift │ └── WebViewController.swift ├── MarzipanPlatter.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata/ │ └── xcschemes/ │ └── MarzipanPlatter.xcscheme ├── README.md └── scripts/ ├── ldwrap-iosmac ├── ldwrap-macos └── update-swift-frameworks.sh