change the word x86_64 to iPad1,1
and change macos to ios
and drag the project file say MySong.band to iTunes under GarageBand App
If you know how to use command in Terminal
cd MySong.band sed -i.bak 's/x86_64/iPad1,1/g;s/macos/ios/g' projectData sed -i.bak 's/x86_64/iPad1,1/g;s/macos/ios/g' Output/metadata.plist rm *.bak Output/*.bak
1 comment:
AWESOME! Thanks for this gem!
Post a Comment