Skip to content

Instantly share code, notes, and snippets.

@mnem
Created June 5, 2018 17:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mnem/6dd7e942452730b6c2c9e2ac21934691 to your computer and use it in GitHub Desktop.
/System/iOSSupport
├── System
│   └── Library
│   ├── AccessibilityBundles
│   │   ├── AVFoundation.axbundle
│   │   ├── AVKit.axbundle
│   │   ├── AccessibilitySettingsLoader.bundle
│   │   ├── AdSheet.axbundle
│   │   ├── AddressBook-Assistant.axbundle
│   │   ├── AddressBookUIFramework.axbundle
│   │   ├── Audio-QuickLook.axbundle
│   │   ├── AuthKitUI.axbundle
│   │   ├── BaseBoardUI.axbundle
│   │   ├── ContactsUI.axbundle
│   │   ├── ControlCenterUI.axbundle
│   │   ├── ControlCenterUIKit.axbundle
│   │   ├── CoreSuggestionsUI.axbundle
│   │   ├── DefaultMediaPlayer-QuickLook.axbundle
│   │   ├── EmojiKit.axbundle
│   │   ├── GeoServices.axbundle
│   │   ├── Gif-QuickLook.axbundle
│   │   ├── Home.axbundle
│   │   ├── HomeUI.axbundle
│   │   ├── HomeUIService.axbundle
│   │   ├── Image-QuickLook.axbundle
│   │   ├── InvertColorsManager.bundle
│   │   ├── LinkPresentation.axbundle
│   │   ├── MailAttachmentPlugin.axbundle
│   │   ├── MapKitFramework.axbundle
│   │   ├── Maps-Assistant.axbundle
│   │   ├── Maps.axbundle
│   │   ├── MessageUIFramework.axbundle
│   │   ├── MobileSafari.axbundle
│   │   ├── Movie-QuickLook.axbundle
│   │   ├── Nearby.axbundle
│   │   ├── OnBoardingKit.axbundle
│   │   ├── QuickLook.axbundle
│   │   ├── QuickTime\ Plugin.axbundle
│   │   ├── RemoteUIFramework.axbundle
│   │   ├── SafariServices.axbundle
│   │   ├── SharingFramework.axbundle
│   │   ├── SpriteKit.axbundle
│   │   ├── UIKit.axbundle
│   │   ├── UpNext.axbundle
│   │   ├── VectorKit.axbundle
│   │   ├── WeatherFoundation.axbundle
│   │   ├── WeatherFramework.axbundle
│   │   ├── WebCore.axbundle
│   │   ├── WebKit.axbundle
│   │   ├── WebKitLegacy.axbundle
│   │   ├── WebProcess.axbundle
│   │   ├── WebProcessLoader.axbundle
│   │   ├── WebUI.axbundle
│   │   ├── iAdFramework.axbundle
│   │   └── mainbundles.axbundlemap
│   ├── Frameworks
│   │   ├── AVKit.framework
│   │   ├── AuthenticationServices.framework
│   │   ├── ContactsUI.framework
│   │   ├── JavaScriptCore.framework
│   │   ├── MapKit.framework
│   │   ├── MessageUI.framework
│   │   ├── MetalKit.framework
│   │   ├── MobileCoreServices.framework
│   │   ├── UIKit.framework
│   │   ├── WebKit.framework
│   │   └── iAd.framework
│   ├── Preferences
│   │   └── Logging
│   ├── PrivateFrameworks
│   │   ├── AXMediaUtilities.framework
│   │   ├── AXMediaUtilitiesService.xpc
│   │   ├── AXRuntime.framework
│   │   ├── Accessibility.framework
│   │   ├── AccessibilityPlatformTranslation.framework
│   │   ├── AccessibilityUtilities.framework
│   │   ├── AddressBookLegacy.framework
│   │   ├── AppSupportUI.framework
│   │   ├── AssistantServices.framework
│   │   ├── AuthKitUI.framework
│   │   ├── BaseBoardUI.framework
│   │   ├── CorePDF.framework
│   │   ├── DocumentManager.framework
│   │   ├── DocumentManagerCore.framework
│   │   ├── EventKitUI.framework
│   │   ├── FrontBoard.framework
│   │   ├── FrontBoardUIServices.framework
│   │   ├── HMFoundation.framework
│   │   ├── Home.framework
│   │   ├── HomeKit.framework
│   │   ├── HomeUI.framework
│   │   ├── IntlPreferences.framework
│   │   ├── MIME.framework
│   │   ├── ManagedConfiguration.framework
│   │   ├── MessageSupport.framework
│   │   ├── MobileIcons.framework
│   │   ├── MobileTimer.framework
│   │   ├── MobileTimerUI.framework
│   │   ├── NetAppsUtilitiesUI.framework
│   │   ├── NewsAnalyticsUpload.framework
│   │   ├── NewsCore.framework
│   │   ├── NewsDaemon.framework
│   │   ├── NewsFeedLayout.framework
│   │   ├── NewsFoundation.framework
│   │   ├── NewsServicesInternal.framework
│   │   ├── NewsTransport.framework
│   │   ├── NewsUI.framework
│   │   ├── OnBoardingKit.framework
│   │   ├── PersonaUI.framework
│   │   ├── RemoteConfiguration.framework
│   │   ├── Silex.framework
│   │   ├── SilexText.framework
│   │   ├── SilexVideo.framework
│   │   ├── Stocks.framework
│   │   ├── TSReading.framework
│   │   ├── TSUtility.framework
│   │   ├── UIAccessibility.framework
│   │   ├── UIKitCore.framework
│   │   ├── UIKitServices.framework
│   │   ├── VoiceMemos.framework
│   │   ├── Weather.framework
│   │   ├── WeatherFoundation.framework
│   │   ├── WebCore.framework
│   │   ├── WebInspector.framework
│   │   ├── WebKitLegacy.framework
│   │   └── XCTAutomationSupport.framework
│   └── TTSPlugins
│   └── TTSSpeechBundle.speechbundle
├── dyld
│   └── macOS-whitelist.txt
└── usr
└── lib
├── libAXSafeCategoryBundle.dylib
└── libAXSpeechManager.dylib
129 directories, 4 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment