How to make safari extension

Generated on 7/31/2024

1 search

To create a Safari extension, you can follow these general steps:

  1. Create a New Target: Start by creating a new target in Xcode. Navigate to the file menu and select "New Target." Choose the platform for your extension (macOS, iOS, or iPadOS).

  2. Configure the Extension: Search for the appropriate extension template, such as the Core Spotlight delegate extension template if you're working with search functionalities. Configure the new target and add it to your project.

  3. Activate and Debug: Activate the new extension and set up your debugging environment. You can use command-line utilities like mdutil to simulate requests and debug your extension.

  4. Build and Test: Rebuild your app to include the new extension. Attach the process for debugging and ensure everything works as expected.

For more detailed steps and examples, you can refer to the session Support semantic search with Core Spotlight.

Additionally, Safari extensions can now be managed on iOS, iPadOS, and macOS with a new Safari extension configuration. This allows you to define which extensions are allowed, control whether an extension is always on or off, and configure extension website access by domain and subdomain. This is particularly useful for IT admins managing a fleet of devices. For more information, check out the session What’s new in device management.

Relevant Sessions:

  1. Support semantic search with Core Spotlight
  2. What’s new in device management

These sessions provide a comprehensive guide on creating and managing Safari extensions across different Apple platforms.

Build a great Lock Screen camera capture experience

Build a great Lock Screen camera capture experience

Find out how the LockedCameraCapture API can help you bring your capture application’s most useful information directly to the Lock Screen. Examine the API’s features and functionality, learn how to get started creating a capture extension, and find out how that extension behaves when the device is locked.

What’s new in device management

What’s new in device management

Learn about the latest management capabilities for iOS, iPadOS, macOS, and visionOS, then discover the latest changes to Apple Business Manager and Apple School Manager. We’ll also share updates to Activation Lock, SoftwareUpdate, and Safari management.

Build immersive web experiences with WebXR

Build immersive web experiences with WebXR

Discover how WebXR empowers you to add fully immersive experiences to your website in visionOS. Find out how to build WebXR experiences that take full advantage of the input capabilities of visionOS, and learn how you can use Simulator to test WebXR experiences on macOS.

What’s new in privacy

What’s new in privacy

At Apple, we believe privacy is a fundamental human right. Learn about new and improved permission flows and other features that manage data in a privacy-preserving way, so that you can focus on creating great app experiences.

Support semantic search with Core Spotlight

Support semantic search with Core Spotlight

Learn how to provide semantic search results in your app using Core Spotlight. Understand how to make your app’s content available in the user’s private, on-device index so people can search for items using natural language. We’ll also share how to optimize your app’s performance by scheduling indexing activities. To get the most out of this session, we recommend first checking out Core Spotlight documentation on the Apple Developer website.

Optimize for the spatial web

Optimize for the spatial web

Discover how to make the most of visionOS capabilities on the web. Explore recent updates like improvements to selection highlighting, and the ability to present spatial photos and panorama images in fullscreen. Learn to take advantage of existing web standards for dictation and text-to-speech with WebSpeech, spatial soundscapes with WebAudio, and immersive experiences with WebXR.