about summary refs log tree commit diff
path: root/ios/app/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'ios/app/Info.plist')
-rw-r--r--ios/app/Info.plist6
1 files changed, 3 insertions, 3 deletions
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>