Skip to content

Commit

Permalink
Fix alpha build compilation (#3584)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1208782910427477/f
Tech Design URL:
CC:

Description:

This PR fixes alpha build compilation.
  • Loading branch information
samsymons authored Nov 18, 2024
1 parent 52b2b79 commit 79366f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:

steps:

- name: Assert main branch
run: |
case "${{ github.ref }}" in
*main) ;;
*) echo "👎 Not main branch"; exit 1 ;;
esac
- name: Register SSH keys for access to certificates
uses: webfactory/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10456,6 +10456,7 @@
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.duckduckgo.mobile.ios.alpha;
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;
Expand Down

0 comments on commit 79366f2

Please sign in to comment.