Skip to content

Commit

Permalink
chore: add build scripts (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsCress authored Nov 8, 2024
1 parent fce6a9e commit 18ea264
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.jks
fastlane.json
secrets.tar
5 changes: 5 additions & 0 deletions scripts/prep-key.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
set -e

openssl aes-256-cbc -K $ENCRYPTED_F10B5E0E5262_KEY -iv $ENCRYPTED_F10B5E0E5262_IV -in ./scripts/secrets.tar.enc -out ./scripts/secrets.tar -d
tar xvf ./scripts/secrets.tar -C scripts/
Binary file added scripts/secrets.tar.enc
Binary file not shown.

0 comments on commit 18ea264

Please sign in to comment.