Skip to content

Commit

Permalink
Remove unused dev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta committed Jan 19, 2024
1 parent 3b9163b commit 78295ea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
2 changes: 0 additions & 2 deletions demoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"removeIos": "cordova platform rm ios",
"prepareIos": "npm run addIos || ( npm run removeIos && npm run addIos )",
"startDeviceIos": "cordova run ios --device",
"startDeviceIosXcode15": "npm run startDeviceIos && zsh scripts/start-device-ios.sh -v",
"fixXcodeProjIos12": "zsh scripts/fix-iphoneos-deployment-target.sh",
"startEmulatorIos": "cordova run ios",
"buildIos": "tsc && cordova build ios",
"cleanIos": "cordova clean ios",
Expand Down
7 changes: 0 additions & 7 deletions demoapp/scripts/fix-iphoneos-deployment-target.sh

This file was deleted.

73 changes: 0 additions & 73 deletions demoapp/scripts/start-device-ios.sh

This file was deleted.

0 comments on commit 78295ea

Please sign in to comment.