Skip to content

Commit

Permalink
Revert "feat: update app bundle id"
Browse files Browse the repository at this point in the history
This reverts commit 9bf7d5c.
  • Loading branch information
DIYgod committed Feb 4, 2025
1 parent 9bf7d5c commit ab0fbb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/main/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ const registerPushNotifications = async () => {
firebase: JSON.parse(env.VITE_FIREBASE_CONFIG),
persistentIds: persistentIds || [],
credentials: credentials || undefined,
bundleId: "is.follow.Follow",
chromeId: "is.follow.Follow",
bundleId: "is.follow",
chromeId: "is.follow",
})
logger.info(
`PushReceiver initialized with credentials ${JSON.stringify(credentials)} and firebase config ${env.VITE_FIREBASE_CONFIG}`,
Expand Down
2 changes: 1 addition & 1 deletion forge.config.cts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const ignorePattern = new RegExp(`^/node_modules/(?!${[...keepModules].join("|")

const config: ForgeConfig = {
packagerConfig: {
appBundleId: "is.follow.Follow",
appBundleId: "is.follow",
icon: "resources/icon",
extraResource: ["./resources/app-update.yml"],
protocols: [
Expand Down

0 comments on commit ab0fbb6

Please sign in to comment.