Skip to content

Commit

Permalink
Rename project file (#3813)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/72649045549333/1209154396013377/f
Tech Design URL:
CC:

Description:

This PR renames the Xcode project file to DuckDuckGo-iOS.
  • Loading branch information
samsymons authored Jan 24, 2025
1 parent 38c9489 commit 9603ccc
Show file tree
Hide file tree
Showing 32 changed files with 81 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:

- name: Set cache key hash
run: |
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
if [[ "$has_only_tags" == "true" ]]; then
echo "cache_key_hash=${{ hashFiles('DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
echo "cache_key_hash=${{ hashFiles('DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
else
echo "Package.resolved contains dependencies specified by branch or commit, skipping cache."
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Set cache key hash
run: |
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
if [[ "$has_only_tags" == "true" ]]; then
echo "cache_key_hash=${{ hashFiles('DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
echo "cache_key_hash=${{ hashFiles('DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
else
echo "Package.resolved contains dependencies specified by branch or commit, skipping cache."
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:

- name: Set cache key hash
run: |
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
if [[ "$has_only_tags" == "true" ]]; then
echo "cache_key_hash=${{ hashFiles('DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
echo "cache_key_hash=${{ hashFiles('DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
else
echo "Package.resolved contains dependencies specified by branch or commit, skipping cache."
fi
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ios-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:

- name: Set cache key hash
run: |
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
if [[ "$has_only_tags" == "true" ]]; then
echo "cache_key_hash=${{ hashFiles('DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
echo "cache_key_hash=${{ hashFiles('DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
else
echo "Package.resolved contains dependencies specified by branch or commit, skipping cache."
fi
Expand Down Expand Up @@ -168,9 +168,9 @@ jobs:

- name: Set cache key hash
run: |
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
if [[ "$has_only_tags" == "true" ]]; then
echo "cache_key_hash=${{ hashFiles('DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
echo "cache_key_hash=${{ hashFiles('DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
else
echo "Package.resolved contains dependencies specified by branch or commit, skipping cache."
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-sync-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Set cache key hash
run: |
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
has_only_tags=$(jq '[ .pins[].state | has("version") ] | all' DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved)
if [[ "$has_only_tags" == "true" ]]; then
echo "cache_key_hash=${{ hashFiles('DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
echo "cache_key_hash=${{ hashFiles('DuckDuckGo-iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}" >> $GITHUB_ENV
else
echo "Package.resolved contains dependencies specified by branch or commit, skipping cache."
fi
Expand Down
6 changes: 3 additions & 3 deletions .maestro/setup_ui_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build_app() {
fi

echo "⏲️ Building the app"
set -o pipefail && xcodebuild -project "$project_root"/DuckDuckGo.xcodeproj \
set -o pipefail && xcodebuild -project "$project_root"/DuckDuckGo-iOS.xcodeproj \
-scheme "DuckDuckGo" \
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.1" \
-derivedDataPath "$derived_data_path" \
Expand Down Expand Up @@ -77,9 +77,9 @@ echo
# Parse command line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
--skip-build)
--skip-build)
skip_build=1 ;;
--rebuild)
--rebuild)
rebuild=1 ;;
*)
esac
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7429,7 +7429,7 @@
};
};
};
buildConfigurationList = 84E3418D1E2F7EFB00BDBA6F /* Build configuration list for PBXProject "DuckDuckGo" */;
buildConfigurationList = 84E3418D1E2F7EFB00BDBA6F /* Build configuration list for PBXProject "DuckDuckGo-iOS" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand Down Expand Up @@ -11770,7 +11770,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
84E3418D1E2F7EFB00BDBA6F /* Build configuration list for PBXProject "DuckDuckGo" */ = {
84E3418D1E2F7EFB00BDBA6F /* Build configuration list for PBXProject "DuckDuckGo-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84E341B81E2F7EFC00BDBA6F /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -34,7 +34,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CommandLineArguments>
Expand All @@ -51,7 +51,7 @@
BlueprintIdentifier = "84E341A51E2F7EFB00BDBA6F"
BuildableName = "UnitTests.xctest"
BlueprintName = "UnitTests"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
Expand All @@ -61,7 +61,7 @@
BlueprintIdentifier = "025CCFE12582601C001CD5BB"
BuildableName = "FingerprintingUITests.xctest"
BlueprintName = "FingerprintingUITests"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
Expand All @@ -71,7 +71,7 @@
BlueprintIdentifier = "85D33FCA25C97B6E002B91A6"
BuildableName = "IntegrationTests.xctest"
BlueprintName = "IntegrationTests"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
Expand All @@ -94,7 +94,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
Expand Down Expand Up @@ -137,7 +137,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
BlueprintIdentifier = "85F21DAC210F5E32002631A6"
BuildableName = "AtbUITests.xctest"
BlueprintName = "AtbUITests"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Expand Down Expand Up @@ -52,7 +52,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
BlueprintIdentifier = "C1EF5B202CC0457B002980E6"
BuildableName = "AutofillCredentialProvider.appex"
BlueprintName = "AutofillCredentialProvider"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
Expand All @@ -33,7 +33,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -68,7 +68,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</MacroExpansion>
</LaunchAction>
Expand All @@ -87,7 +87,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "F143C2E31E4A4CD400CFDE3A"
BuildableName = "Core.framework"
BlueprintName = "Core"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -46,7 +46,7 @@
BlueprintIdentifier = "F143C2E31E4A4CD400CFDE3A"
BuildableName = "Core.framework"
BlueprintName = "Core"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</MacroExpansion>
</LaunchAction>
Expand All @@ -62,7 +62,7 @@
BlueprintIdentifier = "F143C2E31E4A4CD400CFDE3A"
BuildableName = "Core.framework"
BlueprintName = "Core"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -48,7 +48,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -65,7 +65,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -35,7 +35,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CommandLineArguments>
Expand All @@ -57,7 +57,7 @@
BlueprintIdentifier = "84E341A51E2F7EFB00BDBA6F"
BuildableName = "UnitTests.xctest"
BlueprintName = "UnitTests"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Expand Down Expand Up @@ -85,7 +85,7 @@
BlueprintIdentifier = "85D33FCA25C97B6E002B91A6"
BuildableName = "IntegrationTests.xctest"
BlueprintName = "IntegrationTests"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
Expand All @@ -107,7 +107,7 @@
BlueprintIdentifier = "984249BD2CED4F430071C7DB"
BuildableName = "WebViewUnitTests.xctest"
BlueprintName = "WebViewUnitTests"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
Expand Down Expand Up @@ -139,7 +139,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
Expand Down Expand Up @@ -186,7 +186,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
BlueprintIdentifier = "025CCFE12582601C001CD5BB"
BuildableName = "FingerprintingUITests.xctest"
BlueprintName = "FingerprintingUITests"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
Expand All @@ -43,7 +43,7 @@
BlueprintIdentifier = "84E341911E2F7EFB00BDBA6F"
BuildableName = "DuckDuckGo.app"
BlueprintName = "DuckDuckGo"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "98A54A8022AFCB2C00E541F4"
BuildableName = "Instruments.instrdst"
BlueprintName = "Instruments"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand Down Expand Up @@ -50,7 +50,7 @@
BlueprintIdentifier = "98A54A8022AFCB2C00E541F4"
BuildableName = "Instruments.instrdst"
BlueprintName = "Instruments"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</MacroExpansion>
</LaunchAction>
Expand All @@ -66,7 +66,7 @@
BlueprintIdentifier = "98A54A8022AFCB2C00E541F4"
BuildableName = "Instruments.instrdst"
BlueprintName = "Instruments"
ReferencedContainer = "container:DuckDuckGo.xcodeproj">
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
Expand Down
Loading

0 comments on commit 9603ccc

Please sign in to comment.