Skip to content

Commit

Permalink
Override the module name for the alpha build.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 17, 2024
1 parent 201fc20 commit f06ccdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10456,7 +10456,8 @@
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.duckduckgo.mobile.ios.alpha;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_MODULE_NAME = DuckDuckGo;
PRODUCT_NAME = "$(TARGET_NAME)-Alpha";
"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 f06ccdd

Please sign in to comment.