Skip to content

Commit

Permalink
Use full path for build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jul 31, 2024
1 parent c9906f8 commit 34ff326
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 @@ -12,7 +12,7 @@ PROJECT_FOLDER = Pathname.new(File.join(Dir.pwd, '..')).expand_path.to_s
WORKSPACE = 'Simplenote.xcworkspace'
INTERNAL_SCHEME = 'Simplenote'
APP_STORE_SCHEME = 'Simplenote'
BUILD_FOLDER = 'build'
BUILD_FOLDER = File.join(PROJECT_FOLDER, 'build')
APP_STORE_BUNDLE_IDENTIFIER = 'com.automattic.SimplenoteMac'
APP_STORE_BUNDLE_IDENTIFIER_INTENTS = "#{APP_STORE_BUNDLE_IDENTIFIER}.IntentsExtension".freeze
VERSION_FILE_PATH = File.join(PROJECT_FOLDER, 'config', 'Version.Public.xcconfig')
Expand Down

0 comments on commit 34ff326

Please sign in to comment.