Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grabbou/atom-xcode
:iphone: Atom is the new Xcode
https://github.com/grabbou/atom-xcode
Last synced: 3 months ago
JSON representation
:iphone: Atom is the new Xcode
- Host: GitHub
- URL: https://github.com/grabbou/atom-xcode
- Owner: grabbou
- License: mit
- Created: 2016-02-18T10:35:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T12:37:00.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T12:53:23.548Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
atom-xcode
=======> Native iOS developers have amazing Xcode - let's bridge the gap and make Atom our to go choice
### Instalation
```bash
$ apm install atom-xcode
```
### GuideAfter successful installation, open up your react-native project and check the bottom section (just where the atom-linter is located). Clicking the device name will open up another view allowing you to choose the device to run the app on.
The terminal will automatically disappear when CLI finishes without issues, otherwise it stays opened and will highlight the error. You can close it with "ESC" key.
### Roadmap
The current version is a proof of concept to demonstrate we can really hack Atom to fit our needs in less than a day. Below is the list of features I've been thinking about implementing so far.
- [ ] Add ability to select build targets
- [ ] Add `Xcode` menu item with all options available
- [ ] Add build command
- [ ] Improve terminal colors
- [ ] Improve project detection and support Android as well
- [ ] Add settings and make this configureable
- [ ] Decouple from RN cli and ideally ship with own library
- [ ] Support multiple projects opened in Atom (for now we take the first one)Please feel free to submit your ideas by making a new issue.
### FAQ
#### Command finishes w/o errors, but no Simulator has started
Try choosing different device. This error will be gone when either https://github.com/facebook/react-native/pull/5978 gets merged, or when we move the `run-ios` into this package (or `rnpm`, who knows)