Fastlane fixes working up to a full release #68
| @@ -1,4 +1,4 @@ | |||||||
| app_identifier("info.anydev.testing") # The bundle identifier of your app | app_identifier("info.anydev.anyway") # The bundle identifier of your app | ||||||
| apple_id("me@moll.re") # Your Apple Developer Portal username | apple_id("me@moll.re") # Your Apple Developer Portal username | ||||||
|  |  | ||||||
| itc_team_id("127439860") # App Store Connect Team ID | itc_team_id("127439860") # App Store Connect Team ID | ||||||
|   | |||||||
| @@ -83,7 +83,7 @@ platform :ios do | |||||||
|       metadata_path: "fastlane/metadata", |       metadata_path: "fastlane/metadata", | ||||||
|       screenshots_path: "fastlane/screenshots", |       screenshots_path: "fastlane/screenshots", | ||||||
|       precheck_include_in_app_purchases: false, |       precheck_include_in_app_purchases: false, | ||||||
|  |       force: true, # Skip HTMl report verification | ||||||
|       submit_for_review: true, |       submit_for_review: true, | ||||||
|       automatic_release: true, |       automatic_release: true, | ||||||
|       # automatically release the app after review |       # automatically release the app after review | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user