Skip to content

Commit

Permalink
fix: try building ios instead of ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Oct 10, 2022
1 parent 07888cf commit 7940b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
# Use default args if no were given
case "$1" in
ios)
target="ipa"
target="ios"
args="--release --no-codesign"
;;

Expand Down

0 comments on commit 7940b3b

Please sign in to comment.