Sha256: 590c81d9468472baa265a819a536b16f7f116fc8bf258e744e19fb36da7d4fb2
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 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_port "22" 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
4 entries across 4 versions & 1 rubygems