plist_path: 'app/Info.plist', app_identifier: 'me.gin0606.app.beta', ) end lane :inhouse do update_info_plist( plist_path: 'app/Info.plist', app_identifier: 'me.gin0606.app.inhouse', ) end after_all do restore_info_plist plist_path: 'app/Info.plist' end