README.md in scan-0.3.2 vs README.md in scan-0.3.3
- old
+ new
@@ -7,19 +7,20 @@
</h3>
<p align="center">
<a href="https://github.com/fastlane/deliver">deliver</a> •
<a href="https://github.com/fastlane/snapshot">snapshot</a> •
<a href="https://github.com/fastlane/frameit">frameit</a> •
- <a href="https://github.com/fastlane/PEM">PEM</a> •
+ <a href="https://github.com/fastlane/pem">pem</a> •
<a href="https://github.com/fastlane/sigh">sigh</a> •
<a href="https://github.com/fastlane/produce">produce</a> •
<a href="https://github.com/fastlane/cert">cert</a> •
<a href="https://github.com/fastlane/spaceship">spaceship</a> •
<a href="https://github.com/fastlane/pilot">pilot</a> •
<a href="https://github.com/fastlane/boarding">boarding</a> •
<a href="https://github.com/fastlane/gym">gym</a> •
- <b>scan</b>
+ <b>scan</b> •
+ <a href="https://github.com/fastlane/match">match</a>
</p>
-------
<p align="center">
<img src="assets/scan.png" height="110">
@@ -134,11 +135,11 @@
scan
That's all you need to run your tests. If you want more control, here are some available parameters:
- scan --workspace "Example.xcworkspace" --scheme "AppName" --clean
+ scan --workspace "Example.xcworkspace" --scheme "AppName" --device "iPhone 6" --clean
If you need to use a different xcode install, use xcode-select or define DEVELOPER_DIR:
DEVELOPER_DIR="/Applications/Xcode6.2.app" scan
@@ -182,16 +183,17 @@
- [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow
- [`deliver`](https://github.com/fastlane/deliver): Upload screenshots, metadata and your app to the App Store
- [`snapshot`](https://github.com/fastlane/snapshot): Automate taking localized screenshots of your iOS app on every device
- [`frameit`](https://github.com/fastlane/frameit): Quickly put your screenshots into the right device frames
-- [`PEM`](https://github.com/fastlane/PEM): Automatically generate and renew your push notification profiles
+- [`pem`](https://github.com/fastlane/pem): Automatically generate and renew your push notification profiles
- [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
- [`cert`](https://github.com/fastlane/cert): Automatically create and maintain iOS code signing certificates
- [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
- [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
- [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
- [`gym`](https://github.com/fastlane/gym): Building your iOS apps has never been easier
+- [`match`](https://github.com/fastlane/match): Easily sync your certificates and profiles across your team using git
##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
# Need help?
Please submit an issue on GitHub and provide information about your setup