1default_platform(:ios) 2 3platform :ios do 4 before_all do 5 setup_ci(provider: "circleci", timeout: 0) 6 end 7end 8