You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/for-developers/guides/task-types/ios-tasks/xcode.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,21 +50,24 @@ Specifies the target group within the iOS project where the resource should be a
50
50
| type | "notification-service" or "notification-content" | Specifies target type to be added. "notification-service" adds Notification Service Extension and "notification-content" adds Notification Content Extension. |
51
51
| message | string | Specifies the message when requesting the target name from the user. |
52
52
53
-
> **Note**: Specify `name` field for this action to expose the `name.target` variable which will hold the name of the target which was entered by the user.
54
-
>
55
-
> For example:
56
-
> ```yaml
57
-
> # add a notification service extension
58
-
> # with the default name `MyNotificationService`.
59
-
> # User can change this when running this action!
0 commit comments