Skip to content

Commit

Permalink
Updated fastfile to look for the correct app store scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed May 23, 2024
1 parent afb338b commit 60c3ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60c3ac4

Please sign in to comment.