fastlane/Repofile in fastlane-plugin-apprepo-0.4.3 vs fastlane/Repofile in fastlane-plugin-apprepo-0.5.0

- old
+ new

@@ -5,29 +5,30 @@ ###################### 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. +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. +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" \ No newline at end of file +repo_summary "Experimental Fastlane Extension"