Skip to content

Commit

Permalink
add in needed app store icons
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Dec 20, 2024
1 parent 6621080 commit df19402
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
Binary file added jvm/workbookapp/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jvm/workbookapp/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jvm/workbookapp/orature_icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jvm/workbookapp/orature_icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jvm/workbookapp/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jvm/workbookapp/orature_icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jvm/workbookapp/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jvm/workbookapp/orature_icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jvm/workbookapp/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion jvm/workbookapp/otter.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,19 @@
</classPath>
</java>
<infoPlist>&lt;key&gt;NSMicrophoneUsageDescription&lt;/key&gt;
&lt;string&gt;Enable Microphone for recording&lt;/string&gt;</infoPlist>
&lt;string&gt;Enable Microphone for recording&lt;/string&gt;
&lt;key&gt;CFBundleShortVersionString&lt;/key&gt;
&lt;string&gt;${compiler:env.MAC_BUNDLE_VERSION}&lt;/string&gt;
&lt;key&gt;CFBundleVersion&lt;/key&gt;
&lt;string&gt;${compiler:env.MAC_BUNDLE_VERSION}&lt;/string&gt;
</infoPlist>
<iconImageFiles>
<file path="./orature_icon_16x16.png" />
<file path="./orature_icon_32x32.png" />
<file path="./orature_icon_48x48.png" />
<file path="./orature_icon_128x128.png" />
<file path="./orature_icon_256x256.png" />
<file path="./orature_icon_512x512.png" />
</iconImageFiles>
</launcher>
</launchers>
Expand Down

0 comments on commit df19402

Please sign in to comment.