Skip to content

Commit

Permalink
Updated test scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
p-larson committed Apr 18, 2023
1 parent f7c964c commit 8c616ea
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 4 deletions.
10 changes: 6 additions & 4 deletions TCA-Snake 2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,11 @@
PRODUCT_BUNDLE_IDENTIFIER = "software.larson.TCA-Snake-2-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SUPPORTED_PLATFORMS = macosx;
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TCA-Snake 2.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/TCA-Snake 2";
};
name = Debug;
Expand All @@ -291,10 +292,11 @@
PRODUCT_BUNDLE_IDENTIFIER = "software.larson.TCA-Snake-2-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
SUPPORTED_PLATFORMS = macosx;
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TCA-Snake 2.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/TCA-Snake 2";
};
name = Release;
Expand Down
90 changes: 90 additions & 0 deletions TCA-Snake 2.xcodeproj/xcshareddata/xcschemes/TCA-Snake 2.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "98C2C74A29DB352C00A48C27"
BuildableName = "TCA-Snake 2.app"
BlueprintName = "TCA-Snake 2"
ReferencedContainer = "container:TCA-Snake 2.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "98B6056229E3612D005449FE"
BuildableName = "TCA-Snake 2 Tests.xctest"
BlueprintName = "TCA-Snake 2 Tests"
ReferencedContainer = "container:TCA-Snake 2.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "98C2C74A29DB352C00A48C27"
BuildableName = "TCA-Snake 2.app"
BlueprintName = "TCA-Snake 2"
ReferencedContainer = "container:TCA-Snake 2.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "98C2C74A29DB352C00A48C27"
BuildableName = "TCA-Snake 2.app"
BlueprintName = "TCA-Snake 2"
ReferencedContainer = "container:TCA-Snake 2.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,18 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>98B6056229E3612D005449FE</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>98C2C74A29DB352C00A48C27</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 8c616ea

Please sign in to comment.