Skip to content

Commit

Permalink
remove artifacts and fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 11, 2024
1 parent 2202458 commit 7832f2e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
Binary file removed maestro-client/src/main/resources/maestro-app.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 3 additions & 6 deletions maestro-ios-xctest-runner/build-maestro-ios-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ cp \
./build/Products/*.xctestrun \
./maestro-ios-driver/src/main/resources/maestro-driver-ios-config.xctestrun


cd ./maestro-ios-driver/src/main/resources
zip -r maestro-driver-iosUITests-Runner.zip ./maestro-driver-iosUITests-Runner.app
zip -r maestro-driver-ios.zip ./maestro-driver-ios.app
rm -r ./*.app
cd -
(cd ./maestro-ios-driver/src/main/resources && zip -r maestro-driver-iosUITests-Runner.zip ./maestro-driver-iosUITests-Runner.app)
(cd ./maestro-ios-driver/src/main/resources && zip -r maestro-driver-ios.zip ./maestro-driver-ios.app)
rm -r ./maestro-ios-driver/src/main/resources/*.app

0 comments on commit 7832f2e

Please sign in to comment.