Skip to content

Commit

Permalink
Add project source files
Browse files Browse the repository at this point in the history
  • Loading branch information
justinshannon committed Dec 20, 2024
1 parent e6c9fa6 commit a444fe8
Show file tree
Hide file tree
Showing 382 changed files with 135,154 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
NativeAudio/** linguist-vendored
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
run: |
./Scripts/build-macos.sh ${{ github.event.inputs.version }} --codesign
Loading

0 comments on commit a444fe8

Please sign in to comment.