Skip to content

Commit 4b74cb5

Browse files
committed
DRY watchOS deployment target for WooFoundation
1 parent 8018903 commit 4b74cb5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

WooFoundation/WooFoundation.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,6 @@
820820
TARGETED_DEVICE_FAMILY = 4;
821821
VERSIONING_SYSTEM = "apple-generic";
822822
VERSION_INFO_PREFIX = "";
823-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
824823
};
825824
name = Debug;
826825
};
@@ -864,7 +863,6 @@
864863
VALIDATE_PRODUCT = YES;
865864
VERSIONING_SYSTEM = "apple-generic";
866865
VERSION_INFO_PREFIX = "";
867-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
868866
};
869867
name = Release;
870868
};
@@ -908,7 +906,6 @@
908906
VALIDATE_PRODUCT = YES;
909907
VERSIONING_SYSTEM = "apple-generic";
910908
VERSION_INFO_PREFIX = "";
911-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
912909
};
913910
name = "Release-Alpha";
914911
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
IPHONEOS_DEPLOYMENT_TARGET = 16.0
2+
WATCHOS_DEPLOYMENT_TARGET = 9.0

0 commit comments

Comments
 (0)