Skip to content

Instantly share code, notes, and snippets.

@steventroughtonsmith
Created January 17, 2016 06:49
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steventroughtonsmith/52f0c6783446b6fc536e to your computer and use it in GitHub Desktop.
Save steventroughtonsmith/52f0c6783446b6fc536e to your computer and use it in GitHub Desktop.
NSExtensionSDK providers
AddressBookUI.framework
(
"com.apple.people-picker"
)
AudioToolbox.framework
(
"com.apple.AudioUnit",
"com.apple.AudioUnit-UI"
)
ContactsUI.framework
(
"com.apple.people-picker",
"com.apple.contact-view"
)
CoreSpotlight.framework
(
"com.apple.spotlight.index"
)
ExternalAccessory.framework
(
"com.apple.ExternalAccessory.WACUI"
)
GameKit.framework
(
"com.apple.gamecenter-services"
)
NetworkExtension.framework
(
"com.apple.networkextension.filter-control",
"com.apple.networkextension.filter-data",
"com.apple.networkextension.app-proxy",
"com.apple.networkextension.packet-tunnel"
)
NotificationCenter.framework
(
"com.apple.widget-extension"
)
PhotosUI.framework
(
"com.apple.photo-editing"
)
ReplayKit.framework
(
"com.apple.screen-recorder-services"
)
SafariServices.framework
(
"com.apple.Safari.content-blocker",
"com.apple.Safari.sharedlinks-service"
)
Social.framework
(
"com.apple.social.ui-authenticators",
"com.apple.share-services"
)
UIKit.framework
(
"com.apple.services",
"com.apple.app.non-ui-extension",
"com.apple.taptoradar-service",
"com.apple.app.non-ui-extension.multiple-instances",
"com.apple.fileprovider-nonui",
"com.apple.fileprovider-ui",
"com.apple.app.ui-extension.multiple-instances",
"com.apple.ui-services",
"com.apple.keyboard-service"
)
WatchKit.framework
(
"com.apple.watchkit"
)
CryptoTokenKit.framework
(
"com.apple.ctk-tokens"
)
DataDetectorsUI.framework
(
"com.apple.datadetectors.previewcontent"
)
DiagnosticExtensions.framework
(
"com.apple.diagnosticextensions-service"
)
GameCenter.framework
(
"com.apple.gamecenter-services"
)
GameCenterUI.framework
(
"com.apple.gamecenter-services"
)
LegacyGameKit.framework
(
"com.apple.gamecenter-services"
)
Notes.framework
(
"com.apple.mobilenotes.extension"
)
SpringBoardUIServices.framework
(
"com.apple.internal.springboard.cfusernotification"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment