Skip to content

Commit

Permalink
fix provisioning profile
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Apr 4, 2023
1 parent a7ed88f commit 987bc46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/add-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ security set-key-partition-list -S apple-tool:,apple: -s -k travis ios-build.key

# Put the provisioning profile in place
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp ~/brez_dist_github.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/
cp ~/brez_dist_github.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/
ls ~/Library/MobileDevice/Provisioning\ Profiles/
6 changes: 2 additions & 4 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: BREEZ DEVELOPMENT LTD (F7R2LZH3W5)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = F7R2LZH3W5;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F7R2LZH3W5;
DEVELOPMENT_TEAM = F7R2LZH3W5;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -690,8 +689,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = technology.breez.client;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "BREEZ-APP-STORE";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BREEZ-PROD";
PROVISIONING_PROFILE_SPECIFIER = "BREEZ-APP-STORE";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
Expand Down

0 comments on commit 987bc46

Please sign in to comment.