diff --git a/example/dapp/ios/Runner.xcodeproj/project.pbxproj b/example/dapp/ios/Runner.xcodeproj/project.pbxproj index f460386..346ec43 100644 --- a/example/dapp/ios/Runner.xcodeproj/project.pbxproj +++ b/example/dapp/ios/Runner.xcodeproj/project.pbxproj @@ -505,7 +505,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.flutterdapp; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; + PROVISIONING_PROFILE_SPECIFIER = "match Development com.walletconnect.flutterdapp"; "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.walletconnect.flutterdapp"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -535,7 +535,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.walletconnect.flutterdapp; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; + PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.walletconnect.flutterdapp"; "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.walletconnect.flutterdapp"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/example/dapp/ios/fastlane/Fastfile b/example/dapp/ios/fastlane/Fastfile index dfaf198..77b2f34 100644 --- a/example/dapp/ios/fastlane/Fastfile +++ b/example/dapp/ios/fastlane/Fastfile @@ -62,7 +62,13 @@ platform :ios do in_house: false, ) - match( + puts "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" + puts "app_identifier #{app_identifier}" + puts "match_git_url #{options[:match_git_url]}" + puts "git_basic_authorization #{options[:token]}" + puts "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" + + _match_result = match( readonly: false, type: "appstore", app_identifier: "#{app_identifier}", @@ -72,7 +78,12 @@ platform :ios do include_all_certificates: true, force_for_new_devices: true, force_for_new_certificates: true, + verbose: true, ) + + puts "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" + puts "match_result #{_match_result}" + puts "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" number = latest_testflight_build_number( app_identifier: "#{app_identifier}",