File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ receive a notification on the iOS Simulator for the zulip-flutter app.
64
64
Tapping on the notification should route to the respective conversation.
65
65
66
66
``` shell-session
67
- $ xcrun simctl push [device-id] com .zulip.flutter [payload json path]
67
+ $ xcrun simctl push [device-id] org .zulip.Zulip [payload json path]
68
68
```
69
69
70
70
<details >
71
71
<summary >Example output:</summary >
72
72
73
73
``` shell-session
74
- $ xcrun simctl push 90CC33B2-679B-4053-B380-7B986A29F28C com .zulip.flutter ./dm.json
75
- Notification sent to 'com .zulip.flutter '
74
+ $ xcrun simctl push 90CC33B2-679B-4053-B380-7B986A29F28C org .zulip.Zulip ./dm.json
75
+ Notification sent to 'org .zulip.Zulip '
76
76
```
77
77
78
78
</details >
Original file line number Diff line number Diff line change 392
392
"$(inherited)",
393
393
"@executable_path/Frameworks",
394
394
);
395
- PRODUCT_BUNDLE_IDENTIFIER = com .zulip.flutter ;
395
+ PRODUCT_BUNDLE_IDENTIFIER = org .zulip.Zulip ;
396
396
PRODUCT_NAME = "$(TARGET_NAME)";
397
397
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
398
398
SWIFT_VERSION = 5.0;
522
522
"$(inherited)",
523
523
"@executable_path/Frameworks",
524
524
);
525
- PRODUCT_BUNDLE_IDENTIFIER = com .zulip.flutter ;
525
+ PRODUCT_BUNDLE_IDENTIFIER = org .zulip.Zulip ;
526
526
PRODUCT_NAME = "$(TARGET_NAME)";
527
527
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
528
528
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
546
546
"$(inherited)",
547
547
"@executable_path/Frameworks",
548
548
);
549
- PRODUCT_BUNDLE_IDENTIFIER = com .zulip.flutter ;
549
+ PRODUCT_BUNDLE_IDENTIFIER = org .zulip.Zulip ;
550
550
PRODUCT_NAME = "$(TARGET_NAME)";
551
551
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
552
552
SWIFT_VERSION = 5.0;
Original file line number Diff line number Diff line change 26
26
<array >
27
27
<dict >
28
28
<key >CFBundleURLName </key >
29
- <string >com .zulip.flutter </string >
29
+ <string >org .zulip.Zulip </string >
30
30
<key >CFBundleURLSchemes </key >
31
31
<array >
32
32
<string >zulip </string >
You can’t perform that action at this time.
0 commit comments