Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PDFKit framework stubs #1142

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions src/frameworks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ add_subdirectory(Network)
add_subdirectory(OpenAL)
add_subdirectory(OpenCL)
add_subdirectory(OpenGL)
add_subdirectory(PDFKit)
add_subdirectory(OSAKit)
add_subdirectory(QTKit)
add_subdirectory(Quartz)
Expand Down
180 changes: 180 additions & 0 deletions src/frameworks/PDFKit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
project(PDFKit)

set(DYLIB_COMPAT_VERSION "1.0.0")
set(DYLIB_CURRENT_VERSION "1.0.0")

add_framework(PDFKit
FAT
CURRENT_VERSION
VERSION "A"

SOURCES
src/PDFKit.m
src/PDFAccessibilityNodeAnnotation.m
src/PDFAccessibilityAssociationInfo.m
src/PDFAnnotationFreeTextPrivateVars.m
src/PDFAnnotationFreeText.m
src/PDFDocumentPrivate.m
src/PDFDocument.m
src/SelectionRectInfo.m
src/PDFPageLayerEffectPrivate.m
src/PDFSelectionLayer.m
src/PDFPageLayerAnnotationEffect.m
src/PDFPageLayerMarkupAnnotationEffect.m
src/PDFPageLayerNoteEffect.m
src/PDFPageLayerSelectionEffect.m
src/PDFPageLayerScannerResultEffect.m
src/PDFPageLayerEffect.m
src/PDFViewLayoutPrivate.m
src/PDFViewLayout.m
src/PDFPasswordViewController.m
src/PDFActionNamedPrivateVars.m
src/PDFActionNamed.m
src/PDFIconView.m
src/PDFIconCollectionView.m
src/PDFAccessibilityNodePagePrivate.m
src/PDFAccessibilityNodePage.m
src/PDFAnnotationLinePrivateVars.m
src/PDFAnnotationLine.m
src/PDFFormFieldPrivateVars.m
src/PDFFormField.m
src/PDFFormPrivateVars.m
src/PDFForm.m
src/PDFAccessibilityEffectLayerPrivate.m
src/PDFAccessibilityEffectLayer.m
src/PDFAccessibilityDocumentControllerPrivate.m
src/PDFAccessibilityDocumentController.m
src/PDFAccessibilityCustomRotorLoadingToken.m
src/PDFMarkupStylePickerCellPrivate.m
src/PDFMarkupStylePickerCell.m
src/PDFMarkupStylePickerPrivate.m
src/PDFMarkupStylePicker.m
src/PDFClipView.m
src/PDFScrollViewPrivate.m
src/PDFScrollView.m
src/PDFAnnotationCirclePrivateVars.m
src/PDFAnnotationCircle.m
src/PDFTileSurface.m
src/TileRenderRequest.m
src/PDFTilePoolPrivate.m
src/PDFTilePool.m
src/PDFAnnotationStampPrivateVars.m
src/PDFAnnotationStamp.m
src/PDFAccessibilityNodeTableCell.m
src/PDFAKDocumentAdaptorPrivate.m
src/PDFAKDocumentAdaptor.m
src/PDFAKOverlayAdaptor_osx.m
src/PDFAccessibilityNodeTablePrivate.m
src/PDFAccessibilityNodeTable.m
src/PDFThumbnailViewPrivate.m
src/PDFThumbnailView.m
src/PDFAccessibilityNodeText.m
src/PDFCoachMark.m
src/PDFCoachMarkManagerPrivate.m
src/PDFCoachMarkManager.m
src/PDFKitTextViewPrivate.m
src/PDFKitTextView.m
src/PDFAKOverlayAdaptorPrivate.m
src/PDFAKOverlayAdaptor.m
src/PDFAKAnnotationSerializationHelper.m
src/PDFAnnotationChoiceWidgetPrivateVars.m
src/PDFAnnotationChoiceWidget.m
src/PDFAKPageAdaptorPrivate.m
src/PDFAKPageAdaptor.m
src/PDFAnnotationChangePrivate.m
src/PDFAnnotationChange.m
src/PDFSelectionTrackingData.m
src/PDFLayerControllerPrivate.m
src/PDFLayerController.m
src/PDFHUDLayerControllerPrivate.m
src/PDFHUDLayerController.m
src/PDFAnnotationMarkupPrivateVars.m
src/PDFAnnotationMarkup.m
src/PDFAccessibilityNodeHeading.m
src/PDFAppearanceCharacteristicsPrivate.m
src/PDFAppearanceCharacteristics.m
src/PDFAnnotationLinkPrivateVars.m
src/PDFAnnotationLink.m
src/PDFAnnotationButtonWidgetPrivateVars.m
src/PDFAnnotationButtonWidget.m
src/PDFAnnotationSquarePrivateVars.m
src/PDFAnnotationSquare.m
src/PDFAccessibilityNodePrivate.m
src/PDFAccessibilityNode.m
src/PDFViewControllerPrivate.m
src/PDFViewController.m
src/PDFSelectionPrivate.m
src/PDFSelection.m
src/PDFAnnotationTextPrivateVars.m
src/PDFAnnotationText.m
src/PDFAccessibilityNodeImage.m
src/PageSignature.m
src/PDFPageViewPrivate.m
src/PDFPageView.m
src/PDFAnnotationTextWidgetPrivateVars.m
src/PDFAnnotationTextWidget.m
src/PDFDocumentLayerPrivate.m
src/PDFDocumentLayer.m
src/PDFScannerResultPrivate.m
src/PDFScannerResult.m
src/PDFRevealManagerPrivate.m
src/PDFRevealManager.m
src/PDFActionURLPrivateVars.m
src/PDFActionURL.m
src/PDFAnnotationDrawing.m
src/PDFPrintViewPrivate.m
src/PDFPrintView.m
src/PDFPagePrivate.m
src/PDFPage.m
src/PDFPasswordLayerControllerPrivate.m
src/PDFPasswordLayerController.m
src/PDFPageRangePrivate.m
src/PDFPageRange.m
src/PDFAnnotationCGPDFObject.m
src/PDFAnnotationPrivateVars.m
src/PDFAnnotation.m
src/PDFActionResetFormPrivateVars.m
src/PDFActionResetForm.m
src/PDFRenderingPropertiesPrivate.m
src/PDFRenderingProperties.m
src/PDFDestinationPrivate.m
src/PDFDestination.m
src/PDFAnnotationInk.m
src/PDFBorderPrivateVars.m
src/PDFBorder.m
src/PDFTimerPrivate.m
src/PDFTimer.m
src/PDFActionGoToPrivateVars.m
src/PDFActionGoTo.m
src/PDFKitPopupViewPrivate.m
src/PDFKitPopupView.m
src/PDFAccessibilityNodeTableRowPrivate.m
src/PDFAccessibilityNodeTableRow.m
src/PDFPageBackgroundManagerPrivate.m
src/PDFPageBackgroundManager.m
src/PDFAnnotationPopupPrivateVars.m
src/PDFAnnotationPopup.m
src/PDFViewPrivate.m
src/PDFView.m
src/PDFDocumentContentView.m
src/PDFDocumentViewPrivate.m
src/PDFDocumentView.m
src/PDFOutlinePrivate.m
src/PDFOutline.m
src/PDFPageLayerTile.m
src/PDFPageLayerPrivate.m
src/PDFPageLayer.m
src/PDFAKAnnotationAdaptorPrivate.m
src/PDFAKAnnotationAdaptor.m
src/PDFPageViewAnnotationControllerPrivate.m
src/PDFPageViewAnnotationController.m
src/PDFActionRemoteGoToPrivateVars.m
src/PDFActionRemoteGoTo.m
src/PDFActionPrivate.m
src/PDFAction.m

DEPENDENCIES
system
objc
Foundation
)
24 changes: 24 additions & 0 deletions src/frameworks/PDFKit/include/PDFKit/AKChildAnnotationProtocol.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
This file is part of Darling.

