From 714f216f557312a16900cd53c093548558f9dcc5 Mon Sep 17 00:00:00 2001 From: Spencer Transier Date: Wed, 22 May 2024 11:47:46 -0700 Subject: [PATCH] Add `com.automattic.SimplenoteMac.IntentsExtension` to Fastfile --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e9a9e7cb7..540be44db 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -14,7 +14,7 @@ INTERNAL_SCHEME = 'Simplenote' APP_STORE_SCHEME = 'Simplenote-AppStore' BUILD_FOLDER = 'build' APP_STORE_BUNDLE_IDENTIFIER = 'com.automattic.SimplenoteMac' -APP_STORE_BUNDLE_IDENTIFIER_INTENTS = "#{APP_STORE_BUNDLE_IDENTIFIER}.Intents".freeze +APP_STORE_BUNDLE_IDENTIFIER_INTENTS = "#{APP_STORE_BUNDLE_IDENTIFIER}.IntentsExtension".freeze VERSION_FILE_PATH = File.join(PROJECT_FOLDER, 'config', 'Version.Public.xcconfig') DEFAULT_BRANCH = 'trunk' GITHUB_REPO = 'Automattic/simplenote-macos'