Skip to content

Commit

Permalink
Allow provisioning updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyp committed Feb 15, 2024
1 parent 54c69de commit c8e0eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
if [ $scheme = default ]; then scheme=$(cat default); fi
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
xcodebuild clean build analyze -scheme "$scheme" -"$filetype_parameter" "$file_to_build"
xcodebuild -allowProvisioningUpdates clean build analyze -scheme "$scheme" -"$filetype_parameter" "$file_to_build"

0 comments on commit c8e0eb5

Please sign in to comment.