Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ name: Build and Export IPAs

on:
push:
branches: [ main ]
branches: [ main, 'v*' ]
paths:
- 'MicRemote/**'
- 'MicListener/**'
- '.github/workflows/build_ipa.yml'
pull_request:
branches: [ main ]
branches: [ main, 'v*' ]
paths:
- 'MicRemote/**'
- 'MicListener/**'
- '.github/workflows/build_ipa.yml'
workflow_dispatch:



jobs:
build-ipas:
name: Build IPAs
Expand Down
574 changes: 368 additions & 206 deletions MicListener/MicListener/ContentView.swift

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions MicListener/MicListener/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>

<key>UIBackgroundModes</key>
<array>
<string>audio</string>
Expand Down
Loading
Loading