Skip to content

Commit

Permalink
change provisioning profile
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed May 1, 2024
1 parent 276ca2f commit 1616bc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
TargetAttributes = {
97C146ED1CF9000F007C117D = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = 9PN5ML3S44;
LastSwiftMigration = 1020;
ProvisioningStyle = Automatic;
SystemCapabilities = {
Expand Down Expand Up @@ -633,7 +632,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 9PN5ML3S44;
DEVELOPMENT_TEAM = F7R2LZH3W5;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -675,6 +674,7 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = F7R2LZH3W5;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F7R2LZH3W5;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -694,6 +694,7 @@
PRODUCT_BUNDLE_IDENTIFIER = technology.breez.client;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "BREEZ-APP-STORE";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BREEZ-APP-STORE-1-5-24";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
Expand Down

0 comments on commit 1616bc2

Please sign in to comment.