Sha256: 9dca630510844107703929b11d7b0fa6077e7493e45af422b7cb1653faede985

Contents?: true

Size: 1.12 KB

Versions: 11

Compression:

Stored size: 1.12 KB

Contents

###################### 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 "com.apprepo.test" # your app's bundle identifier
ipa "./sampleapp.ipa" # can be overriden with --ipa
manifest_path "./manifest.json" # Path to the manifest.json you want to use. 

#
# Authentication
#

# You can use your '~/.ssh/config' file to setup RSA keys to AppRepo, or use following options:


repo_url "207.154.207.81"
repo_user "circle"
repo_key "assets/circle.key"
# repo_key "/Users/sychram/.ssh/circle.key" # should have 'chmod 600'

notify true # Add this to automatically notify the AppRepo users after uploading metadata/binary. 

# Optionals

app_version "0.1"
app_icon "./assets/apprepo.png"
appcode "APPREPO"
repo_title "TestApp"
repo_description "Some description is required for AppRepo users to know, that is this app."
repo_summary "Experimental Fastlane Extension"

Version data entries

11 entries across 11 versions & 1 rubygems

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