about summary refs log tree commit diff
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/app.xcodeproj/project.pbxproj4
-rw-r--r--ios/app/AppDelegate.mm2
-rw-r--r--ios/app/Info.plist6
-rw-r--r--ios/app/app.entitlements2
4 files changed, 7 insertions, 7 deletions
diff --git a/ios/app.xcodeproj/project.pbxproj b/ios/app.xcodeproj/project.pbxproj
index 5adf1695b..ccbfc679e 100644
--- a/ios/app.xcodeproj/project.pbxproj
+++ b/ios/app.xcodeproj/project.pbxproj
@@ -474,7 +474,7 @@
 					"-ObjC",
 					"-lc++",
 				);
-				PRODUCT_BUNDLE_IDENTIFIER = xyz.blueskyweb.pubsq;
+				PRODUCT_BUNDLE_IDENTIFIER = app.bsky;
 				PRODUCT_NAME = app;
 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 				SWIFT_VERSION = 5.0;
@@ -502,7 +502,7 @@
 					"-ObjC",
 					"-lc++",
 				);
-				PRODUCT_BUNDLE_IDENTIFIER = xyz.blueskyweb.pubsq;
+				PRODUCT_BUNDLE_IDENTIFIER = app.bsky;
 				PRODUCT_NAME = app;
 				SWIFT_VERSION = 5.0;
 				VERSIONING_SYSTEM = "apple-generic";
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>