Skip to content

Commit

Permalink
macos: re-enable automatic provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 6, 2024
1 parent ad5e720 commit d878553
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@
TargetAttributes = {
97C146ED1CF9000F007C117D = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = 3DB8QX4Z23;
DevelopmentTeamName = "Adil Hanney";
LastSwiftMigration = 1100;
ProvisioningStyle = Automatic;
};
};
};
Expand Down
15 changes: 9 additions & 6 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,17 @@
TargetAttributes = {
331C80D4294CF70F00263BE5 = {
CreatedOnToolsVersion = 14.0;
DevelopmentTeam = 3DB8QX4Z23;
DevelopmentTeamName = "Adil Hanney";
ProvisioningStyle = Automatic;
TestTargetID = 33CC10EC2044A3C60003C045;
};
33CC10EC2044A3C60003C045 = {
CreatedOnToolsVersion = 9.2;
DevelopmentTeam = 3DB8QX4Z23;
DevelopmentTeamName = "Adil Hanney";
LastSwiftMigration = 1100;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.Sandbox = {
enabled = 1;
Expand Down Expand Up @@ -474,6 +480,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 3DB8QX4Z23;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.adilhanney.saber.RunnerTests;
Expand All @@ -489,6 +496,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 3DB8QX4Z23;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.adilhanney.saber.RunnerTests;
Expand All @@ -504,6 +512,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 3DB8QX4Z23;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.adilhanney.saber.RunnerTests;
Expand Down Expand Up @@ -567,7 +576,6 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 3DB8QX4Z23;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -576,7 +584,6 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
name = Profile;
Expand Down Expand Up @@ -696,7 +703,6 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 3DB8QX4Z23;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -705,7 +711,6 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
};
Expand All @@ -719,7 +724,6 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 3DB8QX4Z23;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -728,7 +732,6 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down

0 comments on commit d878553

Please sign in to comment.