about summary refs log tree commit diff
path: root/ios
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-14 13:13:08 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-14 13:13:08 -0600
commit51c9a51f8c31c78adbebda2520d3a0267fbad1ec (patch)
tree4d807ae3a3c4dbc911fc0cb5ccdd54acf6afbcbd /ios
parent837ec8308a8638781196ad5ddf6c3033b37fe1da (diff)
downloadvoidsky-51c9a51f8c31c78adbebda2520d3a0267fbad1ec.tar.zst
Change appid to xyz.blueskyweb.app
Diffstat (limited to 'ios')
-rw-r--r--ios/app.xcodeproj/project.pbxproj8
-rw-r--r--ios/app/AppDelegate.mm2
-rw-r--r--ios/app/Info.plist2
-rw-r--r--ios/app/app.entitlements4
4 files changed, 7 insertions, 9 deletions
diff --git a/ios/app.xcodeproj/project.pbxproj b/ios/app.xcodeproj/project.pbxproj
index ccbfc679e..bc5be5f29 100644
--- a/ios/app.xcodeproj/project.pbxproj
+++ b/ios/app.xcodeproj/project.pbxproj
@@ -461,7 +461,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_ENTITLEMENTS = app/app.entitlements;
 				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = A6GRZHF6BV;
+				DEVELOPMENT_TEAM = B3LX46C5HS;
 				ENABLE_BITCODE = NO;
 				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
 				INFOPLIST_FILE = app/Info.plist;
@@ -474,7 +474,7 @@
 					"-ObjC",
 					"-lc++",
 				);
-				PRODUCT_BUNDLE_IDENTIFIER = app.bsky;
+				PRODUCT_BUNDLE_IDENTIFIER = xyz.blueskyweb.app;
 				PRODUCT_NAME = app;
 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 				SWIFT_VERSION = 5.0;
@@ -490,7 +490,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_ENTITLEMENTS = app/app.entitlements;
 				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = A6GRZHF6BV;
+				DEVELOPMENT_TEAM = B3LX46C5HS;
 				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
 				INFOPLIST_FILE = app/Info.plist;
 				LD_RUNPATH_SEARCH_PATHS = (
@@ -502,7 +502,7 @@
 					"-ObjC",
 					"-lc++",
 				);
-				PRODUCT_BUNDLE_IDENTIFIER = app.bsky;
+				PRODUCT_BUNDLE_IDENTIFIER = xyz.blueskyweb.app;
 				PRODUCT_NAME = app;
 				SWIFT_VERSION = 5.0;
 				VERSIONING_SYSTEM = "apple-generic";
diff --git a/ios/app/AppDelegate.mm b/ios/app/AppDelegate.mm
index ae764ed43..c73bc099d 100644
--- a/ios/app/AppDelegate.mm
+++ b/ios/app/AppDelegate.mm
@@ -47,7 +47,7 @@
   bridge.surfacePresenter = _bridgeAdapter.surfacePresenter;
 #endif
 
-  UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"app.bsky", nil);
+  UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"xyz.blueskyweb.app", nil);
 
   if (@available(iOS 13.0, *)) {
     rootView.backgroundColor = [UIColor systemBackgroundColor];
diff --git a/ios/app/Info.plist b/ios/app/Info.plist
index 2d1a86eec..16c540e32 100644
--- a/ios/app/Info.plist
+++ b/ios/app/Info.plist
@@ -26,7 +26,7 @@
 			<key>CFBundleTypeRole</key>
 			<string>Editor</string>
 			<key>CFBundleURLName</key>
-			<string>app.bsky</string>
+			<string>xyz.blueskyweb.app</string>
 			<key>CFBundleURLSchemes</key>
 			<array>
 				<string>bskyapp</string>
diff --git a/ios/app/app.entitlements b/ios/app/app.entitlements
index 8ea56bd53..314291360 100644
--- a/ios/app/app.entitlements
+++ b/ios/app/app.entitlements
@@ -3,8 +3,6 @@
 <plist version="1.0">
 <dict>
 	<key>com.apple.developer.associated-domains</key>
-	<array>
-		<string>applinks:bsky.pfrazee.com</string>
-	</array>
+	<array/>
 </dict>
 </plist>