Skip to content

Commit bd18c1b

Browse files
piellardadenisenepraunig
authored andcommitted
Add missing TARGETED_DEVICE_FAMILY for watchOS (devicekit#194)
Thank you @piellarda for your pull request 👍
1 parent 1b473ef commit bd18c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeviceKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
387387
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
388388
SWIFT_VERSION = 5.0;
389-
TARGETED_DEVICE_FAMILY = "1,2,3";
389+
TARGETED_DEVICE_FAMILY = "1,2,3,4";
390390
TVOS_DEPLOYMENT_TARGET = 9.0;
391391
VERSIONING_SYSTEM = "apple-generic";
392392
VERSION_INFO_PREFIX = "";
@@ -439,7 +439,7 @@
439439
SDKROOT = iphoneos;
440440
SKIP_INSTALL = YES;
441441
SWIFT_VERSION = 5.0;
442-
TARGETED_DEVICE_FAMILY = "1,2,3";
442+
TARGETED_DEVICE_FAMILY = "1,2,3,4";
443443
TVOS_DEPLOYMENT_TARGET = 9.0;
444444
VALIDATE_PRODUCT = YES;
445445
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)