From 0fc156ab8bdaa126a7bc0bbb62060601930e3aa9 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Tue, 3 Sep 2024 14:05:54 +0200 Subject: [PATCH] small fix --- example/dapp/ios/fastlane/Fastfile | 2 -- example/wallet/ios/fastlane/Fastfile | 2 -- 2 files changed, 4 deletions(-) diff --git a/example/dapp/ios/fastlane/Fastfile b/example/dapp/ios/fastlane/Fastfile index 8088a5f..ed18ff1 100644 --- a/example/dapp/ios/fastlane/Fastfile +++ b/example/dapp/ios/fastlane/Fastfile @@ -114,8 +114,6 @@ platform :ios do changelog: changelog, distribute_external: true, notify_external_testers: true, - distribute_external: true, - notify_external_testers: true, skip_waiting_for_build_processing: false, groups: ["External Testers"] ) diff --git a/example/wallet/ios/fastlane/Fastfile b/example/wallet/ios/fastlane/Fastfile index 1c626f2..a421af4 100644 --- a/example/wallet/ios/fastlane/Fastfile +++ b/example/wallet/ios/fastlane/Fastfile @@ -113,8 +113,6 @@ platform :ios do changelog: changelog, distribute_external: true, notify_external_testers: true, - distribute_external: true, - notify_external_testers: true, skip_waiting_for_build_processing: false, groups: ["External Testers"] )