Skip to content

Commit

Permalink
Merge pull request #234 from cocoatype/233-fix-release-builds
Browse files Browse the repository at this point in the history
Fix release builds
  • Loading branch information
Arclite authored Dec 9, 2024
2 parents d36cc3d + b9dc962 commit 9634e6e
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 @@ -25,7 +25,7 @@ platform :ios do
end

# Build the app for App Store
build_app(
build_ios_app(
cloned_source_packages_path: "SourcePackages",
export_method: "app-store",
scheme: "Highlighter")
Expand Down

0 comments on commit 9634e6e

Please sign in to comment.