Skip to content

Commit

Permalink
Use the same target name for alpha builds as all other builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 17, 2024
1 parent 700dcec commit 9045097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10456,7 +10456,7 @@
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.duckduckgo.mobile.ios.alpha;
PRODUCT_NAME = "$(TARGET_NAME)-Alpha";
PRODUCT_NAME = "$(TARGET_NAME)";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.duckduckgo.mobile.ios.alpha";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ALPHA;
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 9045097

Please sign in to comment.