Skip to content

Commit

Permalink
Define xcodeproject in Fastlane
Browse files Browse the repository at this point in the history
refined-github includes it's own xcode project file for the WebExtension. Project file needs to be explicitly defined.
  • Loading branch information
lautis committed Nov 8, 2020
1 parent 790f7d3 commit 1be991a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ platform :mac do
target: target
)
end
commit_version_bump(message: "Version #{marketing_version_number}")
commit_version_bump(
message: "Version #{marketing_version_number}",
xcodeproj: 'Refined GitHub for Safari.xcodeproj'
)
end

lane :github_release do
Expand Down

0 comments on commit 1be991a

Please sign in to comment.