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
- Host: GitHub
- URL: https://github.com/christopheredsall/sampleapp
- Owner: christopheredsall
- License: gpl-3.0
- Created: 2019-02-23T16:43:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T17:11:47.000Z (about 6 years ago)
- Last Synced: 2025-01-11T13:47:28.780Z (4 months ago)
- Topics: helloworld, ios, ios-demo, objective-c
- Language: Objective-C
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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