// jQuery
$(document).ready(function() {
// code
})
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| before_all do |lane| | |
| sh("rm -rf ../*.xcarchive") | |
| sh("rm -rf ../*.ipa") | |
| sh("rm -rf ../*.zip") | |
| # Make sure our directory is clean, except for changes Fastlane has made | |
| clean_build_artifacts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| before_all do |lane| | |
| sh("rm -rf ../*.xcarchive") | |
| sh("rm -rf ../*.ipa") | |
| sh("rm -rf ../*.zip") | |
| # Make sure our directory is clean, except for changes Fastlane has made | |
| clean_build_artifacts |