assets/RepofileDefault in fastlane-plugin-apprepo-0.5.4 vs assets/RepofileDefault in fastlane-plugin-apprepo-0.5.5

- old
+ new

@@ -10,10 +10,11 @@ app_identifier "[[APP_IDENTIFIER]]" ipa "[[Apprepo_IPA_PATH]]" app_version "[[APP_VERSION]]" repo_title "[[APP_NAME]]" +appcode "[[APPREPO_FOLDER_NAME]]" # # Authentication # @@ -22,14 +23,14 @@ 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. +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. +manifest_path "./manifest.json" # Path to the manifest.json you want to use. -# repo_summary "Some application" +repo_summary "Some application" -# repo_description "Detailed application description." +repo_description "Detailed application description." -# app_icon './AppIcon.png' +app_icon './assets/apprepo.png'