Skip to content

Commit

Permalink
Merge pull request SwiftyJSON#420 from AlexanderNey/fix/watchos2-buil…
Browse files Browse the repository at this point in the history
…d-target-fix

set the watch os deployment target to watchOS 2.0
  • Loading branch information
zhigang1992 committed Jan 28, 2016
2 parents d814977 + 6003466 commit 42bdb10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwiftyJSON.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Debug;
};
Expand All @@ -994,6 +995,7 @@
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Release;
};
Expand Down

0 comments on commit 42bdb10

Please sign in to comment.