Skip to content

Commit

Permalink
fix: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Aug 8, 2024
1 parent 6a437c0 commit 9d4e976
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
6 changes: 3 additions & 3 deletions mobile/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion mobile/ios/fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit 9d4e976

Please sign in to comment.