Skip to content

Commit

Permalink
Use shared bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Jan 20, 2024
1 parent 2ce813d commit 12a1fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configs/macOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ DEVELOPMENT_ASSET_PATHS = "macOS/Preview Content"
ENABLE_HARDENED_RUNTIME = YES
INFOPLIST_KEY_LSApplicationCategoryType = public.app-category.productivity
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks
PRODUCT_BUNDLE_IDENTIFIER = com.saagarjha.MacCast.macOS
PRODUCT_BUNDLE_IDENTIFIER = com.saagarjha.MacCast
PRODUCT_NAME = MacCast
2 changes: 1 addition & 1 deletion Configs/visionOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
DEVELOPMENT_ASSET_PATHS = "visionOS/Preview Content"
INFOPLIST_FILE = $(TARGET_NAME)/Info.plist
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks
PRODUCT_BUNDLE_IDENTIFIER = com.saagarjha.MacCast.visionOS
PRODUCT_BUNDLE_IDENTIFIER = com.saagarjha.MacCast
PRODUCT_NAME = MacCast
SDKROOT = xros
SUPPORTED_PLATFORMS = xros xrsimulator
Expand Down

0 comments on commit 12a1fd9

Please sign in to comment.