Skip to content

Commit

Permalink
add microphone entitlement (#1182)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan <dan@example.com>
  • Loading branch information
danparisd and Dan authored Sep 11, 2024
1 parent 36c23c2 commit 07c74bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
-e ORG_GRADLE_PROJECT_sentryDsn \
-e GITHUB_TOKEN \
-e SONAR_TOKEN \
wycliffeassociates/install4j-docker:10.0.6 \
wycliffeassociates/install4j-docker:10.0.9 \
./gradlew build :jvm:workbookapp:install4jdeploy "-Dorg.gradle.jvmargs=-Xmx2048m -Dnet.bytebuddy.experimental=true -XX:MaxMetaspaceSize=512m"
env:
UPDATE_PATH: ${{ needs.set-env-vars.outputs.UPDATE_PATH }}
Expand Down
4 changes: 3 additions & 1 deletion jvm/workbookapp/otter.install4j
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="10.0.5" transformSequenceNumber="10">
<install4j version="10.0.9" transformSequenceNumber="10">
<directoryPresets config="." />
<application name="Orature" applicationId="8057-9807-3529-9982" mediaDir=".exec" mediaFilePattern="${compiler:sys.shortName}-${compiler:sys.platform}-${compiler:sys.version}" shortName="orature" version="0.1" allPathsRelative="true" convertDotsToUnderscores="false" macVolumeId="82fd10b9f6e2b1b5" javaMinVersion="21" javaMaxVersion="21">
<codeSigning windowsEnabled="true" windowsPkcs12File="~/signing.p12" />
Expand All @@ -25,6 +25,8 @@
<archive location="workbookapp.jar" />
</classPath>
</java>
<infoPlist>&lt;key&gt;NSMicrophoneUsageDescription&lt;/key&gt;
&lt;string&gt;Enable Microphone for recording&lt;/string&gt;</infoPlist>
<iconImageFiles>
<file path="./orature_icon_48x48.png" />
<file path="./orature_icon_128x128.png" />
Expand Down

0 comments on commit 07c74bd

Please sign in to comment.