Skip to content

Commit 44ea95c

Browse files
brentleyjonesKarim Alweheshy
authored andcommitted
Fix ExtensionKit example (MobileNativeFoundation#3116)
Need a valid `EXExtensionPointIdentifier` to install the app. Signed-off-by: Brentley Jones <[email protected]> Signed-off-by: Karim Alweheshy <[email protected]>
1 parent 3a995be commit 44ea95c

File tree

1 file changed

+1
-1
lines changed
  • examples/integration/ExtensionKitExtension

1 file changed

+1
-1
lines changed

examples/integration/ExtensionKitExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>EXAppExtensionAttributes</key>
1616
<dict>
1717
<key>EXExtensionPointIdentifier</key>
18-
<string>com.apple.generic-extension</string>
18+
<string>com.apple.services</string>
1919
</dict>
2020
</dict>
2121
</plist>

0 commit comments

Comments
 (0)