listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

commit 9eb843c8019e4f7eb3600eb64a423ad963df5d53
parent e43cf89cf1a1f2d828ac0f8949293788d77606c6
Author: Michael Camilleri <[email protected]>
Date:   Sat, 28 Feb 2026 03:00:03 +0900

Share bundle identifier across products

Diffstat:
MListless.xcodeproj/project.pbxproj | 8++++----
Mproject.yml | 4++--
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Listless.xcodeproj/project.pbxproj b/Listless.xcodeproj/project.pbxproj @@ -572,7 +572,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = net.inqk.listless.mac; + PRODUCT_BUNDLE_IDENTIFIER = net.inqk.listless; PRODUCT_NAME = Listless; SDKROOT = macosx; }; @@ -590,7 +590,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = net.inqk.listless.mac; + PRODUCT_BUNDLE_IDENTIFIER = net.inqk.listless; PRODUCT_NAME = Listless; SDKROOT = macosx; }; @@ -757,7 +757,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = net.inqk.listless.ios; + PRODUCT_BUNDLE_IDENTIFIER = net.inqk.listless; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -793,7 +793,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = net.inqk.listless.ios; + PRODUCT_BUNDLE_IDENTIFIER = net.inqk.listless; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; diff --git a/project.yml b/project.yml @@ -56,7 +56,7 @@ targets: - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight settings: - PRODUCT_BUNDLE_IDENTIFIER: net.inqk.listless.ios + PRODUCT_BUNDLE_IDENTIFIER: net.inqk.listless INFOPLIST_FILE: ListlessiOS/Info.plist TARGETED_DEVICE_FAMILY: "1,2" ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon @@ -89,7 +89,7 @@ targets: ITSAppUsesNonExemptEncryption: false LSMinimumSystemVersion: "14.0" settings: - PRODUCT_BUNDLE_IDENTIFIER: net.inqk.listless.mac + PRODUCT_BUNDLE_IDENTIFIER: net.inqk.listless PRODUCT_NAME: Listless INFOPLIST_FILE: ListlessMac/Info.plist ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon