Skip to content

Commit 70decc3

Browse files
committed
Merge branch 'trunk' into task/15051-sync-animation-product-list
2 parents afa0557 + 992f3db commit 70decc3

File tree

165 files changed

+4056
-906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+4056
-906
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!--
22
Contains editorialized release notes. Raw release notes should go into `RELEASE-NOTES.txt`.
33
-->
4+
## 21.7
5+
This update brings improvements to media library and login experience. You'll find enhanced accessibility in tax-related views and clearer product image organization with cover tags to help you manage your store. Update now for a smoother WooCommerce experience!
6+
47
## 21.6
58
Experience a refreshed WooCommerce app with an updated look that aligns with our new branding! We’ve also improved payment reliability—card reader updates now handle low battery issues better, and errors during payments and refunds are managed more smoothly. Enjoy a more seamless and polished experience in every transaction.
69

Experiments/Experiments.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
3022E2766134CE2735C73FC6 /* Pods-ExperimentsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExperimentsTests.debug.xcconfig"; path = "Target Support Files/Pods-ExperimentsTests/Pods-ExperimentsTests.debug.xcconfig"; sourceTree = "<group>"; };
4848
33CEC0C5283FD4C9EF8C6A3C /* Pods_Experiments.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Experiments.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4949
3F9DB5FBFF7A42EFBCB746F3 /* Pods-ExperimentsTests.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExperimentsTests.release-alpha.xcconfig"; path = "Target Support Files/Pods-ExperimentsTests/Pods-ExperimentsTests.release-alpha.xcconfig"; sourceTree = "<group>"; };
50+
3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Experiments.xcconfig; sourceTree = "<group>"; };
5051
7C831644164B49828A485590 /* Pods-ExperimentsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExperimentsTests.release.xcconfig"; path = "Target Support Files/Pods-ExperimentsTests/Pods-ExperimentsTests.release.xcconfig"; sourceTree = "<group>"; };
5152
8CB554DFAAD3EF41D17099C4 /* Pods-Experiments.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Experiments.release-alpha.xcconfig"; path = "Target Support Files/Pods-Experiments/Pods-Experiments.release-alpha.xcconfig"; sourceTree = "<group>"; };
5253
AAC7C082DD376957B4676401 /* Pods_ExperimentsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExperimentsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -113,6 +114,7 @@
113114
EE2EDFDE29879331004E702B /* ABTestVariationProvider.swift */,
114115
EEC8C0EC298A92F10047B4CB /* CachedABTestVariationProvider.swift */,
115116
EEC8C0EE298A939C0047B4CB /* VariationCache.swift */,
117+
3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */,
116118
);
117119
path = Experiments;
118120
sourceTree = "<group>";
@@ -361,6 +363,7 @@
361363
/* Begin XCBuildConfiguration section */
362364
0270C09327069A8900FC799F /* Debug */ = {
363365
isa = XCBuildConfiguration;
366+
baseConfigurationReference = 3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */;
364367
buildSettings = {
365368
ALWAYS_SEARCH_USER_PATHS = NO;
366369
CLANG_ANALYZER_NONNULL = YES;
@@ -412,7 +415,6 @@
412415
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
413416
GCC_WARN_UNUSED_FUNCTION = YES;
414417
GCC_WARN_UNUSED_VARIABLE = YES;
415-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
416418
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
417419
MTL_FAST_MATH = YES;
418420
ONLY_ACTIVE_ARCH = YES;
@@ -426,6 +428,7 @@
426428
};
427429
0270C09427069A8900FC799F /* Release */ = {
428430
isa = XCBuildConfiguration;
431+
baseConfigurationReference = 3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */;
429432
buildSettings = {
430433
ALWAYS_SEARCH_USER_PATHS = NO;
431434
CLANG_ANALYZER_NONNULL = YES;
@@ -471,7 +474,6 @@
471474
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
472475
GCC_WARN_UNUSED_FUNCTION = YES;
473476
GCC_WARN_UNUSED_VARIABLE = YES;
474-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
475477
MTL_ENABLE_DEBUG_INFO = NO;
476478
MTL_FAST_MATH = YES;
477479
SDKROOT = iphoneos;
@@ -587,6 +589,7 @@
587589
};
588590
02AB82F02706A9EA008D7334 /* Release-Alpha */ = {
589591
isa = XCBuildConfiguration;
592+
baseConfigurationReference = 3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */;
590593
buildSettings = {
591594
ALWAYS_SEARCH_USER_PATHS = NO;
592595
CLANG_ANALYZER_NONNULL = YES;
@@ -632,7 +635,6 @@
632635
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
633636
GCC_WARN_UNUSED_FUNCTION = YES;
634637
GCC_WARN_UNUSED_VARIABLE = YES;
635-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
636638
MTL_ENABLE_DEBUG_INFO = NO;
637639
MTL_FAST_MATH = YES;
638640
SDKROOT = iphoneos;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../config/Common.xcconfig"

Fakes/Fakes.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
26EEDC8C26FE1C1C00D5BA0E /* Yosemite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Yosemite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4646
26EEDC8E26FE1C7B00D5BA0E /* Networking.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Networking.generated.swift; sourceTree = "<group>"; };
4747
26EEDC8F26FE1C7B00D5BA0E /* Yosemite.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Yosemite.generated.swift; sourceTree = "<group>"; };
48+
3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Fakes.xcconfig; sourceTree = "<group>"; };
4849
/* End PBXFileReference section */
4950

5051
/* Begin PBXFrameworksBuildPhase section */
@@ -97,6 +98,7 @@
9798
26106B3B25FA4F5F0000DF30 /* Products */,
9899
26CA6D2425F6C87800B01F48 /* Fakes.h */,
99100
26CA6D2525F6C87800B01F48 /* Info.plist */,
101+
3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */,
100102
);
101103
path = Fakes;
102104
sourceTree = "<group>";
@@ -209,6 +211,7 @@
209211
/* Begin XCBuildConfiguration section */
210212
26CA6D2725F6C87800B01F48 /* Debug */ = {
211213
isa = XCBuildConfiguration;
214+
baseConfigurationReference = 3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */;
212215
buildSettings = {
213216
ALWAYS_SEARCH_USER_PATHS = NO;
214217
CLANG_ANALYZER_NONNULL = YES;
@@ -260,7 +263,6 @@
260263
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
261264
GCC_WARN_UNUSED_FUNCTION = YES;
262265
GCC_WARN_UNUSED_VARIABLE = YES;
263-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
264266
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
265267
MTL_FAST_MATH = YES;
266268
ONLY_ACTIVE_ARCH = YES;
@@ -274,6 +276,7 @@
274276
};
275277
26CA6D2825F6C87800B01F48 /* Release */ = {
276278
isa = XCBuildConfiguration;
279+
baseConfigurationReference = 3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */;
277280
buildSettings = {
278281
ALWAYS_SEARCH_USER_PATHS = NO;
279282
CLANG_ANALYZER_NONNULL = YES;
@@ -319,7 +322,6 @@
319322
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
320323
GCC_WARN_UNUSED_FUNCTION = YES;
321324
GCC_WARN_UNUSED_VARIABLE = YES;
322-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
323325
MTL_ENABLE_DEBUG_INFO = NO;
324326
MTL_FAST_MATH = YES;
325327
SDKROOT = iphoneos;

Fakes/Fakes/Fakes.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../config/Common.xcconfig"

Hardware/Hardware.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
317975C1274EBC1F004357B1 /* DeclineReason+Stripe.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DeclineReason+Stripe.swift"; sourceTree = "<group>"; };
184184
317975C3274ED591004357B1 /* DeclineReasonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeclineReasonTests.swift; sourceTree = "<group>"; };
185185
3CF9348BADD5E0518080A61A /* Pods-Hardware.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hardware.debug.xcconfig"; path = "Target Support Files/Pods-Hardware/Pods-Hardware.debug.xcconfig"; sourceTree = "<group>"; };
186+
3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Hardware.xcconfig; sourceTree = "<group>"; };
186187
47BDD50287B7B0CF8D769BFC /* Pods-PrinterPlayground.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PrinterPlayground.release-alpha.xcconfig"; path = "Target Support Files/Pods-PrinterPlayground/Pods-PrinterPlayground.release-alpha.xcconfig"; sourceTree = "<group>"; };
187188
55CD4BB3273E617C007686D3 /* ReceiptRendererTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceiptRendererTest.swift; sourceTree = "<group>"; };
188189
9726331F55A9621F2F887E13 /* Pods-Hardware.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hardware.release.xcconfig"; path = "Target Support Files/Pods-Hardware/Pods-Hardware.release.xcconfig"; sourceTree = "<group>"; };
@@ -425,6 +426,7 @@
425426
D88FDB1D25DD218800CB0DBD /* CardReader */,
426427
D88FDB0225DD216B00CB0DBD /* Hardware.h */,
427428
D88FDB0325DD216B00CB0DBD /* Info.plist */,
429+
3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */,
428430
);
429431
path = Hardware;
430432
sourceTree = "<group>";
@@ -967,6 +969,7 @@
967969
/* Begin XCBuildConfiguration section */
968970
D88FDB1125DD216B00CB0DBD /* Debug */ = {
969971
isa = XCBuildConfiguration;
972+
baseConfigurationReference = 3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */;
970973
buildSettings = {
971974
ALWAYS_SEARCH_USER_PATHS = NO;
972975
CLANG_ANALYZER_NONNULL = YES;
@@ -1018,7 +1021,6 @@
10181021
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10191022
GCC_WARN_UNUSED_FUNCTION = YES;
10201023
GCC_WARN_UNUSED_VARIABLE = YES;
1021-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
10221024
LD_RUNPATH_SEARCH_PATHS = "";
10231025
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
10241026
MTL_FAST_MATH = YES;
@@ -1033,6 +1035,7 @@
10331035
};
10341036
D88FDB1225DD216B00CB0DBD /* Release */ = {
10351037
isa = XCBuildConfiguration;
1038+
baseConfigurationReference = 3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */;
10361039
buildSettings = {
10371040
ALWAYS_SEARCH_USER_PATHS = NO;
10381041
CLANG_ANALYZER_NONNULL = YES;
@@ -1078,7 +1081,6 @@
10781081
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10791082
GCC_WARN_UNUSED_FUNCTION = YES;
10801083
GCC_WARN_UNUSED_VARIABLE = YES;
1081-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
10821084
LD_RUNPATH_SEARCH_PATHS = "";
10831085
MTL_ENABLE_DEBUG_INFO = NO;
10841086
MTL_FAST_MATH = YES;
@@ -1199,6 +1201,7 @@
11991201
};
12001202
D88FDBDD25DD248C00CB0DBD /* Release-Alpha */ = {
12011203
isa = XCBuildConfiguration;
1204+
baseConfigurationReference = 3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */;
12021205
buildSettings = {
12031206
ALWAYS_SEARCH_USER_PATHS = NO;
12041207
CLANG_ANALYZER_NONNULL = YES;
@@ -1244,7 +1247,6 @@
12441247
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
12451248
GCC_WARN_UNUSED_FUNCTION = YES;
12461249
GCC_WARN_UNUSED_VARIABLE = YES;
1247-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
12481250
LD_RUNPATH_SEARCH_PATHS = "";
12491251
MTL_ENABLE_DEBUG_INFO = NO;
12501252
MTL_FAST_MATH = YES;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../config/Common.xcconfig"

Networking/Networking.xcodeproj/project.pbxproj

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@
423423
450106852399A7CB00E24722 /* TaxClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450106842399A7CB00E24722 /* TaxClass.swift */; };
424424
4501068F2399B19500E24722 /* TaxRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4501068E2399B19500E24722 /* TaxRemote.swift */; };
425425
450106912399B2C800E24722 /* TaxClassListMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450106902399B2C800E24722 /* TaxClassListMapper.swift */; };
426+
450BFA6B2D52777500C2D1D7 /* WordPressMediaMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450BFA6A2D52777500C2D1D7 /* WordPressMediaMapperTests.swift */; };
427+
450BFA6D2D52790E00C2D1D7 /* media-library-with-empty-sizes.json in Resources */ = {isa = PBXBuildFile; fileRef = 450BFA6C2D52790200C2D1D7 /* media-library-with-empty-sizes.json */; };
426428
451274A625276C82009911FF /* product-variation.json in Resources */ = {isa = PBXBuildFile; fileRef = 451274A525276C82009911FF /* product-variation.json */; };
427429
4513382027A8227F00AE5E78 /* InboxNotesRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4513381F27A8227F00AE5E78 /* InboxNotesRemote.swift */; };
428430
4513382227A8409000AE5E78 /* InboxNotesRemoteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4513382127A8409000AE5E78 /* InboxNotesRemoteTests.swift */; };
@@ -1618,9 +1620,12 @@
16181620
31D27C8A26028D96002EDB1D /* SitePlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SitePlugin.swift; sourceTree = "<group>"; };
16191621
31D27C8E2602B553002EDB1D /* plugins.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = plugins.json; sourceTree = "<group>"; };
16201622
31D27C942602B737002EDB1D /* SitePluginsRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SitePluginsRemoteTests.swift; sourceTree = "<group>"; };
1623+
3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Networking.xcconfig; sourceTree = "<group>"; };
16211624
450106842399A7CB00E24722 /* TaxClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxClass.swift; sourceTree = "<group>"; };
16221625
4501068E2399B19500E24722 /* TaxRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxRemote.swift; sourceTree = "<group>"; };
16231626
450106902399B2C800E24722 /* TaxClassListMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxClassListMapper.swift; sourceTree = "<group>"; };
1627+
450BFA6A2D52777500C2D1D7 /* WordPressMediaMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordPressMediaMapperTests.swift; sourceTree = "<group>"; };
1628+
450BFA6C2D52790200C2D1D7 /* media-library-with-empty-sizes.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "media-library-with-empty-sizes.json"; sourceTree = "<group>"; };
16241629
451274A525276C82009911FF /* product-variation.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-variation.json"; sourceTree = "<group>"; };
16251630
4513381F27A8227F00AE5E78 /* InboxNotesRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxNotesRemote.swift; sourceTree = "<group>"; };
16261631
4513382127A8409000AE5E78 /* InboxNotesRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxNotesRemoteTests.swift; sourceTree = "<group>"; };
@@ -2899,6 +2904,7 @@
28992904
B53EF539218138EB003E146F /* Validators */,
29002905
B557D9E6209753AA005962F4 /* Networking.h */,
29012906
B557D9E7209753AA005962F4 /* Info.plist */,
2907+
3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */,
29022908
);
29032909
path = Networking;
29042910
sourceTree = "<group>";
@@ -3319,6 +3325,7 @@
33193325
93D8BBFE226BC1DA00AD2EB3 /* me-settings.json */,
33203326
EEDADD272B7C6A5E00F7302B /* media.json */,
33213327
02AF07EB27492FDD00B2D81E /* media-library.json */,
3328+
450BFA6C2D52790200C2D1D7 /* media-library-with-empty-sizes.json */,
33223329
EECB7EE7286555180028C888 /* media-update-product-id.json */,
33233330
B58D10C92114D22E00107ED4 /* new-order-note.json */,
33243331
022902D322E2436400059692 /* no_stats_permission_error.json */,
@@ -3908,6 +3915,7 @@
39083915
EEA1E2012AC18CD700A37ADD /* AIProductMapperTests.swift */,
39093916
EE078D922AD2F1E500C1199E /* JWTokenMapperTests.swift */,
39103917
EE065ACF2B8E56C2009848CB /* BlazeCampaignListItemsMapperTests.swift */,
3918+
450BFA6A2D52777500C2D1D7 /* WordPressMediaMapperTests.swift */,
39113919
DEDA8DA62B18399D0076BF0F /* WordPressThemeListMapperTests.swift */,
39123920
DEDA8DB82B187EC90076BF0F /* WordPressThemeMapperTests.swift */,
39133921
DEA493762B39987B00EED015 /* BlazeTargetOptionMapperTests.swift */,
@@ -4752,6 +4760,7 @@
47524760
EE065ACE2B8E51AD009848CB /* blaze-campaigns-list-success.json in Resources */,
47534761
45A4B85625D2E75300776FB4 /* shipping-label-address-validation-success.json in Resources */,
47544762
DEB3878F2C2D71A10025256E /* gla-campaign-list-without-data-envelope.json in Resources */,
4763+
450BFA6D2D52790E00C2D1D7 /* media-library-with-empty-sizes.json in Resources */,
47554764
457FC68C2382B2FD00B41B02 /* product-update.json in Resources */,
47564765
CE71E2292A4C35C900DB5376 /* reports-products.json in Resources */,
47574766
CE19CB11222486A600E8AF7A /* order-statuses.json in Resources */,
@@ -5629,6 +5638,7 @@
56295638
B5C6FCCD20A34B8300A4F8E4 /* OrderListMapperTests.swift in Sources */,
56305639
B518663520A0A2E800037A38 /* Constants.swift in Sources */,
56315640
EEA658422966C41A00112DF0 /* ProductIDMapperTests.swift in Sources */,
5641+
450BFA6B2D52777500C2D1D7 /* WordPressMediaMapperTests.swift in Sources */,
56325642
CE12AE9D29F2AD1C0056DD17 /* SubscriptionMapperTests.swift in Sources */,
56335643
D8FBFF1E22D51F39006E3336 /* OrderStatsMapperV4Tests.swift in Sources */,
56345644
02E7FFCB256218F600C53030 /* ShippingLabelRemoteTests.swift in Sources */,
@@ -5707,6 +5717,7 @@
57075717
/* Begin XCBuildConfiguration section */
57085718
1A96903E2359D9F30061E383 /* Release-Alpha */ = {
57095719
isa = XCBuildConfiguration;
5720+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
57105721
buildSettings = {
57115722
ALWAYS_SEARCH_USER_PATHS = NO;
57125723
CLANG_ANALYZER_NONNULL = YES;
@@ -5752,7 +5763,6 @@
57525763
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
57535764
GCC_WARN_UNUSED_FUNCTION = YES;
57545765
GCC_WARN_UNUSED_VARIABLE = YES;
5755-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
57565766
MTL_ENABLE_DEBUG_INFO = NO;
57575767
SDKROOT = iphoneos;
57585768
SWIFT_COMPILATION_MODE = wholemodule;
@@ -5839,7 +5849,6 @@
58395849
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
58405850
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
58415851
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5842-
MACOSX_DEPLOYMENT_TARGET = 14.0;
58435852
MARKETING_VERSION = 1.0;
58445853
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
58455854
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
@@ -5856,7 +5865,6 @@
58565865
SWIFT_VERSION = 5.0;
58575866
TARGETED_DEVICE_FAMILY = 4;
58585867
VALID_ARCHS = "$(ARCHS_STANDARD)";
5859-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
58605868
};
58615869
name = Debug;
58625870
};
@@ -5880,7 +5888,6 @@
58805888
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
58815889
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
58825890
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5883-
MACOSX_DEPLOYMENT_TARGET = 14.0;
58845891
MARKETING_VERSION = 1.0;
58855892
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
58865893
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
@@ -5895,7 +5902,6 @@
58955902
SWIFT_VERSION = 5.0;
58965903
TARGETED_DEVICE_FAMILY = 4;
58975904
VALID_ARCHS = "$(ARCHS_STANDARD)";
5898-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
58995905
};
59005906
name = Release;
59015907
};
@@ -5919,7 +5925,6 @@
59195925
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
59205926
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
59215927
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5922-
MACOSX_DEPLOYMENT_TARGET = 14.0;
59235928
MARKETING_VERSION = 1.0;
59245929
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
59255930
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
@@ -5934,12 +5939,12 @@
59345939
SWIFT_VERSION = 5.0;
59355940
TARGETED_DEVICE_FAMILY = 4;
59365941
VALID_ARCHS = "$(ARCHS_STANDARD)";
5937-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
59385942
};
59395943
name = "Release-Alpha";
59405944
};
59415945
B557D9F5209753AA005962F4 /* Debug */ = {
59425946
isa = XCBuildConfiguration;
5947+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
59435948
buildSettings = {
59445949
ALWAYS_SEARCH_USER_PATHS = NO;
59455950
CLANG_ANALYZER_NONNULL = YES;
@@ -5991,7 +5996,6 @@
59915996
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
59925997
GCC_WARN_UNUSED_FUNCTION = YES;
59935998
GCC_WARN_UNUSED_VARIABLE = YES;
5994-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
59955999
MTL_ENABLE_DEBUG_INFO = YES;
59966000
ONLY_ACTIVE_ARCH = YES;
59976001
SDKROOT = iphoneos;
@@ -6005,6 +6009,7 @@
60056009
};
60066010
B557D9F6209753AA005962F4 /* Release */ = {
60076011
isa = XCBuildConfiguration;
6012+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
60086013
buildSettings = {
60096014
ALWAYS_SEARCH_USER_PATHS = NO;
60106015
CLANG_ANALYZER_NONNULL = YES;
@@ -6050,7 +6055,6 @@
60506055
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
60516056
GCC_WARN_UNUSED_FUNCTION = YES;
60526057
GCC_WARN_UNUSED_VARIABLE = YES;
6053-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
60546058
MTL_ENABLE_DEBUG_INFO = NO;
60556059
SDKROOT = iphoneos;
60566060
SWIFT_COMPILATION_MODE = wholemodule;

0 commit comments

Comments
 (0)