Skip to content

Commit

Permalink
Set more suitable watchOS deployment target.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Nov 15, 2023
1 parent 0564fe4 commit 75952d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/OCMock.xcodeproj/project.pbxproj
Expand Up @@ -1721,7 +1721,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
TVOS_DEPLOYMENT_TARGET = 12.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
WATCHOS_DEPLOYMENT_TARGET = 7.0;
};
name = Debug;
};
Expand Down Expand Up @@ -1772,7 +1772,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.15;
SDKROOT = macosx;
TVOS_DEPLOYMENT_TARGET = 12.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
WATCHOS_DEPLOYMENT_TARGET = 7.0;
};
name = Release;
};
Expand Down

0 comments on commit 75952d3

Please sign in to comment.