Skip to content

Commit 63e6e05

Browse files
committed
Upgrade project to Xcode 14.0 stable recommended settings
1 parent 9f3a741 commit 63e6e05

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
3F1FA84928B60126009E246C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3F1FA84828B60126009E246C /* Assets.xcassets */; };
709709
3F1FA84B28B60126009E246C /* StoreWidgets.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 3F1FA84728B60125009E246C /* StoreWidgets.intentdefinition */; };
710710
3F1FA84C28B60126009E246C /* StoreWidgets.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 3F1FA84728B60125009E246C /* StoreWidgets.intentdefinition */; };
711-
3F1FA84F28B60126009E246C /* StoreWidgetsExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 3F1FA84028B60125009E246C /* StoreWidgetsExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
711+
3F1FA84F28B60126009E246C /* StoreWidgetsExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 3F1FA84028B60125009E246C /* StoreWidgetsExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
712712
3F2C8A19285B038800B1A5BB /* BuildkiteTestCollector in Frameworks */ = {isa = PBXBuildFile; productRef = 3F2C8A18285B038800B1A5BB /* BuildkiteTestCollector */; };
713713
3F2C8A1B285B039900B1A5BB /* BuildkiteTestCollector in Frameworks */ = {isa = PBXBuildFile; productRef = 3F2C8A1A285B039900B1A5BB /* BuildkiteTestCollector */; };
714714
3F2C8A1D285B03A400B1A5BB /* BuildkiteTestCollector in Frameworks */ = {isa = PBXBuildFile; productRef = 3F2C8A1C285B03A400B1A5BB /* BuildkiteTestCollector */; };
@@ -1895,15 +1895,15 @@
18951895
name = "Embed Frameworks";
18961896
runOnlyForDeploymentPostprocessing = 0;
18971897
};
1898-
3F1FA85028B60126009E246C /* Embed App Extensions */ = {
1898+
3F1FA85028B60126009E246C /* Embed Foundation Extensions */ = {
18991899
isa = PBXCopyFilesBuildPhase;
19001900
buildActionMask = 2147483647;
19011901
dstPath = "";
19021902
dstSubfolderSpec = 13;
19031903
files = (
1904-
3F1FA84F28B60126009E246C /* StoreWidgetsExtension.appex in Embed App Extensions */,
1904+
3F1FA84F28B60126009E246C /* StoreWidgetsExtension.appex in Embed Foundation Extensions */,
19051905
);
1906-
name = "Embed App Extensions";
1906+
name = "Embed Foundation Extensions";
19071907
runOnlyForDeploymentPostprocessing = 0;
19081908
};
19091909
B5650B1020A4CD7F009702D0 /* Embed Frameworks */ = {
@@ -8673,7 +8673,7 @@
86738673
B5650B1020A4CD7F009702D0 /* Embed Frameworks */,
86748674
B7A94351C1ADC31EA528B895 /* [CP] Embed Pods Frameworks */,
86758675
095040D72655531C001D08FA /* Check for nested frameworks */,
8676-
3F1FA85028B60126009E246C /* Embed App Extensions */,
8676+
3F1FA85028B60126009E246C /* Embed Foundation Extensions */,
86778677
);
86788678
buildRules = (
86798679
);
@@ -8774,7 +8774,7 @@
87748774
isa = PBXProject;
87758775
attributes = {
87768776
LastSwiftUpdateCheck = 1340;
8777-
LastUpgradeCheck = 1210;
8777+
LastUpgradeCheck = 1400;
87788778
ORGANIZATIONNAME = Automattic;
87798779
TargetAttributes = {
87808780
3F1FA83F28B60125009E246C = {

WooFoundation/WooFoundation.xcodeproj/xcshareddata/xcschemes/WooFoundation.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1320"
3+
LastUpgradeVersion = "1400"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)