Sha256: c140bdeeedca98b034f66917ec8f1a1707c56781d201197f782c556ba67c752f
Contents?: true
Size: 999 Bytes
Versions: 4
Compression:
Stored size: 999 Bytes
Contents
# encoding: utf-8 ###################### More Options ###################### # If you want to have even more control, check out the documentation # https://github.com/suculent/apprepo/blob/master/Repofile.md ###################### Automatically generated ###################### # Feel free to remove the following line if you use fastlane (which you should) app_identifier "[[APP_IDENTIFIER]]" ipa "[[Apprepo_IPA_PATH]]" app_version "[[APP_VERSION]]" repo_title "[[APP_NAME]]" # # Authentication # # You can use your '~/.ssh/config' file to setup RSA keys to Apprepo, or use following options: repo_url "repo.teacloud.net" repo_port "22" repo_user "circle" repo_key "./lib/assets/circle.key" # notify true # Add this to automatically notify the Apprepo users after uploading metadata/binary. # manifest_path "./manifest.json" # Path to the manifest.json you want to use. # repo_summary "Some application" # repo_description "Detailed application description." # app_icon './AppIcon.png'
Version data entries
4 entries across 4 versions & 1 rubygems