Skip to content

Commit

Permalink
Fix ExtensionKit example (#3116)
Browse files Browse the repository at this point in the history
Need a valid `EXExtensionPointIdentifier` to install the app.

Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Dec 13, 2024
1 parent 53036fa commit 2126821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/integration/ExtensionKitExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>EXAppExtensionAttributes</key>
<dict>
<key>EXExtensionPointIdentifier</key>
<string>com.apple.generic-extension</string>
<string>com.apple.services</string>
</dict>
</dict>
</plist>

0 comments on commit 2126821

Please sign in to comment.