From 60c3ac4ec3d502e2ec620fad587a48018438cd83 Mon Sep 17 00:00:00 2001 From: Charlie Scheer Date: Thu, 23 May 2024 12:45:58 -0600 Subject: [PATCH] Updated fastfile to look for the correct app store scheme --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 540be44db..67c4c2436 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -11,7 +11,7 @@ USER_ENV_FILE_PATH = File.join(Dir.home, '.simplenotemacos-env.default') PROJECT_FOLDER = Pathname.new(File.join(Dir.pwd, '..')).expand_path.to_s WORKSPACE = 'Simplenote.xcworkspace' INTERNAL_SCHEME = 'Simplenote' -APP_STORE_SCHEME = 'Simplenote-AppStore' +APP_STORE_SCHEME = 'Simplenote' BUILD_FOLDER = 'build' APP_STORE_BUNDLE_IDENTIFIER = 'com.automattic.SimplenoteMac' APP_STORE_BUNDLE_IDENTIFIER_INTENTS = "#{APP_STORE_BUNDLE_IDENTIFIER}.IntentsExtension".freeze