Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Jan 25, 2024
1 parent 2bc4f2e commit 5359100
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
xcode:
- 15.0
- 15.2
platform:
- iOS
env:
Expand Down Expand Up @@ -91,8 +91,6 @@ jobs:
GOOGLE_SERVICES_PLIST: ${{ secrets.GOOGLE_SERVICES_PLIST }}
run: |
export LANG=en_US.UTF-8
cd ${{ github.workspace }}/CryptoLib/CryptoLib/cdocFramework/cdoc.framework/
lipo -info cdoc | grep -q 'x86_64' && lipo -remove x86_64 cdoc -o cdoc
cd ${{ github.workspace }}/MoppApp
echo -n "$GOOGLE_SERVICES_PLIST" | base64 --decode --output "GoogleService-Info.plist"
Expand Down

0 comments on commit 5359100

Please sign in to comment.