Skip to content

Commit

Permalink
Deliverfile edited
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Oct 30, 2019
1 parent 427885e commit 6c3f9f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildboth.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
cd ios/
fastlane deploy &
cd ../android
fastlane deploy &
18 changes: 18 additions & 0 deletions ios/fastlane/Deliverfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,21 @@ release_notes({
'default' => File.read('./fastlane/changelog.txt'),
'en-US' => File.read('./fastlane/changelog.txt')
});

submission_information({
add_id_info_serves_ads: false,
add_id_info_tracks_action: false,
add_id_info_tracks_install: false,
add_id_info_uses_idfa: false,
content_rights_has_rights: true,
content_rights_contains_third_party_content: true,
export_compliance_platform: 'ios',
export_compliance_compliance_required: false,
export_compliance_encryption_updated: false,
export_compliance_app_type: nil,
export_compliance_uses_encryption: true,
export_compliance_is_exempt: true,
export_compliance_contains_third_party_cryptography: true,
export_compliance_contains_proprietary_cryptography: false,
export_compliance_available_on_french_store: true
});

0 comments on commit 6c3f9f6

Please sign in to comment.