Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rocket launch UI test #13

Open
wants to merge 24 commits into
base: solution
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
169 changes: 167 additions & 2 deletions Solution/iOS/RocketApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objectVersion = 70;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -13,8 +13,23 @@
165B20552999449B0047F70A /* Infrastructure in Resources */ = {isa = PBXBuildFile; fileRef = 165B20532999449B0047F70A /* Infrastructure */; };
16BC7FFC29CC9AE5002AAE15 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 16BC7FFB29CC9AE5002AAE15 /* Assets.xcassets */; };
635FE7B12A20CDD40018A585 /* RocketList in Frameworks */ = {isa = PBXBuildFile; productRef = 635FE7B02A20CDD40018A585 /* RocketList */; };
6E3F7D202C972CFD00554BA3 /* App in Frameworks */ = {isa = PBXBuildFile; productRef = 6E3F7D1F2C972CFD00554BA3 /* App */; };
6EA6ACB52C96F40A00EA0B8A /* Login in Frameworks */ = {isa = PBXBuildFile; productRef = 6EA6ACB42C96F40A00EA0B8A /* Login */; };
E50818DC2CE2A31A00B9AE68 /* Login in Frameworks */ = {isa = PBXBuildFile; productRef = E50818DB2CE2A31A00B9AE68 /* Login */; };
E50DF9542C9751A700BE1B5D /* RocketList in Frameworks */ = {isa = PBXBuildFile; productRef = E50DF9532C9751A700BE1B5D /* RocketList */; };
E55944B42C97328A00594002 /* UIToolkit in Frameworks */ = {isa = PBXBuildFile; productRef = E55944B32C97328A00594002 /* UIToolkit */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
E5A6B6FA2C97216000376970 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 160CA40528A506E4004A274A /* Project object */;
proxyType = 1;
remoteGlobalIDString = 160CA40C28A506E4004A274A;
remoteInfo = RocketApp;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
1607AECC28D21C240030F1DF /* AllTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = AllTests.xctestplan; sourceTree = "<group>"; };
1607AECD28D21D040030F1DF /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Expand All @@ -24,17 +39,34 @@
165B20522999449B0047F70A /* Features */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Features; sourceTree = "<group>"; };
165B20532999449B0047F70A /* Infrastructure */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Infrastructure; sourceTree = "<group>"; };
16BC7FFB29CC9AE5002AAE15 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E5A6B6F42C97216000376970 /* RocketAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RocketAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
E5A6B6F52C97216000376970 /* RocketAppUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = RocketAppUITests; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
160CA40A28A506E4004A274A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6E3F7D202C972CFD00554BA3 /* App in Frameworks */,
6EA6ACB52C96F40A00EA0B8A /* Login in Frameworks */,
635FE7B12A20CDD40018A585 /* RocketList in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E5A6B6F12C97216000376970 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E50818DC2CE2A31A00B9AE68 /* Login in Frameworks */,
E50DF9542C9751A700BE1B5D /* RocketList in Frameworks */,
E55944B42C97328A00594002 /* UIToolkit in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand All @@ -52,6 +84,7 @@
children = (
1607AECD28D21D040030F1DF /* README.md */,
163E0EBC28C7988100CECFD8 /* RocketApp */,
E5A6B6F52C97216000376970 /* RocketAppUITests */,
160CA40E28A506E4004A274A /* Products */,
163E0F2D28D093BD00CECFD8 /* Frameworks */,
);
Expand All @@ -61,6 +94,7 @@
isa = PBXGroup;
children = (
160CA40D28A506E4004A274A /* RocketApp.app */,
E5A6B6F42C97216000376970 /* RocketAppUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -103,25 +137,57 @@
name = RocketApp;
packageProductDependencies = (
635FE7B02A20CDD40018A585 /* RocketList */,
6EA6ACB42C96F40A00EA0B8A /* Login */,
6E3F7D1F2C972CFD00554BA3 /* App */,
);
productName = RocketApp;
productReference = 160CA40D28A506E4004A274A /* RocketApp.app */;
productType = "com.apple.product-type.application";
};
E5A6B6F32C97216000376970 /* RocketAppUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E5A6B6FE2C97216000376970 /* Build configuration list for PBXNativeTarget "RocketAppUITests" */;
buildPhases = (
E5A6B6F02C97216000376970 /* Sources */,
E5A6B6F12C97216000376970 /* Frameworks */,
E5A6B6F22C97216000376970 /* Resources */,
);
buildRules = (
);
dependencies = (
E5A6B6FB2C97216000376970 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
E5A6B6F52C97216000376970 /* RocketAppUITests */,
);
name = RocketAppUITests;
packageProductDependencies = (
E55944B32C97328A00594002 /* UIToolkit */,
E50DF9532C9751A700BE1B5D /* RocketList */,
E50818DB2CE2A31A00B9AE68 /* Login */,
);
productName = RocketAppUITests;
productReference = E5A6B6F42C97216000376970 /* RocketAppUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
160CA40528A506E4004A274A /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1340;
LastSwiftUpdateCheck = 1600;
LastUpgradeCheck = 1420;
TargetAttributes = {
160CA40C28A506E4004A274A = {
CreatedOnToolsVersion = 13.4.1;
LastSwiftMigration = 1340;
};
E5A6B6F32C97216000376970 = {
CreatedOnToolsVersion = 16.0;
TestTargetID = 160CA40C28A506E4004A274A;
};
};
};
buildConfigurationList = 160CA40828A506E4004A274A /* Build configuration list for PBXProject "RocketApp" */;
Expand All @@ -142,6 +208,7 @@
projectRoot = "";
targets = (
160CA40C28A506E4004A274A /* RocketApp */,
E5A6B6F32C97216000376970 /* RocketAppUITests */,
);
};
/* End PBXProject section */
Expand All @@ -158,6 +225,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
E5A6B6F22C97216000376970 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -191,8 +265,23 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
E5A6B6F02C97216000376970 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
E5A6B6FB2C97216000376970 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 160CA40C28A506E4004A274A /* RocketApp */;
targetProxy = E5A6B6FA2C97216000376970 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
160CA42F28A506E6004A274A /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -379,6 +468,53 @@
};
name = Release;
};
E5A6B6FC2C97216000376970 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = L4GD77D338;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = cz.quanti.RocketAppUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = RocketApp;
};
name = Debug;
};
E5A6B6FD2C97216000376970 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = L4GD77D338;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = cz.quanti.RocketAppUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = RocketApp;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -400,13 +536,42 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E5A6B6FE2C97216000376970 /* Build configuration list for PBXNativeTarget "RocketAppUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E5A6B6FC2C97216000376970 /* Debug */,
E5A6B6FD2C97216000376970 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
635FE7B02A20CDD40018A585 /* RocketList */ = {
isa = XCSwiftPackageProductDependency;
productName = RocketList;
};
6E3F7D1F2C972CFD00554BA3 /* App */ = {
isa = XCSwiftPackageProductDependency;
productName = App;
};
6EA6ACB42C96F40A00EA0B8A /* Login */ = {
isa = XCSwiftPackageProductDependency;
productName = Login;
};
E50818DB2CE2A31A00B9AE68 /* Login */ = {
isa = XCSwiftPackageProductDependency;
productName = Login;
};
E50DF9532C9751A700BE1B5D /* RocketList */ = {
isa = XCSwiftPackageProductDependency;
productName = RocketList;
};
E55944B32C97328A00594002 /* UIToolkit */ = {
isa = XCSwiftPackageProductDependency;
productName = UIToolkit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 160CA40528A506E4004A274A /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5A6B6F32C97216000376970"
BuildableName = "RocketAppUITests.xctest"
BlueprintName = "RocketAppUITests"
ReferencedContainer = "container:RocketApp.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
version = "2.2">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "160CA40C28A506E4004A274A"
BuildableName = "RocketApp.app"
BlueprintName = "RocketApp"
ReferencedContainer = "container:RocketApp.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "YES"
buildForAnalyzing = "NO">
<AutocreatedTestPlanReference>
</AutocreatedTestPlanReference>
</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 = "E5A6B6F32C97216000376970"
BuildableName = "RocketAppUITests.xctest"
BlueprintName = "RocketAppUITests"
ReferencedContainer = "container:RocketApp.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">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "160CA40C28A506E4004A274A"
BuildableName = "RocketApp.app"
BlueprintName = "RocketApp"
ReferencedContainer = "container:RocketApp.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading