Skip to content

Commit 9d4e976

Browse files
committed
fix: fastlane
1 parent 6a437c0 commit 9d4e976

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/build-release-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
oracle_endpoint: http://oracle.10101.finance
3535
oracle_pubkey: 93051f54feefdb4765492a85139c436d4857e2e331a360c89a16d6bc02ba9cd0
3636
fastlane_developer_app_identifier: finance.get10101.app
37-
fastlane_provisioning_profile_specifier: match AppStore finance.get10101.app 1692208014
37+
fastlane_provisioning_profile_specifier: match AppStore finance.get10101.app
3838
app_scheme: Runner
3939
meme_endpoint: http://api.10101.finance/memes/
4040

Diff for: mobile/ios/Runner.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
PRODUCT_BUNDLE_IDENTIFIER = finance.get10101.app;
491491
PRODUCT_NAME = 10101;
492492
PROVISIONING_PROFILE_SPECIFIER = "";
493-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app 1692208014";
493+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app";
494494
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
495495
SWIFT_VERSION = 5.0;
496496
VERSIONING_SYSTEM = "apple-generic";
@@ -639,7 +639,7 @@
639639
PRODUCT_BUNDLE_IDENTIFIER = finance.get10101.app;
640640
PRODUCT_NAME = 10101;
641641
PROVISIONING_PROFILE_SPECIFIER = "";
642-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app 1692208014";
642+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app";
643643
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
644644
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
645645
SWIFT_VERSION = 5.0;
@@ -678,7 +678,7 @@
678678
PRODUCT_BUNDLE_IDENTIFIER = finance.get10101.app;
679679
PRODUCT_NAME = 10101;
680680
PROVISIONING_PROFILE_SPECIFIER = "";
681-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app 1692208014";
681+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore finance.get10101.app";
682682
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
683683
SWIFT_VERSION = 5.0;
684684
VERSIONING_SYSTEM = "apple-generic";

Diff for: mobile/ios/fastlane/Matchfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git_url("https://github.com/bonomat/fastlane-10101-match.git")
1+
git_url("git@github.com:bonomat/fastlane-10101-match.git")
22

33
storage_mode("git")
44

0 commit comments

Comments
 (0)