Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
afterfix for #30 (As writing was not really clear) and fix for #37 in…
Browse files Browse the repository at this point in the history
… terms of readme
  • Loading branch information
commjoen committed Sep 11, 2018
1 parent f5f8a9c commit 9984bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ Brew, pip and Ansible will be installed first, if not available. Then generic, i

## Quirks
As we are still in development of 1.0, there are the following quirks:
- Some applications might not work the first time as you will first have to start them from your Applications folder, such as: Android Studio (including ADB) & Docker for Mac. After that you have to run the runbooks once more.
- Some applications might not work the first time as you will first have to start them from your Applications folder, such as: Android Studio (including ADB) & Docker for Mac. After that you have to run the runbooks once more. You should have , after 2 runs of the android runbook (e.g. run android runbook, run android studio, run android runbook, a working adb, given that you use .bash_profile)
- iOS has not been tested on the buildserver (only general and android are, so please test them)
- For iOS you need to run things twice: once to start the installation, while being logged in into the Apple store with your account (actual active state can be achieved by installing any app from the app-store), second time with an active developer account in xCode.
- Lastly, it could be the case when you are testing this on a separate account, which does not have the correct rights for the brew folders. See Issue #30 reported by [@meetinthemiddle-be](https://github.com/meetinthemiddle-be). When you are on High Sierra you need to do:
- Lastly, it could be the case when you are testing this on a separate account, which does not have the correct rights for the brew folders. See Issue [#30](https://github.com/xebia/mobilehacktools/issues/30) reported by [@meetinthemiddle-be](https://github.com/meetinthemiddle-be). When you are on High Sierra you need to do:

```
chgrp -R admin /usr/local/*
Expand Down

0 comments on commit 9984bc9

Please sign in to comment.