Copyright (C) 2019 Lubos Dolezel

Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Darling is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Foundation/Foundation.h>

@protocol AKChildAnnotationProtocol

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
This file is part of Darling.

Copyright (C) 2019 Lubos Dolezel

Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Darling is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Foundation/Foundation.h>

@protocol AKControllerDelegateProtocol

@end
24 changes: 24 additions & 0 deletions src/frameworks/PDFKit/include/PDFKit/AKParentAnnotationProtocol.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
This file is part of Darling.

Copyright (C) 2019 Lubos Dolezel

Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Darling is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Foundation/Foundation.h>

@protocol AKParentAnnotationProtocol

@end
24 changes: 24 additions & 0 deletions src/frameworks/PDFKit/include/PDFKit/AKTextAnnotationProtocol.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
This file is part of Darling.

Copyright (C) 2019 Lubos Dolezel

Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Darling is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Foundation/Foundation.h>

@protocol AKTextAnnotationProtocol

@end
24 changes: 24 additions & 0 deletions src/frameworks/PDFKit/include/PDFKit/NSAccessibility.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
This file is part of Darling.

Copyright (C) 2019 Lubos Dolezel

Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Darling is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Foundation/Foundation.h>

@protocol NSAccessibility

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
This file is part of Darling.

Copyright (C) 2019 Lubos Dolezel

Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Darling is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Foundation/Foundation.h>

@protocol NSAccessibilityCustomRotorItemSearchDelegate

@end
24 changes: 24 additions & 0 deletions src/frameworks/PDFKit/include/PDFKit/NSAccessibilityElement.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
This file is part of Darling.

Copyright (C) 2019 Lubos Dolezel

Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Darling is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Foundation/Foundation.h>

@protocol NSAccessibilityElement

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
This file is part of Darling.

Copyright (C) 2019 Lubos Dolezel

Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Darling is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Darling. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Foundation/Foundation.h>

@protocol NSAccessibilityElementLoading

@end
Loading