We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc11da commit 92275dbCopy full SHA for 92275db
fastlane/Fastfile
@@ -17,7 +17,7 @@ platform :mac do
17
desc "Build ClickIt app (Debug)"
18
lane :build_debug do
19
Dir.chdir("..") do
20
- sh("./build_app.sh debug")
+ sh("./build_app_unified.sh debug spm")
21
end
22
UI.success("Debug build completed! 🎉")
23
UI.message("App location: dist/ClickIt.app")
@@ -26,7 +26,7 @@ platform :mac do
26
desc "Build ClickIt app (Release)"
27
lane :build_release do
28
29
- sh("./build_app.sh release")
+ sh("./build_app_unified.sh release spm")
30
31
UI.success("Release build completed! 🚀")
32
0 commit comments