From e23e37290958288afca68675a04b768ac8adc3c9 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 20 Sep 2023 13:52:28 +0200 Subject: [PATCH] Cleanup Tests Signed-off-by: Simon Rozman --- MacStd.xcodeproj/project.pbxproj | 12 ++---------- .../project.xcworkspace/contents.xcworkspacedata | 7 +++++++ .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ .../xcshareddata/xcschemes/MacStd.xcscheme | 14 +++++++++++++- Tests/Tests.mm | 4 ++-- 5 files changed, 32 insertions(+), 13 deletions(-) create mode 100644 MacStd.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 MacStd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/MacStd.xcodeproj/project.pbxproj b/MacStd.xcodeproj/project.pbxproj index 2a95a12..0496290 100644 --- a/MacStd.xcodeproj/project.pbxproj +++ b/MacStd.xcodeproj/project.pbxproj @@ -350,15 +350,11 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 16.4; - MACOSX_DEPLOYMENT_TARGET = 10.15; + HEADER_SEARCH_PATHS = include; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = si.amebis.MacStd.Tests; PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = auto; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; SWIFT_EMIT_LOC_STRINGS = NO; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; @@ -368,15 +364,11 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 16.4; - MACOSX_DEPLOYMENT_TARGET = 10.15; + HEADER_SEARCH_PATHS = include; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = si.amebis.MacStd.Tests; PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = auto; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; SWIFT_EMIT_LOC_STRINGS = NO; - TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; diff --git a/MacStd.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/MacStd.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/MacStd.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/MacStd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/MacStd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/MacStd.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/MacStd.xcodeproj/xcshareddata/xcschemes/MacStd.xcscheme b/MacStd.xcodeproj/xcshareddata/xcschemes/MacStd.xcscheme index 308b7e6..9a56bf8 100644 --- a/MacStd.xcodeproj/xcshareddata/xcschemes/MacStd.xcscheme +++ b/MacStd.xcodeproj/xcshareddata/xcschemes/MacStd.xcscheme @@ -1,7 +1,7 @@ + version = "1.8"> @@ -28,6 +28,18 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES" shouldAutocreateTestPlan = "YES"> + + + + + + -#include "../include/MacStd/dyld.hpp" -#include "../include/MacStd/unistd.hpp" +#include +#include @interface Tests : XCTestCase @end