Skip to content

Commit 9377dee

Browse files
authored
Merge pull request #177 from debriennefrancoisjean/watchOSDeploymentTarget
Modifies the watch OS deployment target to align with RXSwift
2 parents a4c06bc + 8629668 commit 9377dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Action.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@
980980
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
981981
SWIFT_VERSION = 4.2;
982982
TARGETED_DEVICE_FAMILY = 4;
983-
WATCHOS_DEPLOYMENT_TARGET = 2.0;
983+
WATCHOS_DEPLOYMENT_TARGET = 3.0;
984984
};
985985
name = Debug;
986986
};
@@ -1008,7 +1008,7 @@
10081008
SKIP_INSTALL = YES;
10091009
SWIFT_VERSION = 4.2;
10101010
TARGETED_DEVICE_FAMILY = 4;
1011-
WATCHOS_DEPLOYMENT_TARGET = 2.0;
1011+
WATCHOS_DEPLOYMENT_TARGET = 3.0;
10121012
};
10131013
name = Release;
10141014
};

0 commit comments

Comments
 (0)