We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1557a99 commit 7389919Copy full SHA for 7389919
RangeUISlider.xcodeproj/project.pbxproj
@@ -986,6 +986,7 @@
986
DYLIB_COMPATIBILITY_VERSION = 1;
987
DYLIB_CURRENT_VERSION = 1;
988
DYLIB_INSTALL_NAME_BASE = "@rpath";
989
+ ENABLE_TESTABILITY = NO;
990
INFOPLIST_FILE = Source/Info.plist;
991
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
992
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
RangeUISlider.xcodeproj/xcshareddata/xcschemes/RangeUISlider.xcscheme
@@ -23,7 +23,7 @@
23
</BuildActionEntries>
24
</BuildAction>
25
<TestAction
26
- buildConfiguration = "Release"
+ buildConfiguration = "Debug"
27
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
shouldUseLaunchSchemeArgsEnv = "YES">
0 commit comments