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 c8d75f3 commit 999962dCopy full SHA for 999962d
apple/internal/resource_actions/app_intents.bzl
@@ -120,7 +120,7 @@ temporary_actionsdata_file={output_dir}/extract_sorted.actionsdata
120
# Set write permission to allow rewrite extract.actionsdata
121
chmod -R +w {output_dir}
122
# Write extract.actionsdata with sorted keys
123
-/usr/bin/python3 -m json.tool --compact --sort-keys "$original_actionsdata_file" > "$temporary_actionsdata_file"
+"$DEVELOPER_DIR/usr/bin/python3" -m json.tool --compact --sort-keys "$original_actionsdata_file" > "$temporary_actionsdata_file"
124
# Remove the original unsorted extract.actionsdata file
125
rm "$original_actionsdata_file"
126
# Rename the sorted file to the original name
0 commit comments