Skip to content

Commit

Permalink
Lower watchOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Oct 30, 2023
1 parent e793184 commit de6c7b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 10.2;
WATCHOS_DEPLOYMENT_TARGET = 9.4;
};
name = Debug;
};
Expand Down Expand Up @@ -967,7 +967,7 @@
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 10.2;
WATCHOS_DEPLOYMENT_TARGET = 9.4;
};
name = Release;
};
Expand Down

0 comments on commit de6c7b1

Please sign in to comment.