From 9d4e9766ed4bb17378454b40fa264dedf0d16fe2 Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Thu, 8 Aug 2024 11:55:44 +1000 Subject: [PATCH] fix: fastlane --- .github/workflows/build-release-binaries.yml | 2 +- mobile/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- mobile/ios/fastlane/Matchfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index f25a2f506..3af5c6933 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -34,7 +34,7 @@ jobs: oracle_endpoint: http://oracle.10101.finance oracle_pubkey: 93051f54feefdb4765492a85139c436d4857e2e331a360c89a16d6bc02ba9cd0 fastlane_developer_app_identifier: finance.get10101.app - fastlane_provisioning_profile_specifier: match AppStore finance.get10101.app 1692208014 + fastlane_provisioning_profile_specifier: match AppStore finance.get10101.app app_scheme: Runner meme_endpoint: http://api.10101.finance/memes/ diff --git a/mobile/ios/Runner.xcodeproj/project.pbxproj b/mobile/ios/Runner.xcodeproj/project.pbxproj index 0d6faab9b..6b6937bed 100644 --- a/mobile/ios/Runner.xcodeproj/project.pbxproj +++ b/mobile/ios/Runner.xcodeproj/project.pbxproj @@ -490,7 +490,7 @@ PRODUCT_BUNDLE_IDENTIFIER = finance.get10101.app; PRODUCT_NAME = 10101; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app 1692208014"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; @@ -639,7 +639,7 @@ PRODUCT_BUNDLE_IDENTIFIER = finance.get10101.app; PRODUCT_NAME = 10101; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app 1692208014"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -678,7 +678,7 @@ PRODUCT_BUNDLE_IDENTIFIER = finance.get10101.app; PRODUCT_NAME = 10101; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app 1692208014"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; diff --git a/mobile/ios/fastlane/Matchfile b/mobile/ios/fastlane/Matchfile index 9227311de..f819c23e6 100644 --- a/mobile/ios/fastlane/Matchfile +++ b/mobile/ios/fastlane/Matchfile @@ -1,4 +1,4 @@ -git_url("https://github.com/bonomat/fastlane-10101-match.git") +git_url("git@github.com:bonomat/fastlane-10101-match.git") storage_mode("git")