Skip to content

Commit

Permalink
Merge pull request #1 from wyoshio/develop
Browse files Browse the repository at this point in the history
[Update] bug fix
  • Loading branch information
wyoshio authored Jun 26, 2024
2 parents 5381827 + bd139d8 commit 91787bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A sample program of AppDesigner and ActiveXServer of MATLAB.

Get unread mails from inbox of Microsoft(R) Outlook(R) via ActiveXServer and show them on tiles as word cloud images.

Copyright 2019-2020 The MathWorks, Inc.
Copyright 2019-2024 The MathWorks, Inc.

[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=wyoshio/UnreadWordCloud)
[![View UnreadWordCloud on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/72066-unreadwordcloud)
Expand Down
Binary file modified UnRead WordCloud.mlappinstall
Binary file not shown.
13 changes: 6 additions & 7 deletions UnRead WordCloud.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="3148854022" file="C:\Users\ywatanab\MATLAB Drive\myapps\urwc\UnRead WordCloud.prj" location="C:\Users\ywatanab\MATLAB Drive\myapps\urwc" name="UnRead WordCloud" target="target.mlapps" target-name="アプリのパッケージ化">
<configuration build-checksum="2984135570" file="C:\Users\ywatanab\OneDrive - MathWorks\github\UnreadWordCloud\UnRead WordCloud.prj" location="C:\Users\ywatanab\OneDrive - MathWorks\github\UnreadWordCloud" name="UnRead WordCloud" target="target.mlapps" target-name="アプリのパッケージ化">
<param.appname>UnRead WordCloud</param.appname>
<param.authnamewatermark>Yoshio Watanabe</param.authnamewatermark>
<param.email>[email protected]</param.email>
Expand All @@ -9,9 +9,9 @@
<param.summary>Show unread mails in inbox of Microsoft(R) Outlook(R) as Word Cloud</param.summary>
<param.description>Get unread mails from inbox of Microsoft(R) Outlook(R) via ActiveXServer and show them on tiles as word cloud images.

Copyright 2019 The MathWorks, Inc.</param.description>
<param.screenshot>C:\Users\ywatanab\AppData\Local\Temp\tp21758062_56df_4d55_91d2_9ff0646d40fb.png</param.screenshot>
<param.version>1.0</param.version>
Copyright 2019-2024 The MathWorks, Inc.</param.description>
<param.screenshot>${PROJECT_ROOT}\screenshot.png</param.screenshot>
<param.version>1.1</param.version>
<param.products.name />
<param.products.id />
<param.products.version />
Expand All @@ -21,7 +21,6 @@ Copyright 2019 The MathWorks, Inc.</param.description>
<unset>
<param.icon />
<param.icons />
<param.version />
<param.products.name />
<param.products.id />
<param.products.version />
Expand All @@ -35,11 +34,11 @@ Copyright 2019 The MathWorks, Inc.</param.description>
<fileset.resources />
<fileset.package />
<build-deliverables>
<file location="C:\Users\ywatanab\MATLAB Drive\myapps" name="urwc" optional="false">C:\Users\ywatanab\MATLAB Drive\myapps\urwc</file>
<file location="C:\Users\ywatanab\OneDrive - MathWorks\github" name="UnreadWordCloud" optional="false">C:\Users\ywatanab\OneDrive - MathWorks\github\UnreadWordCloud</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2024a</root>
<root>C:\Program Files\MATLAB\R2024b</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
Expand Down
Binary file modified urwc.mlapp
Binary file not shown.

0 comments on commit 91787bb

Please sign in to comment.