Rename to bsky.app

This commit is contained in:
Paul Frazee 2022-11-05 13:56:22 -05:00
parent b6f3a234da
commit 2377431901
17 changed files with 32 additions and 32 deletions

View file

@ -44,7 +44,7 @@
bridge.surfacePresenter = _bridgeAdapter.surfacePresenter;
#endif
UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"xyz.blueskyweb.pubsq", nil);
UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"app.bsky", nil);
if (@available(iOS 13.0, *)) {
rootView.backgroundColor = [UIColor systemBackgroundColor];