Skip to content

Commit 21de10c

Browse files
authored
Merge pull request #7725 from woocommerce/mokagio/update-project-settings
Upgrade project to Xcode 14.0 stable recommended settings
2 parents 92915ef + eebb6e8 commit 21de10c

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ GEM
3838
sawyer (>= 0.6)
3939
chroma (0.2.0)
4040
claide (1.0.3)
41-
cocoapods (1.11.2)
41+
cocoapods (1.11.3)
4242
addressable (~> 2.8)
4343
claide (>= 1.0.2, < 2.0)
44-
cocoapods-core (= 1.11.2)
44+
cocoapods-core (= 1.11.3)
4545
cocoapods-deintegrate (>= 1.0.3, < 2.0)
4646
cocoapods-downloader (>= 1.4.0, < 2.0)
4747
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -59,7 +59,7 @@ GEM
5959
cocoapods-catalyst-support (0.1.3)
6060
cocoapods (~> 1.9)
6161
colored2 (~> 3.1)
62-
cocoapods-core (1.11.2)
62+
cocoapods-core (1.11.3)
6363
activesupport (>= 5.0, < 7)
6464
addressable (~> 2.8)
6565
algoliasearch (~> 1.0)
@@ -70,7 +70,7 @@ GEM
7070
public_suffix (~> 4.0)
7171
typhoeus (~> 1.0)
7272
cocoapods-deintegrate (1.0.5)
73-
cocoapods-downloader (1.5.1)
73+
cocoapods-downloader (1.6.3)
7474
cocoapods-plugins (1.0.0)
7575
nap
7676
cocoapods-search (1.0.1)
@@ -181,7 +181,7 @@ GEM
181181
progress_bar (~> 1.3)
182182
rake (>= 12.3, < 14.0)
183183
rake-compiler (~> 1.0)
184-
ffi (1.15.4)
184+
ffi (1.15.5)
185185
fourflusher (2.3.1)
186186
fuzzy_match (2.0.4)
187187
gh_inspector (1.1.3)

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ SPEC CHECKSUMS:
181181

182182
PODFILE CHECKSUM: 3e746ecbe69d5cf22e0377beba8d803003558dd6
183183

184-
COCOAPODS: 1.11.2
184+
COCOAPODS: 1.11.3

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)