Skip to content

Commit

Permalink
Update the strip-xcode.sh script for stripping out the simulator from…
Browse files Browse the repository at this point in the history
… Xcode 11
  • Loading branch information
mstorsjo committed Oct 23, 2019
1 parent 00b29b2 commit 7e8195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strip-xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for sdk in iPhone Watch AppleTV; do
OS=${sdk}OS
SIM=${sdk}Simulator
cd $OS.platform
rm -rf DeviceSupport usr _CodeSignature Developer/Library/CoreSimulator
rm -rf DeviceSupport usr _CodeSignature Developer/Library/CoreSimulator Library/Developer/CoreSimulator
cd ..

cd $SIM.platform
Expand Down

0 comments on commit 7e8195c

Please sign in to comment.