diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index f88502f..358f3b5 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -135,6 +135,22 @@ jobs: # Remove contents in the iPA that interfere with sideloading rm -rf main/tmp/Payload/YouTube.app/_CodeSignature/CodeResources rm -rf main/tmp/Payload/YouTube.app/PlugIns/* + # Modify Info.plist to remove UISupportedDevices (Python script) + python - <