From bf931a0bc92ae9ddfaf42d767c0b96a95fece369 Mon Sep 17 00:00:00 2001 From: Noah Kamara Date: Wed, 23 Aug 2023 19:22:19 +0200 Subject: [PATCH] Add PRODUCT_BUNDLE_IDENTIFIER to Config --- Config.xcconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Config.xcconfig b/Config.xcconfig index 2b012d4..a010825 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -1,2 +1,6 @@ MARKETING_VERSION = 2.7.0 CURRENT_PROJECT_VERSION = 45 + +// Source for the base of all bundle IDs +// -> Intents extensions and app will derive bundleID from here +PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.Actions