gems fastlane 0.2.0
0.2.0 xcodebuild Action

latest releases: 2.220.0, 2.219.0, 2.218.0...
9 years ago
  • fastlane can now show Mac OS X notifications (thanks @champo)
  • You can now also push changes made to the project to your remote repository (thanks @lmirosevic)
  • fastlane now has a new README 👍
  • New xcodebuild action, see below

xcodebuild

Thanks to @dtrenz, you can now use xcodebuild actions right in fastlane:

xcarchive

xcarchive(
  archive_path: "./build-dir/MyApp.xcarchive",
  scheme: "MyApp",
  workspace: "MyApp.xcworkspace"
)

xcbuild

xcbuild(
  scheme: "MyApp",
  workspace: "MyApp.xcworkspace"
)

xcclean

xcclean

xctest

xcarchive(
  destination: "name=iPhone 5s,OS=8.1",
  scheme: "MyApp",
  workspace: "MyApp.xcworkspace"
)

Don't miss a new fastlane release

NewReleases is sending notifications on new releases.