Sha256: 71d6511156cd8ce41294d55989c4eb4055923d3a367c5b6f1b2de98e155b68cf

Contents?: true

Size: 986 Bytes

Versions: 12

Compression:

Stored size: 986 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_user "circle"
repo_key "./lib/assets/circle.pub"

# 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

12 entries across 12 versions & 1 rubygems

Version Path
fastlane-plugin-apprepo-0.4.3 assets/RepofileDefault
fastlane-plugin-apprepo-0.4.2 assets/RepofileDefault
fastlane-plugin-apprepo-0.4.1 assets/RepofileDefault
fastlane-plugin-apprepo-0.4.0 assets/RepofileDefault
fastlane-plugin-apprepo-0.3.9 assets/RepofileDefault
fastlane-plugin-apprepo-0.3.8 assets/RepofileDefault
fastlane-plugin-apprepo-0.3.7 assets/RepofileDefault
fastlane-plugin-apprepo-0.3.6 assets/RepofileDefault
fastlane-plugin-apprepo-0.3.3 assets/RepofileDefault
fastlane-plugin-apprepo-0.3.1 assets/RepofileDefault
fastlane-plugin-apprepo-0.3.0 assets/RepofileDefault
fastlane-plugin-apprepo-0.2.0 assets/RepofileDefault