Skip to content

Commit

Permalink
Merge pull request #177 from debriennefrancoisjean/watchOSDeploymentT…
Browse files Browse the repository at this point in the history
…arget

Modifies the watch OS deployment target to align with RXSwift
  • Loading branch information
ashfurrow authored Feb 12, 2019
2 parents a4c06bc + 8629668 commit 9377dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Action.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
name = Debug;
};
Expand Down Expand Up @@ -1008,7 +1008,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
name = Release;
};
Expand Down

0 comments on commit 9377dee

Please sign in to comment.