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

Added CloudKit stubs #1028

Merged
merged 1 commit into from
Jan 25, 2022
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 @@ -8,6 +8,7 @@ add_subdirectory(ApplicationServices)
add_subdirectory(AVFoundation)
add_subdirectory(AVKit)
add_subdirectory(Carbon)
add_subdirectory(CloudKit)
add_subdirectory(ColorSync)
add_subdirectory(Contacts)
add_subdirectory(CoreImage)
Expand Down
274 changes: 274 additions & 0 deletions src/frameworks/CloudKit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,274 @@
project(CloudKit)

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

add_framework(CloudKit
FAT
CURRENT_VERSION
VERSION "A"

SOURCES
src/CloudKit.m
src/CKFlowControl.m
src/CKRecordZoneID.m
src/CKRepairAssetsOperation.m
src/CKRepairAssetsOperationInfo.m
src/CKDPRecordFieldValueEncryptedValue.m
src/CKUserNotificationUtilities.m
src/CKUploadRequestPersistentStore.m
src/CKMarkAssetBrokenOperation.m
src/CKMarkAssetBrokenOperationInfo.m
src/CKLogFacilityWrapper.m
src/CKModifyRecordZonesOperation.m
src/CKModifyRecordZonesOperationInfo.m
src/CKDiscoverAllContactsOperation.m
src/CKContainerSetupInfo.m
src/CKContainerOptions.m
src/CKAccountInfo.m
src/CKContainerXPCProxy.m
src/CKContainer.m
src/CKSyncEngineBatch.m
src/CKArchiveRecordsOperation.m
src/CKArchiveRecordsOperationInfo.m
src/CKQuery.m
src/CKNotificationListener.m
src/CKSubscriptionInfo.m
src/CKRepairZonePCSOperationInfo.m
src/CKRepairZonePCSOperation.m
src/CKDPRecordReference.m
src/CKException.m
src/CKSQLitePool.m
src/CKAutoBugCaptureMetadata.m
src/CKDCancelToken.m
src/CKFetchRecordZonesOperation.m
src/CKFetchRecordZonesOperationInfo.m
src/CKScheduler.m
src/CKDiscoverAllUserIdentitiesOperation.m
src/CKZonePCSDiagnosticInformation.m
src/CKPCSDiagnosticInformation.m
src/CKFetchShareMetadataOperation.m
src/CKFetchShareMetadataOperationInfo.m
src/CKSyncingClientInfo.m
src/CKSyncRequestOperation.m
src/CKModifyWebSharingOperation.m
src/CKModifyWebSharingOperationInfo.m
src/CKContainerID.m
src/CKLegacyPredicateValidator.m
src/CKSQLite.m
src/CKSQLiteError.m
src/CKAccountOverrideInfo.m
src/CKUserIdentity.m
src/CKSyncEngine.m
src/CKFetchDatabaseChangesOperation.m
src/CKFetchDatabaseChangesOperationInfo.m
src/CKFetchDatabaseChangesOperationResult.m
src/CKOperationFlowControlInfo.m
src/CKOperationFlowControlManager.m
src/CKPackageDB.m
src/CKPackageSection.m
src/CKDPRecordZoneIdentifier.m
src/CKApplicationPermissionGroup.m
src/CKUploadRequestManager.m
src/CKUploadRequestManagerInternals.m
src/CKUploadRequestManagerResponseActionThrottlerMetadata.m
src/CKUploadRequestManagerResponseActionThrottler.m
src/CKMarkNotificationsReadOperation.m
src/CKMarkNotificationsReadOperationInfo.m
src/CKFetchArchivedRecordsOperation.m
src/CKFetchArchivedRecordsOptions.m
src/CKFetchArchivedRecordsOperationInfo.m
src/CKDPStreamingAssetFooter.m
src/CKRecordValueStore.m
src/CKEncryptedRecordValueStore.m
src/CKRecord.m
src/CKContactsSupport.m
src/CKFileOpenInfo.m
src/CKFileOpenResult.m
src/CKFileMetadata.m
src/CKAssetTransferOptions.m
src/CKAssetReuploadExpectedProperties.m
src/CKAssetCopyInfo.m
src/CKAssetRereferenceInfo.m
src/CKAssetReference.m
src/CKAsset.m
src/CKSchedulerActivity.m
src/CKDiscretionaryOptions.m
src/CKDPRecordIdentifier.m
src/CKUserIdentityLookupInfo.m
src/CKDeviceToDeviceShareInvitationToken.m
src/CKShare.m
src/CKBehaviorOptions.m
src/CKPlaceholderOperation.m
src/CKOperation.m
src/CKOperationConfiguration.m
src/CKOperationInfo.m
src/CKOperationResult.m
src/CKOperationMMCSRequestOptions.m
src/CKDatabaseOperation.m
src/CKDatabaseOperationInfo.m
src/CKObjCClass.m
src/CKAssetRepairScheduler.m
src/CKRequestAssetOperation.m
src/CKQueryOperation.m
src/CKQueryOperationInfo.m
src/CKQueryOperationResult.m
src/CKQueryCursor.m
src/CKUploadRequestManagerStateMachine.m
src/CKShareParticipant.m
src/CKDiscoveredUserInfo.m
src/CKRecordGraphNode.m
src/CKRecordGraph.m
src/CKFetchNotificationChangesOperation.m
src/CKFetchNotificationChangesOperationInfo.m
src/CKFetchNotificationChangesOperationResult.m
src/CKFetchWebAuthTokenOperation.m
src/CKFetchWebAuthTokenOperationResult.m
src/CKFetchWebAuthTokenOperationInfo.m
src/CKFetchRecordVersionsOperation.m
src/CKFetchRecordVersionsOperationInfo.m
src/CKInitiateParticipantVettingOperation.m
src/CKInitiateParticipantVettingOperationInfo.m
src/CKStreamingAssetAppendContext.m
src/CKDPDate.m
src/CKAggregateZonePCSOperation.m
src/CKAggregateZonePCSOperationInfo.m
src/CKMetric.m
src/CKOperationMetrics.m
src/CKPackageItem.m
src/CKFetchRecordChangesOperation.m
src/CKFetchRecordChangesOperationResult.m
src/CKNotificationID.m
src/CKNotification.m
src/CKQueryNotification.m
src/CKRecordZoneNotification.m
src/CKDatabaseNotification.m
src/CKDatabase.m
src/CKAcceptSharesOperation.m
src/CKAcceptSharesOperationInfo.m
src/CKReference.m
src/CKFetchShareParticipantKeyOperation.m
src/CKFetchShareParticipantKeyOperationInfo.m
src/CKAPSMachServiceConnectionKey.m
src/CKAPSMachServiceConnectionDelegate.m
src/CKOperationGroup.m
src/CKOperationGroupSystemImposedInfoConfiguration.m
src/CKOperationGroupSystemImposedInfo.m
src/CKPublicKey.m
src/CKDPLocationCoordinate.m
src/CKDPIdentifier.m
src/CKSyncEngineFetchChangesOperation.m
src/CKEncryptedData.m
src/CKEncryptedString.m
src/CKEncryptedLongLong.m
src/CKEncryptedDouble.m
src/CKEncryptedDate.m
src/CKEncryptedReference.m
src/CKEncryptedLocation.m
src/CKEncryptedStringArray.m
src/CKEncryptedDoubleArray.m
src/CKEncryptedLongLongArray.m
src/CKEncryptedDateArray.m
src/CKEncryptedLocationArray.m
src/CKEncryptedEmptyArray.m
src/CKSQLiteStatementEnumerator.m
src/CKSyncEngineModifyRecordBatchesOperation.m
src/CKObjCProperty.m
src/CKQuerySubscription.m
src/CKRecordZoneSubscription.m
src/CKDatabaseSubscription.m
src/CKSubscription.m
src/CKNotificationInfo.m
src/CKModifySubscriptionsOperation.m
src/CKModifySubscriptionsOperationInfo.m
src/CKFetchRecordZoneChangesOperation.m
src/CKFetchRecordZoneChangesOptions.m
src/CKFetchRecordZoneChangesConfiguration.m
src/CKFetchRecordZoneChangesOperationInfo.m
src/CKModifyRecordsOperation.m
src/CKModifyRecordsOperationInfo.m
src/CKAssetDownloadPreauthorization.m
src/CKSignatureGenerator.m
src/CKSQLiteStatement.m
src/CKAssetRepairOperationUtilities.m
src/CKUploadRequestConfiguration.m
src/CKPublishAssetsOperation.m
src/CKPublishAssetsOperationInfo.m
src/CKCompleteParticipantVettingOperation.m
src/CKCompleteParticipantVettingOperationInfo.m
src/CKFetchSubscriptionsOperation.m
src/CKFetchSubscriptionsOperationInfo.m
src/CKLocationSortDescriptor.m
src/CKFetchRecordsAssetInfo.m
src/CKFetchRecordsOperation.m
src/CKFetchRecordsOperationInfo.m
src/CKPredicateValidatorInstance.m
src/CKRecursivePredicateValidator.m
src/CKAnyPredicateValidator.m
src/CKAllPredicateValidator.m
src/CKCompoundTypePredicateValidator.m
src/CKTruePredicateValidator.m
src/CKCompoundSubpredicateValidator.m
src/CKFlipFlopPredicateValidator.m
src/CKComparisonPredicateValidator.m
src/CKComparisonOperatorValidator.m
src/CKComparisonModifierValidator.m
src/CKComparisonOptionsValidator.m
src/CKConstantValueExpressionValidator.m
src/CKKeyPathExpressionValidator.m
src/CKAggregateExpressionValidator.m
src/CKFunctionExpressionValidator.m
src/CKEvaluatedObjectExpressionValidator.m
src/CKKindOfClassValidator.m
src/CKKindOfCollectionClassValidator.m
src/CKStringValueValidator.m
src/CKCustomBlockValidator.m
src/CKTrueValidator.m
src/CKNilValidator.m
src/CKDeclarativePredicateValidator.m
src/CKRequestInfo.m
src/CKBlockingAsyncQueue.m
src/CKCodeFunctionInvokeOperation.m
src/CKCodeFunctionInvokeOperationInfo.m
src/CKModifyRecordAccessOperation.m
src/CKModifyRecordAccessOperationInfo.m
src/CKShareMetadata.m
src/CKDiscoverUserInfosOperation.m
src/CKPackageDBDelegate.m
src/CKPackage.m
src/CKArchivedAnchoredPackage.m
src/CKObjCType.m
src/CKModifyBadgeOperation.m
src/CKModifyBadgeOperationInfo.m
src/CKUploadRequestMetadata.m
src/CKAssetUploadRequestMetadata.m
src/CKPackageUploadRequestMetadata.m
src/CKPredicateValidator.m
src/CKPrettyError.m
src/CKInternalError.m
src/CKSyncEngineMetadata.m
src/CKSyncEngineRecordModification.m
src/CKRecordID.m
src/CKRecordZone.m
src/CKStreamingAsset.m
src/CKFetchShareParticipantsOperation.m
src/CKFetchShareParticipantsOperationInfo.m
src/CKFetchUserQuotaOperation.m
src/CKFetchUserQuotaOperationResult.m
src/CKFetchWhitelistedBundleIDsOperation.m
src/CKFetchWhitelistedBundleIDsOperationResult.m
src/CKServerChangeToken.m
src/CKEventMetric.m
src/CKEventOperationInfo.m
src/CKEventOperationGroupInfo.m
src/CKEventMetricInfo.m
src/CKOperationCallbackManager.m
src/CKObject.m
src/CKDiscoverUserIdentitiesOperation.m
src/CKDiscoverUserIdentitiesOperationInfo.m

DEPENDENCIES
system
objc
Foundation
)
24 changes: 24 additions & 0 deletions src/frameworks/CloudKit/include/CloudKit/APSConnectionDelegate.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 APSConnectionDelegate

@end
24 changes: 24 additions & 0 deletions src/frameworks/CloudKit/include/CloudKit/C2RequestDelegate.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 C2RequestDelegate

@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>

@interface CKAPSMachServiceConnectionDelegate : NSObject

@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>

@interface CKAPSMachServiceConnectionKey : NSObject

@end
Loading