An open API service indexing awesome lists of open source software.

https://github.com/christopheredsall/sampleapp

Sample iOS Application that can be built from the command line
https://github.com/christopheredsall/sampleapp

helloworld ios ios-demo objective-c

Last synced: about 2 months ago
JSON representation

Sample iOS Application that can be built from the command line

Awesome Lists containing this project

README

        

# Sample ios Application From The Command Line

This repo is based on the the blog post
[IOS DEVELOPMENT ON THE COMMAND LINE](https://web.archive.org/web/20180902094100/http://eqdn.tech/ios-development-on-the-command-line/)

## Clone repo

```
git clone [email protected]:christopheredsall/SampleApp.git
cd SampleApp
```

## Build and Run

```
make
make start-sim
make run
```

## Limitations

This just runs the app in the simulator. Making an archive and uploading to iTunes
Connect is out of scope.

## Credits

- The sources (``*.m``, ``*.h``, ``Info.plist``) are Copyright (c) 2018 Eqela Oy, the usage rights are unclear
- ``AppIcon.png`` is licensed [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/deed.en) by [Wikipedia user Oxguy3](https://en.wikipedia.org/wiki/User:Oxguy3)
- ``Makefile``, ``README.md`` and the repo itself are licensed GPLv3