Skip to content

Commit fe5d04e

Browse files
example app test setup
1 parent 5039d4b commit fe5d04e

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
CURRENT_PROJECT_VERSION = 1;
512512
DEVELOPMENT_TEAM = YYX2P3XVJ7;
513513
GENERATE_INFOPLIST_FILE = YES;
514-
IPHONEOS_DEPLOYMENT_TARGET = 18.2;
514+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
515515
MARKETING_VERSION = 1.0;
516516
PRODUCT_BUNDLE_IDENTIFIER = io.invertase.testing.FirebaseSwiftUIExampleTests;
517517
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -530,7 +530,7 @@
530530
CURRENT_PROJECT_VERSION = 1;
531531
DEVELOPMENT_TEAM = YYX2P3XVJ7;
532532
GENERATE_INFOPLIST_FILE = YES;
533-
IPHONEOS_DEPLOYMENT_TARGET = 18.2;
533+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
534534
MARKETING_VERSION = 1.0;
535535
PRODUCT_BUNDLE_IDENTIFIER = io.invertase.testing.FirebaseSwiftUIExampleTests;
536536
PRODUCT_NAME = "$(TARGET_NAME)";
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1620"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
</BuildAction>
10+
<TestAction
11+
buildConfiguration = "Debug"
12+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
13+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
14+
shouldUseLaunchSchemeArgsEnv = "YES"
15+
shouldAutocreateTestPlan = "YES">
16+
<Testables>
17+
<TestableReference
18+
skipped = "NO"
19+
parallelizable = "YES">
20+
<BuildableReference
21+
BuildableIdentifier = "primary"
22+
BlueprintIdentifier = "46F89C192D64A86D000F8BC0"
23+
BuildableName = "FirebaseSwiftUIExampleTests.xctest"
24+
BlueprintName = "FirebaseSwiftUIExampleTests"
25+
ReferencedContainer = "container:FirebaseSwiftUIExample.xcodeproj">
26+
</BuildableReference>
27+
</TestableReference>
28+
</Testables>
29+
</TestAction>
30+
<LaunchAction
31+
buildConfiguration = "Debug"
32+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
33+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
34+
launchStyle = "0"
35+
useCustomWorkingDirectory = "NO"
36+
ignoresPersistentStateOnLaunch = "NO"
37+
debugDocumentVersioning = "YES"
38+
debugServiceExtension = "internal"
39+
allowLocationSimulation = "YES">
40+
</LaunchAction>
41+
<ProfileAction
42+
buildConfiguration = "Release"
43+
shouldUseLaunchSchemeArgsEnv = "YES"
44+
savedToolIdentifier = ""
45+
useCustomWorkingDirectory = "NO"
46+
debugDocumentVersioning = "YES">
47+
</ProfileAction>
48+
<AnalyzeAction
49+
buildConfiguration = "Debug">
50+
</AnalyzeAction>
51+
<ArchiveAction
52+
buildConfiguration = "Release"
53+
revealArchiveInOrganizer = "YES">
54+
</ArchiveAction>
55+
</Scheme>

0 commit comments

Comments
 (0)