-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add modulemap files to iOS private frameworks (#99)
* Add module.modulemap for MediaRemote * Add module.modulemap for BaseBoardUI * Add module.modulemap for GeoServices * Add module.modulemap for UserNotificationsUIKit * Add module.modulemap for BaseBoard * Add module.modulemap for ControlCenterUIKit * Add module.modulemap for FrontBoard * Add module.modulemap for CameraUI * Add module.modulemap for AssistantServices * Add module.modulemap for StoreKitUI * Add module.modulemap for PreferencesUI * Add module.modulemap for PhotoLibraryServices * Add module.modulemap for Celestial * Add module.modulemap for PersonaUI * Add module.modulemap for PhotoLibrary * Add module.modulemap for BatteryCenter * Add module.modulemap for AssertionServices * Add module.modulemap for MobileTimer * Add module.modulemap for MaterialKit * Add module.modulemap for FrontBoardServices * Add module.modulemap for TextInput * Add module.modulemap for SpringBoardUI * Add module.modulemap for PersonaKit * Add module.modulemap for SplashBoard * Add module.modulemap for AppSupport * Add module.modulemap for SpringBoardUIServices * Add module.modulemap for CameraKit * Add module.modulemap for TelephonyUI * Add module.modulemap for BackBoardServices * Add module.modulemap for PassKitUI * Add module.modulemap for IMSharedUtilities * Add module.modulemap for UIFoundation * Add module.modulemap for UserNotificationsKit * Add module.modulemap for SpringBoardHome * Add module.modulemap for SpringBoardFoundation * Add module.modulemap for PassKitCore * Add module.modulemap for BulletinBoard * Add module.modulemap for IMCore * Add module.modulemap for MediaPlayerUI * Add module.modulemap for ApplePushService * Add module.modulemap for LowPowerMode * Add module.modulemap for ChatKit * Add module.modulemap for IMFoundation * Add module.modulemap for PassKitUIFoundation * Add module.modulemap for PersistentConnection * Add module.modulemap for OnBoardingKit * Add module.modulemap for IMDaemonCore
- Loading branch information
1 parent
1435844
commit 5ff7d77
Showing
93 changed files
with
593 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#import <AppSupport/CPBitmapStore.h> | ||
#import <AppSupport/CPDistributedMessagingCenter.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,8 @@ | ||
module AppSupport { | ||
umbrella header "AppSupport.h" | ||
|
||
link framework "AppSupport" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,2 @@ | ||
#import <ApplePushService/APSIncomingMessage.h> | ||
#import <ApplePushService/APSMessage.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,8 @@ | ||
module ApplePushService { | ||
umbrella header "ApplePushService.h" | ||
|
||
link framework "ApplePushService" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,3 @@ | ||
#import <AssertionServices/BKSProcess.h> | ||
#import <AssertionServices/BKSProcessAssertion.h> | ||
#import <AssertionServices/BKSProcessAssertionClient.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,8 @@ | ||
module AssertionServices { | ||
umbrella header "AssertionServices.h" | ||
|
||
link framework "AssertionServices" | ||
|
||
export * | ||
module * { export * } | ||
} |
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 @@ | ||
#import <AssistantServices/AFPreferences.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,8 @@ | ||
module AssistantServices { | ||
umbrella header "AssistantServices.h" | ||
|
||
link framework "AssistantServices" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,2 @@ | ||
#import <BackBoardServices/BKSDisplayBrightness.h> | ||
#import <BackBoardServices/BKSSystemService.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,8 @@ | ||
module BackBoardServices { | ||
umbrella header "BackBoardServices.h" | ||
|
||
link framework "BackBoardServices" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,10 @@ | ||
#import <BaseBoard/BSAction.h> | ||
#import <BaseBoard/BSAuditToken.h> | ||
#import <BaseBoard/BSBaseXPCClient.h> | ||
#import <BaseBoard/BSDescriptionProviding.h> | ||
#import <BaseBoard/BSMutableSettings.h> | ||
#import <BaseBoard/BSPlatform.h> | ||
#import <BaseBoard/BSProcessHandle.h> | ||
#import <BaseBoard/BSSettingDescriptionProvider.h> | ||
#import <BaseBoard/BSSettings.h> | ||
#import <BaseBoard/BSXPCCoding.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,8 @@ | ||
module BaseBoard { | ||
umbrella header "BaseBoard.h" | ||
|
||
link framework "BaseBoard" | ||
|
||
export * | ||
module * { export * } | ||
} |
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 @@ | ||
#import <BaseBoardUI/UIViewController+BaseBoardUI.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,8 @@ | ||
module BaseBoardUI { | ||
umbrella header "BaseBoardUI.h" | ||
|
||
link framework "BaseBoardUI" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,2 @@ | ||
#import <BatteryCenter/BCBatteryDevice.h> | ||
#import <BatteryCenter/BCBatteryDeviceController.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,8 @@ | ||
module BatteryCenter { | ||
umbrella header "BatteryCenter.h" | ||
|
||
link framework "BatteryCenter" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,17 @@ | ||
#import <BulletinBoard/BBAction.h> | ||
#import <BulletinBoard/BBAppearance.h> | ||
#import <BulletinBoard/BBBulletin.h> | ||
#import <BulletinBoard/BBBulletinRequest.h> | ||
#import <BulletinBoard/BBDataProvider.h> | ||
#import <BulletinBoard/BBDataProviderIdentity.h> | ||
#import <BulletinBoard/BBLocalDataProviderStore.h> | ||
#import <BulletinBoard/BBSectionIcon.h> | ||
#import <BulletinBoard/BBSectionIconVariant.h> | ||
#import <BulletinBoard/BBSectionInfo.h> | ||
#import <BulletinBoard/BBSectionInfoSettings.h> | ||
#import <BulletinBoard/BBSectionParameters.h> | ||
#import <BulletinBoard/BBSectionSubtypeParameters.h> | ||
#import <BulletinBoard/BBServer.h> | ||
#import <BulletinBoard/BBSettingsGateway.h> | ||
#import <BulletinBoard/BBThumbnailSizeConstraints.h> | ||
#import <BulletinBoard/BBWeeAppController.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,8 @@ | ||
module BulletinBoard { | ||
umbrella header "BulletinBoard.h" | ||
|
||
link framework "BulletinBoard" | ||
|
||
export * | ||
module * { export * } | ||
} |
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 @@ | ||
#import <CameraKit/UIView+CameraKitAdditions.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,8 @@ | ||
module CameraKit { | ||
umbrella header "CameraKit.h" | ||
|
||
link framework "CameraKit" | ||
|
||
export * | ||
module * { export * } | ||
} |
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 @@ | ||
#import <CameraUI/UIFont+CameraUIAdditions.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,8 @@ | ||
module CameraUI { | ||
umbrella header "CameraUI.h" | ||
|
||
link framework "CameraUI" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,9 @@ | ||
#import <Celestial/AVController.h> | ||
#import <Celestial/AVItem.h> | ||
#import <Celestial/AVQueue.h> | ||
#import <Celestial/AVSystemController.h> | ||
#import <Celestial/FigCaptureConnectionConfiguration.h> | ||
#import <Celestial/FigCaptureIrisStillImageSettings.h> | ||
#import <Celestial/FigCaptureSourceFormat.h> | ||
#import <Celestial/FigCaptureStillImageSettings.h> | ||
#import <Celestial/FigVideoCaptureConnectionConfiguration.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,8 @@ | ||
module Celestial { | ||
umbrella header "Celestial.h" | ||
|
||
link framework "Celestial" | ||
|
||
export * | ||
module * { export * } | ||
} |
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 @@ | ||
#import <ChatKit/CKConversation.h> | ||
#import <ChatKit/CKConversationList.h> | ||
#import <ChatKit/CKConversationListCell.h> | ||
#import <ChatKit/CKConversationListController.h> | ||
#import <ChatKit/CKDNDList.h> | ||
#import <ChatKit/CKDetailsCell.h> | ||
#import <ChatKit/CKDetailsChatOptionsCell.h> | ||
#import <ChatKit/CKDetailsController.h> | ||
#import <ChatKit/CKDetailsTableView.h> | ||
#import <ChatKit/CKEntity.h> | ||
#import <ChatKit/CKIMEntity.h> | ||
#import <ChatKit/CKMadridEntity.h> | ||
#import <ChatKit/CKMadridService.h> | ||
#import <ChatKit/CKMessageCell.h> | ||
#import <ChatKit/CKNavigationController.h> | ||
#import <ChatKit/CKScrollViewController.h> | ||
#import <ChatKit/CKTranscriptController.h> | ||
#import <ChatKit/CKTranscriptManagementController.h> | ||
#import <ChatKit/CKTranscriptRecipientsController.h> | ||
#import <ChatKit/CKTranscriptRecipientsHeaderFooterView.h> | ||
#import <ChatKit/CKTranscriptTypingIndicatorCell.h> | ||
#import <ChatKit/CKTypingIndicatorLayer.h> | ||
#import <ChatKit/CKTypingView.h> | ||
#import <ChatKit/CKViewController.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,8 @@ | ||
module ChatKit { | ||
umbrella header "ChatKit.h" | ||
|
||
link framework "ChatKit" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,8 @@ | ||
#import <ControlCenterUIKit/CCUICAPackageDescription.h> | ||
#import <ControlCenterUIKit/CCUICAPackageView.h> | ||
#import <ControlCenterUIKit/CCUIContentModule-Protocol.h> | ||
#import <ControlCenterUIKit/CCUIContentModuleContentViewController-Protocol.h> | ||
#import <ControlCenterUIKit/CCUILabeledRoundButton.h> | ||
#import <ControlCenterUIKit/CCUILabeledRoundButtonViewController.h> | ||
#import <ControlCenterUIKit/CCUIRoundButton.h> | ||
#import <ControlCenterUIKit/CCUIToggleModule.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,8 @@ | ||
module ControlCenterUIKit { | ||
umbrella header "ControlCenterUIKit.h" | ||
|
||
link framework "ControlCenterUIKit" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,23 @@ | ||
#import <FrontBoard/FBApplicationInfo.h> | ||
#import <FrontBoard/FBApplicationProcess.h> | ||
#import <FrontBoard/FBBundleInfo.h> | ||
#import <FrontBoard/FBDisplayManager.h> | ||
#import <FrontBoard/FBProcess.h> | ||
#import <FrontBoard/FBProcessManager.h> | ||
#import <FrontBoard/FBProcessState.h> | ||
#import <FrontBoard/FBSMutableSceneSettings.h> | ||
#import <FrontBoard/FBSSceneSettings.h> | ||
#import <FrontBoard/FBSSceneSettingsDiff.h> | ||
#import <FrontBoard/FBScene.h> | ||
#import <FrontBoard/FBSceneClient.h> | ||
#import <FrontBoard/FBSceneClientProvider.h> | ||
#import <FrontBoard/FBSceneHostManager.h> | ||
#import <FrontBoard/FBSceneHostWrapperView.h> | ||
#import <FrontBoard/FBSceneManager.h> | ||
#import <FrontBoard/FBSystemApp.h> | ||
#import <FrontBoard/FBSystemGestureManager.h> | ||
#import <FrontBoard/FBSystemService.h> | ||
#import <FrontBoard/FBWindow.h> | ||
#import <FrontBoard/FBWindowContextHostManager.h> | ||
#import <FrontBoard/FBWorkspaceEvent.h> | ||
#import <FrontBoard/FBWorkspaceEventQueue.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,8 @@ | ||
module FrontBoard { | ||
umbrella header "FrontBoard.h" | ||
|
||
link framework "FrontBoard" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,7 @@ | ||
#import <FrontBoardServices/FBSDisplay.h> | ||
#import <FrontBoardServices/FBSMutableSceneSettings.h> | ||
#import <FrontBoardServices/FBSOpenApplicationOptions.h> | ||
#import <FrontBoardServices/FBSProcessHandle.h> | ||
#import <FrontBoardServices/FBSSceneSettings.h> | ||
#import <FrontBoardServices/FBSSceneSettingsDiff.h> | ||
#import <FrontBoardServices/FBSSystemService.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,8 @@ | ||
module FrontBoardServices { | ||
umbrella header "FrontBoardServices.h" | ||
|
||
link framework "FrontBoardServices" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,5 @@ | ||
#import <GeoServices/GEOCelestialBody.h> | ||
#import <GeoServices/GEOCelestialEphemeris.h> | ||
#import <GeoServices/GEOEquatorialCelestialBodyData.h> | ||
#import <GeoServices/GEOHorizontalCelestialBodyData.h> | ||
#import <GeoServices/GEOSolarEclipticCelestialBodyData.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,8 @@ | ||
module GeoServices { | ||
umbrella header "GeoServices.h" | ||
|
||
link framework "GeoServices" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,6 @@ | ||
#import <IMCore/IMAccount.h> | ||
#import <IMCore/IMChat.h> | ||
#import <IMCore/IMHandle.h> | ||
#import <IMCore/IMItemsController.h> | ||
#import <IMCore/IMPerson.h> | ||
#import <IMCore/IMServiceImpl.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,8 @@ | ||
module IMCore { | ||
umbrella header "IMCore.h" | ||
|
||
link framework "IMCore" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,6 @@ | ||
#import <IMDaemonCore/IMDChat.h> | ||
#import <IMDaemonCore/IMDChatRegistry.h> | ||
#import <IMDaemonCore/IMDFileTransferCenter.h> | ||
#import <IMDaemonCore/IMDHandle.h> | ||
#import <IMDaemonCore/IMDMessageStore.h> | ||
#import <IMDaemonCore/IMDServiceSession.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,8 @@ | ||
module IMDaemonCore { | ||
umbrella header "IMDaemonCore.h" | ||
|
||
link framework "IMDaemonCore" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,3 @@ | ||
#import <IMFoundation/FZMessage.h> | ||
#import <IMFoundation/IMItem.h> | ||
#import <IMFoundation/IMMessageItem.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,8 @@ | ||
module IMFoundation { | ||
umbrella header "IMFoundation.h" | ||
|
||
link framework "IMFoundation" | ||
|
||
export * | ||
module * { export * } | ||
} |
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 @@ | ||
#import <IMSharedUtilities/IMFileTransfer.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,8 @@ | ||
module IMSharedUtilities { | ||
umbrella header "IMSharedUtilities.h" | ||
|
||
link framework "IMSharedUtilities" | ||
|
||
export * | ||
module * { export * } | ||
} |
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 @@ | ||
#import <LowPowerMode/_PLLowPowerMode.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,8 @@ | ||
module LowPowerMode { | ||
umbrella header "LowPowerMode.h" | ||
|
||
link framework "LowPowerMode" | ||
|
||
export * | ||
module * { export * } | ||
} |
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 @@ | ||
#import <MaterialKit/MTLumaDodgePillView.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,8 @@ | ||
module MaterialKit { | ||
umbrella header "MaterialKit.h" | ||
|
||
link framework "MaterialKit" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,10 @@ | ||
#import <MediaPlayerUI/MPUControlCenterMediaControlsView.h> | ||
#import <MediaPlayerUI/MPUControlCenterMediaControlsViewController.h> | ||
#import <MediaPlayerUI/MPUControlCenterMetadataView.h> | ||
#import <MediaPlayerUI/MPUMediaRemoteControlsView.h> | ||
#import <MediaPlayerUI/MPUMediaRemoteViewController.h> | ||
#import <MediaPlayerUI/MPUNowPlayingArtworkView.h> | ||
#import <MediaPlayerUI/MPUNowPlayingController.h> | ||
#import <MediaPlayerUI/MPUNowPlayingMetadata.h> | ||
#import <MediaPlayerUI/MPUNowPlayingMetadataView.h> | ||
#import <MediaPlayerUI/MPUTransportControlsView.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,8 @@ | ||
module MediaPlayerUI { | ||
umbrella header "MediaPlayerUI.h" | ||
|
||
link framework "MediaPlayerUI" | ||
|
||
export * | ||
module * { export * } | ||
} |
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,8 @@ | ||
module MediaRemote { | ||
umbrella header "MediaRemote.h" | ||
|
||
link framework "MediaRemote" | ||
|
||
export * | ||
module * { export * } | ||
} |
Oops, something went wrong.