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.
6464Tapping on the notification should route to the respective conversation.
6565
6666``` 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]
6868```
6969
7070<details >
7171<summary >Example output:</summary >
7272
7373``` 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 '
7676```
7777
7878</details >
Original file line number Diff line number Diff line change 392392 "$(inherited)",
393393 "@executable_path/Frameworks",
394394 );
395- PRODUCT_BUNDLE_IDENTIFIER = com .zulip.flutter ;
395+ PRODUCT_BUNDLE_IDENTIFIER = org .zulip.Zulip ;
396396 PRODUCT_NAME = "$(TARGET_NAME)";
397397 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
398398 SWIFT_VERSION = 5.0;
522522 "$(inherited)",
523523 "@executable_path/Frameworks",
524524 );
525- PRODUCT_BUNDLE_IDENTIFIER = com .zulip.flutter ;
525+ PRODUCT_BUNDLE_IDENTIFIER = org .zulip.Zulip ;
526526 PRODUCT_NAME = "$(TARGET_NAME)";
527527 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
528528 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
546546 "$(inherited)",
547547 "@executable_path/Frameworks",
548548 );
549- PRODUCT_BUNDLE_IDENTIFIER = com .zulip.flutter ;
549+ PRODUCT_BUNDLE_IDENTIFIER = org .zulip.Zulip ;
550550 PRODUCT_NAME = "$(TARGET_NAME)";
551551 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
552552 SWIFT_VERSION = 5.0;
Original file line number Diff line number Diff line change 2626 <array >
2727 <dict >
2828 <key >CFBundleURLName </key >
29- <string >com .zulip.flutter </string >
29+ <string >org .zulip.Zulip </string >
3030 <key >CFBundleURLSchemes </key >
3131 <array >
3232 <string >zulip </string >
You can’t perform that action at this time.
0 commit comments