-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1028 from JCWasmx86/master
Added CloudKit stubs
- Loading branch information
Showing
536 changed files
with
16,865 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
24
src/frameworks/CloudKit/include/CloudKit/APSConnectionDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
24
src/frameworks/CloudKit/include/CloudKit/C2RequestDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
24 changes: 24 additions & 0 deletions
24
src/frameworks/CloudKit/include/CloudKit/CKAPSMachServiceConnectionDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
24 changes: 24 additions & 0 deletions
24
src/frameworks/CloudKit/include/CloudKit/CKAPSMachServiceConnectionKey.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.