Skip to content

Commit

Permalink
manual smoke tests file deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Dec 13, 2023
1 parent fbf755c commit dd8185e
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 48 deletions.
174 changes: 169 additions & 5 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@
F1D477C61F2126CC0031ED49 /* OmniBarState.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D477C51F2126CC0031ED49 /* OmniBarState.swift */; };
F1D477C91F2139410031ED49 /* SmallOmniBarStateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D477C81F2139410031ED49 /* SmallOmniBarStateTests.swift */; };
F1D477CB1F2149C40031ED49 /* Type.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D477CA1F2149C40031ED49 /* Type.swift */; };
F1D757152B2A0FDB00E62C79 /* DuckDuckGoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D757142B2A0FDB00E62C79 /* DuckDuckGoUITests.swift */; };
F1D796EC1E7AB8930019D451 /* SaveBookmarkActivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D796EB1E7AB8930019D451 /* SaveBookmarkActivity.swift */; };
F1D796EE1E7AF2EB0019D451 /* UIViewControllerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F143C32C1E4A9A4800CFDE3A /* UIViewControllerExtension.swift */; };
F1D796F01E7B07610019D451 /* BookmarksViewControllerCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1D796EF1E7B07610019D451 /* BookmarksViewControllerCells.swift */; };
Expand Down Expand Up @@ -1009,6 +1010,13 @@
remoteGlobalIDString = F143C2E31E4A4CD400CFDE3A;
remoteInfo = Core;
};
F1D757182B2A0FDB00E62C79 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 84E3418A1E2F7EFB00BDBA6F /* Project object */;
proxyType = 1;
remoteGlobalIDString = 84E341911E2F7EFB00BDBA6F;
remoteInfo = DuckDuckGo;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -1378,7 +1386,6 @@
83E2D2AF253CC16B005605F5 /* httpsMobileV2Bloom.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = httpsMobileV2Bloom.bin; sourceTree = "<group>"; };
83E2D2B0253CC16B005605F5 /* httpsMobileV2FalsePositives.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = httpsMobileV2FalsePositives.json; sourceTree = "<group>"; };
83E2D2B1253CC16B005605F5 /* httpsMobileV2BloomSpec.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = httpsMobileV2BloomSpec.json; sourceTree = "<group>"; };
83ED3B8C1FA8E61D00B47556 /* ManualTestsScript.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = ManualTestsScript.md; sourceTree = "<group>"; };
83ED3B8D1FA8E63700B47556 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
83EDCC3F1F86B895005CDFCD /* StatisticsLoaderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatisticsLoaderTests.swift; sourceTree = "<group>"; };
84E341921E2F7EFB00BDBA6F /* DuckDuckGo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DuckDuckGo.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -2508,6 +2515,8 @@
F1D477C51F2126CC0031ED49 /* OmniBarState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OmniBarState.swift; sourceTree = "<group>"; };
F1D477C81F2139410031ED49 /* SmallOmniBarStateTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SmallOmniBarStateTests.swift; sourceTree = "<group>"; };
F1D477CA1F2149C40031ED49 /* Type.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Type.swift; sourceTree = "<group>"; };
F1D757122B2A0FDB00E62C79 /* DuckDuckGoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DuckDuckGoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
F1D757142B2A0FDB00E62C79 /* DuckDuckGoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DuckDuckGoUITests.swift; sourceTree = "<group>"; };
F1D796EB1E7AB8930019D451 /* SaveBookmarkActivity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SaveBookmarkActivity.swift; sourceTree = "<group>"; };
F1D796EF1E7B07610019D451 /* BookmarksViewControllerCells.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BookmarksViewControllerCells.swift; sourceTree = "<group>"; };
F1D796F31E7C2A410019D451 /* BookmarksDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BookmarksDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2670,6 +2679,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
F1D7570F2B2A0FDB00E62C79 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand Down Expand Up @@ -3627,11 +3643,11 @@
025CCFE32582601C001CD5BB /* FingerprintingUITests */,
9825F9D9293F2E5F00F220F2 /* PerformanceTests */,
85D33FCC25C97B6E002B91A6 /* IntegrationTests */,
F1D757132B2A0FDB00E62C79 /* DuckDuckGoUITests */,
F1AA545F1E48D90700223211 /* Frameworks */,
31E69A60280F4BAD00478327 /* LocalPackages */,
84E341931E2F7EFB00BDBA6F /* Products */,
83ED3B8D1FA8E63700B47556 /* README.md */,
83ED3B8C1FA8E61D00B47556 /* ManualTestsScript.md */,
85A313962028E78A00327D00 /* release_notes.txt */,
);
sourceTree = "<group>";
Expand All @@ -3651,6 +3667,7 @@
85D33FCB25C97B6E002B91A6 /* IntegrationTests.xctest */,
9825F9D7293F2DE900F220F2 /* PerformanceTests.xctest */,
02025662298818B100E694E7 /* PacketTunnelProvider.appex */,
F1D757122B2A0FDB00E62C79 /* DuckDuckGoUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -5199,6 +5216,14 @@
name = OmniBar;
sourceTree = "<group>";
};
F1D757132B2A0FDB00E62C79 /* DuckDuckGoUITests */ = {
isa = PBXGroup;
children = (
F1D757142B2A0FDB00E62C79 /* DuckDuckGoUITests.swift */,
);
path = DuckDuckGoUITests;
sourceTree = "<group>";
};
F1D796ED1E7AE4090019D451 /* UserInterface */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -5634,13 +5659,31 @@
productReference = F143C2E41E4A4CD400CFDE3A /* Core.framework */;
productType = "com.apple.product-type.framework";
};
F1D757112B2A0FDB00E62C79 /* DuckDuckGoUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = F1D7571A2B2A0FDB00E62C79 /* Build configuration list for PBXNativeTarget "DuckDuckGoUITests" */;
buildPhases = (
F1D7570E2B2A0FDB00E62C79 /* Sources */,
F1D7570F2B2A0FDB00E62C79 /* Frameworks */,
F1D757102B2A0FDB00E62C79 /* Resources */,
);
buildRules = (
);
dependencies = (
F1D757192B2A0FDB00E62C79 /* PBXTargetDependency */,
);
name = DuckDuckGoUITests;
productName = DuckDuckGoUITests;
productReference = F1D757122B2A0FDB00E62C79 /* DuckDuckGoUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
84E3418A1E2F7EFB00BDBA6F /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1420;
LastSwiftUpdateCheck = 1510;
LastUpgradeCheck = 1250;
ORGANIZATIONNAME = DuckDuckGo;
TargetAttributes = {
Expand Down Expand Up @@ -5701,6 +5744,10 @@
LastSwiftMigration = 1020;
ProvisioningStyle = Automatic;
};
F1D757112B2A0FDB00E62C79 = {
CreatedOnToolsVersion = 15.1;
TestTargetID = 84E341911E2F7EFB00BDBA6F;
};
};
};
buildConfigurationList = 84E3418D1E2F7EFB00BDBA6F /* Build configuration list for PBXProject "DuckDuckGo" */;
Expand Down Expand Up @@ -5763,11 +5810,12 @@
02025661298818B100E694E7 /* PacketTunnelProvider */,
F143C2E31E4A4CD400CFDE3A /* Core */,
98A54A8022AFCB2C00E541F4 /* Instruments */,
85F21DAC210F5E32002631A6 /* AtbUITests */,
84E341A51E2F7EFB00BDBA6F /* UnitTests */,
025CCFE12582601C001CD5BB /* FingerprintingUITests */,
85D33FCA25C97B6E002B91A6 /* IntegrationTests */,
9825F9CB293F2DE900F220F2 /* PerformanceTests */,
85F21DAC210F5E32002631A6 /* AtbUITests */,
025CCFE12582601C001CD5BB /* FingerprintingUITests */,
F1D757112B2A0FDB00E62C79 /* DuckDuckGoUITests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -5998,6 +6046,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
F1D757102B2A0FDB00E62C79 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -6938,6 +6993,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
F1D7570E2B2A0FDB00E62C79 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F1D757152B2A0FDB00E62C79 /* DuckDuckGoUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand Down Expand Up @@ -7001,6 +7064,11 @@
target = F143C2E31E4A4CD400CFDE3A /* Core */;
targetProxy = F143C2E91E4A4CD400CFDE3A /* PBXContainerItemProxy */;
};
F1D757192B2A0FDB00E62C79 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 84E341911E2F7EFB00BDBA6F /* DuckDuckGo */;
targetProxy = F1D757182B2A0FDB00E62C79 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -9001,6 +9069,92 @@
};
name = Release;
};
F1D7571B2B2A0FDB00E62C79 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = HKE973VLUW;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.duckduckgo.DuckDuckGoUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = DuckDuckGo;
};
name = Debug;
};
F1D7571C2B2A0FDB00E62C79 /* Alpha */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = HKE973VLUW;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.duckduckgo.DuckDuckGoUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = DuckDuckGo;
};
name = Alpha;
};
F1D7571D2B2A0FDB00E62C79 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = HKE973VLUW;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.duckduckgo.DuckDuckGoUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = DuckDuckGo;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand Down Expand Up @@ -9134,6 +9288,16 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F1D7571A2B2A0FDB00E62C79 /* Build configuration list for PBXNativeTarget "DuckDuckGoUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F1D7571B2B2A0FDB00E62C79 /* Debug */,
F1D7571C2B2A0FDB00E62C79 /* Alpha */,
F1D7571D2B2A0FDB00E62C79 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
Expand Down
43 changes: 0 additions & 43 deletions ManualTestsScript.md

This file was deleted.

0 comments on commit dd8185e

Please sign in to comment.