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