diff options
Diffstat (limited to 'ios/app')
-rw-r--r-- | ios/app/AppDelegate.mm | 2 | ||||
-rw-r--r-- | ios/app/Info.plist | 6 | ||||
-rw-r--r-- | ios/app/app.entitlements | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ios/app/AppDelegate.mm b/ios/app/AppDelegate.mm index 474f994e8..96e1cca1a 100644 --- a/ios/app/AppDelegate.mm +++ b/ios/app/AppDelegate.mm @@ -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]; diff --git a/ios/app/Info.plist b/ios/app/Info.plist index a527f1fcc..2d1a86eec 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -5,7 +5,7 @@ <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> - <string>PubSQ</string> + <string>Bluesky</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> @@ -26,10 +26,10 @@ <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLName</key> - <string>xyz.blueskyweb.pubsq</string> + <string>app.bsky</string> <key>CFBundleURLSchemes</key> <array> - <string>pubsqapp</string> + <string>bskyapp</string> </array> </dict> </array> diff --git a/ios/app/app.entitlements b/ios/app/app.entitlements index ad10c10e5..8ea56bd53 100644 --- a/ios/app/app.entitlements +++ b/ios/app/app.entitlements @@ -4,7 +4,7 @@ <dict> <key>com.apple.developer.associated-domains</key> <array> - <string>applinks:pubsq.pfrazee.com</string> + <string>applinks:bsky.pfrazee.com</string> </array> </dict> </plist> |