Skip to content

Commit

Permalink
Merge pull request #39 from ProjectAnni/master
Browse files Browse the repository at this point in the history
Extract `ios.zip` to `simple_audio.xcframework` directory
  • Loading branch information
erikas-taroza authored Aug 29, 2023
2 parents dcedf62 + 365c12b commit bdebb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/simple_audio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd Frameworks
if [ ! -d ios.zip ]
then
curl -L "#{lib_url}" -o ios.zip
unzip ios.zip
unzip ios.zip -d 'simple_audio.xcframework'
fi
cd ..
`
Expand Down

0 comments on commit bdebb1c

Please sign in to comment.