https://github.com/shayanbo/apollon
iOS Staticization Solution
https://github.com/shayanbo/apollon
cache fast-build ios xcode
Last synced: 4 months ago
JSON representation
iOS Staticization Solution
- Host: GitHub
- URL: https://github.com/shayanbo/apollon
- Owner: shayanbo
- License: mit
- Created: 2018-12-03T08:59:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T06:22:18.000Z (over 6 years ago)
- Last Synced: 2024-04-20T15:07:27.868Z (about 1 year ago)
- Topics: cache, fast-build, ios, xcode
- Language: Ruby
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Apollon
#### What is Apollon
> Apollon is a brand-new iOS staticization solution by ruby.
#### Installation
> 1. git clone [email protected]:MickeyHub/Apollon.git
> 1. cd Apollon
> 1. gem build apollon.gemspec
> 1. gem install apollon-0.0.1.gem#### Usage
> 1. Open Terminal program you like.
> 1. Change to your Xcode project root folder
> 1. exec `apollon --setup` to setup environment for Apollon
> 1. open your xcworkspace file and check Apollonfile
> 1. Bulid#### Advantage
> 1. Debug Available
> 1. Decentration
> 1. Do NOT Dirty Your Repo#### Theory
> when you exec `pod install`, Apollon will create a target for Pods project, and add some script to some target to sync libraries between Xcode and Apollon.
#### Issue
> Any Issues you find, contact Author: [[email protected]]([email protected])