This repo contains some scripts and files that can help running your own ipa download server on GitHub.
-
Setup github pages for your repo with
master
branch. -
Manage to install all the dependences and fastlane from gemfile. You might google or check fastlane docs
-
Prepare your signing certificate on https://developer.apple.com. Include device UUIDs in your signing certificate. You can do it via website or fastlane register_device
-
Fill in
.env
file based onexample.env
-
[Optional] Create fresh
.mobileprovision
withfastlane gen_provision
. It will force create new provisioning profile with Wildcard (*
) bundle id forSIGNING_CERT
specified in env. -
Find some ipas and place them in
ipas
folder like thisipas/uncover/xxx.ipa
-
Add additional info for ipa using
data.json
file in same directory.
{
"title": "Additional app title",
"comment": "some comment to be shown near app in a list"
}
Remember, both title and comment are optional, as well as data.json
file.
- Run
Full Update.command
orUpdate.command
(if you've already generated mobileprovision on 4th step). Dochmod +x *.command
in case there's no permission to run these scripts.
You can skip steps 1-4 on the next run/update.
If you've added new device or your provision/cert expired, you must run fastlane gen_provision
or Full Update.command
next time.
Contains currently used %app%/Info.plist
files for Ad Hoc ipa downloads. Autogenerated.
Contains update scripts in Fastfile. Also should contain .env
file based on example.env
.
Some docs should be autogenerated as well.
fastlane docs
Contains Wildcard.mobileprovision
for further signings in case you don't need to recreate profile each time.
Contains original unsigned ipas with some optional data to fill in readme.md
.
Scripts resign .ipa
's every run, so if you need to have all the ipas in the list, please make sure to not delete them from the folder.
Autogenerated list of available ipas based on recent fastlane update
action.
Template for Info.plist
AdHoc file to be hosted on github.
Some ruby (fastlane) dependences.
CNAME for github website integration to your domain.
Easy shortcuts to run ipa updates via simple double-clicking.
Config for github jekyll theme.