Skip to content

Commit

Permalink
Merge pull request #125 from BudgetBuddiesTeam/refactor/edit-bundle-id
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u authored Aug 21, 2024
2 parents f692369 + 5492936 commit 268372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BudgetBuddies/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let project = Project(
name: "BudgetBuddies",
destinations: .iOS,
product: .app,
bundleId: "com.budgetBuddies.app",
bundleId: "com.budgetbuddiesteam.budgetbuddiesapp",
infoPlist: budgetBuddiesInfoPlist,
sources: ["BudgetBuddies/Sources/**"],
resources: ["BudgetBuddies/Resources/**"],
Expand Down

0 comments on commit 268372e

Please sign in to comment.