Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mac Installer #7323

Merged
merged 21 commits into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
51a4fcd
Create install operations for QtIFW
jmarrec May 29, 2019
837a77f
Use that script, add a few high level info too
jmarrec May 29, 2019
727be93
link to /usr/local/bin instead
jmarrec May 29, 2019
c3160d2
EPMacro/Windows had EP-Compare under it.
jmarrec May 29, 2019
5328aef
chmod +x all contents inside a Contents/MacOS as they should
jmarrec May 29, 2019
ef2d2d5
This is a duplicate and it's unused
jmarrec May 29, 2019
538737e
Merge commit '727be933c7f1f180dee1d86d73b2ec9cb81d2cfd' into Fix_Mac_…
jmarrec May 29, 2019
270f286
Break operations in two: add a component for symlinks that's the one …
jmarrec May 29, 2019
90eb6de
add the undoexec for the symlinks. Could replace this with CreateLink…
jmarrec May 29, 2019
5449347
Undo exec fixup (forgot a comma)
jmarrec May 29, 2019
78c626d
Add a new component to create symlink. If not selected, then admin ri…
jmarrec May 29, 2019
0ac6bbc
Fix symlink, including man page. I tried using CreateShortcut instead…
jmarrec Jun 3, 2019
33ead93
Delete the bin/Mac folder: "Start EnergyPlus terminal.app" and dos2un…
jmarrec Jun 3, 2019
8d8387a
darwinpostflight.sh is only used by PackageMaker, which we no longer …
jmarrec Jun 3, 2019
1935d17
Do not expose workflow as a component, it's too small to propose not …
jmarrec Jun 3, 2019
f1e5c41
Merge remote-tracking branch 'upstream/develop' into Fix_5410_7298_Ma…
jmarrec Jun 3, 2019
23a4d79
remove install command for "Uninstall Energyplus.app"
jmarrec Jun 3, 2019
a293f00
install_operations.qs shouldn't need elevated for chmod
jmarrec Jun 3, 2019
b9f12cf
Merge branch 'develop' into PR_opened/Fix_5410_7298_Mac_Installer
jmarrec Jun 5, 2019
a9b3be0
Merge remote-tracking branch 'upstream/develop' into PR_opened/Fix_54…
Myoldmopar Jul 15, 2019
699694e
Improve EPW string description in installer
Myoldmopar Jul 15, 2019
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
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
"MinSizeRel" "RelWithDebInfo")
endif()

set(CPACK_PACKAGE_CONTACT "Edwin Lee <[email protected]>")

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take that, Edwin Lee!

option( BUILD_PACKAGE "Build package" OFF )
option( BUILD_TESTING "Build testing targets" OFF )
option( BUILD_FORTRAN "Build Fortran stuff" OFF )
Expand Down
Empty file modified bin/EPDraw/Run-Mac/EPDrawGUI.app/Contents/MacOS/EPDrawGUI
100644 → 100755
Empty file.
80 changes: 0 additions & 80 deletions bin/EPMacro/Windows/EP-Compare/GraphHints.csv

This file was deleted.

Binary file removed bin/EPMacro/Windows/EP-Compare/Run-Linux/EP-Compare
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
44 changes: 0 additions & 44 deletions bin/Mac/Start EnergyPlus Terminal.app/Contents/Info.plist

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion bin/Mac/Start EnergyPlus Terminal.app/Contents/PkgInfo

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

44 changes: 0 additions & 44 deletions bin/Mac/Uninstall EnergyPlus.app/Contents/Info.plist

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion bin/Mac/Uninstall EnergyPlus.app/Contents/PkgInfo

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file removed bin/Mac/dos2unix
Binary file not shown.
44 changes: 0 additions & 44 deletions bin/System/Uninstall EnergyPlus.app/Contents/Info.plist

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion bin/System/Uninstall EnergyPlus.app/Contents/PkgInfo

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Loading