Skip to content

Commit c1bb00d

Browse files
committed
Update iOS workspace settings
1 parent 688f36d commit c1bb00d

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,14 @@
253253
97C146E61CF9000F007C117D /* Project object */ = {
254254
isa = PBXProject;
255255
attributes = {
256-
LastUpgradeCheck = 1020;
256+
LastUpgradeCheck = 1120;
257257
ORGANIZATIONNAME = "The Chromium Authors";
258258
TargetAttributes = {
259259
97C146ED1CF9000F007C117D = {
260260
CreatedOnToolsVersion = 7.3.1;
261261
DevelopmentTeam = 44R7KF7645;
262262
LastSwiftMigration = 1020;
263-
ProvisioningStyle = Manual;
263+
ProvisioningStyle = Automatic;
264264
SystemCapabilities = {
265265
com.apple.Push = {
266266
enabled = 1;
@@ -486,8 +486,8 @@
486486
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487487
CLANG_ENABLE_MODULES = YES;
488488
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
489-
CODE_SIGN_IDENTITY = "iPhone Developer";
490-
CODE_SIGN_STYLE = Manual;
489+
CODE_SIGN_IDENTITY = "Apple Development";
490+
CODE_SIGN_STYLE = Automatic;
491491
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
492492
DEVELOPMENT_TEAM = 44R7KF7645;
493493
ENABLE_BITCODE = NO;
@@ -503,7 +503,7 @@
503503
);
504504
PRODUCT_BUNDLE_IDENTIFIER = com.avengemedia.natrium;
505505
PRODUCT_NAME = "$(TARGET_NAME)";
506-
PROVISIONING_PROFILE_SPECIFIER = "match Development com.avengemedia.natrium";
506+
PROVISIONING_PROFILE_SPECIFIER = "";
507507
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
508508
SWIFT_VERSION = 5.0;
509509
TARGETED_DEVICE_FAMILY = 1;
@@ -629,8 +629,8 @@
629629
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
630630
CLANG_ENABLE_MODULES = YES;
631631
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
632-
CODE_SIGN_IDENTITY = "iPhone Developer";
633-
CODE_SIGN_STYLE = Manual;
632+
CODE_SIGN_IDENTITY = "Apple Development";
633+
CODE_SIGN_STYLE = Automatic;
634634
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
635635
DEVELOPMENT_TEAM = 44R7KF7645;
636636
ENABLE_BITCODE = NO;
@@ -646,7 +646,7 @@
646646
);
647647
PRODUCT_BUNDLE_IDENTIFIER = com.avengemedia.natrium;
648648
PRODUCT_NAME = "$(TARGET_NAME)";
649-
PROVISIONING_PROFILE_SPECIFIER = "match Development com.avengemedia.natrium";
649+
PROVISIONING_PROFILE_SPECIFIER = "";
650650
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
651651
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
652652
SWIFT_VERSION = 5.0;
@@ -662,8 +662,8 @@
662662
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
663663
CLANG_ENABLE_MODULES = YES;
664664
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
665-
CODE_SIGN_IDENTITY = "iPhone Distribution";
666-
CODE_SIGN_STYLE = Manual;
665+
CODE_SIGN_IDENTITY = "Apple Development";
666+
CODE_SIGN_STYLE = Automatic;
667667
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
668668
DEVELOPMENT_TEAM = 44R7KF7645;
669669
ENABLE_BITCODE = NO;
@@ -679,7 +679,7 @@
679679
);
680680
PRODUCT_BUNDLE_IDENTIFIER = com.avengemedia.natrium;
681681
PRODUCT_NAME = "$(TARGET_NAME)";
682-
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.avengemedia.natrium";
682+
PROVISIONING_PROFILE_SPECIFIER = "";
683683
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
684684
SWIFT_VERSION = 5.0;
685685
TARGETED_DEVICE_FAMILY = 1;

ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:Runner.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:Runner.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Profile"

ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildSystemType</key>
6-
<string>Original</string>
6+
<string>Latest</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)