Skip to content

Commit 097f870

Browse files
committed
DRY iOS, macOS, and watchOS deployment targets to new Common.xcconfig
1 parent 4b74cb5 commit 097f870

File tree

9 files changed

+11
-12
lines changed

9 files changed

+11
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
1+
#include "../../config/Common.xcconfig"

Fakes/Fakes/Fakes.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
1+
#include "../../config/Common.xcconfig"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
1+
#include "../../config/Common.xcconfig"
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
2-
MACOSX_DEPLOYMENT_TARGET = 14.0
3-
WATCHOS_DEPLOYMENT_TARGET = 9.0
1+
#include "../../config/Common.xcconfig"

Storage/Storage/Storage.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
1+
#include "../../config/Common.xcconfig"
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
2-
WATCHOS_DEPLOYMENT_TARGET = 9.0
1+
#include "../../config/Common.xcconfig"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
1+
#include "../../config/Common.xcconfig"

config/Common.xcconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
IPHONEOS_DEPLOYMENT_TARGET = 16.0
2+
MACOSX_DEPLOYMENT_TARGET = 14.0
3+
WATCHOS_DEPLOYMENT_TARGET = 9.0

config/WooCommerce.common.xcconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
2-
WATCHOS_DEPLOYMENT_TARGET = 9.0
1+
#include "Common.xcconfig"
32

43
// This is App Store account id.
54
// Build configurations that need the Enterprise account should override in their dedicated xcconfig.

0 commit comments

Comments
 (0)