Skip to content

Commit 6954c31

Browse files
committed
Fix watchOS CI
1 parent 151ee6e commit 6954c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PMKCoreLocation.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
TVOS_DEPLOYMENT_TARGET = 9.0;
311311
VERSIONING_SYSTEM = "apple-generic";
312312
VERSION_INFO_PREFIX = "";
313-
WATCHOS_DEPLOYMENT_TARGET = 2.0;
313+
WATCHOS_DEPLOYMENT_TARGET = 3.0;
314314
};
315315
name = Debug;
316316
};
@@ -367,7 +367,7 @@
367367
VALIDATE_PRODUCT = YES;
368368
VERSIONING_SYSTEM = "apple-generic";
369369
VERSION_INFO_PREFIX = "";
370-
WATCHOS_DEPLOYMENT_TARGET = 2.0;
370+
WATCHOS_DEPLOYMENT_TARGET = 3.0;
371371
};
372372
name = Release;
373373
};

0 commit comments

Comments
 (0)