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

@ -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";

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];

View file

@ -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>

View file

@ -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>