Sha256: c629c9d5bb523ccaae70e245ac3a1736b5040ac9bd87320d370c3c2e6691a136

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

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]]"
appcode "[[APPREPO_FOLDER_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; not implemented yet

manifest_path "./manifest.json" # Path to the manifest.json you want to use.

repo_summary "Some application"

repo_description "Detailed application description."

app_icon './assets/apprepo.png'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fastlane-plugin-apprepo-0.5.5 assets/RepofileDefault