Skip to content

Commit

Permalink
Updated release notes to the (probably) final version
Browse files Browse the repository at this point in the history
Removed SketchUp 7 support on OS X [#46624917]
  • Loading branch information
axelstudios committed Jun 28, 2013
1 parent 8c4f62f commit 460edf5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions DarwinPostFlight.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ cp "$ruby_install_dir/Plugins/OpenStudio/Startup.rb" "$SU8_support_dir/SketchUp/
cp "$config_file" "$SU8_support_dir/SketchUp/Plugins/OpenStudio/OpenStudio-config.rb"


#---------- Install plugin for SketchUp 7 ----------
# Check for the SketchUp 7 Application Support directory
SU7_support_dir="/Library/Application Support/Google SketchUp 7"
mkdir -p "$SU7_support_dir/SketchUp/Plugins/OpenStudio"
# copy the plugin into the directory
cp "$ruby_install_dir/Plugins/OpenStudio.rb" "$SU7_support_dir/SketchUp/Plugins/OpenStudio.rb"
cp "$ruby_install_dir/Plugins/OpenStudio/Startup.rb" "$SU7_support_dir/SketchUp/Plugins/OpenStudio/Startup.rb"
cp "$config_file" "$SU7_support_dir/SketchUp/Plugins/OpenStudio/OpenStudio-config.rb"


#---------- Installation Directory Icon ----------
icon="$2/Applications/${CMAKE_PROJECT_NAME} ${OPENSTUDIO_VERSION}/$(printf 'Icon\r')"
touch "$icon"
Expand Down
Binary file modified doc/ReleaseNotes/OpenStudio_Release_Notes_1_0_0_20130628.docx
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion openstudiocore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ INSTALL(FILES "${CMAKE_SOURCE_DIR}/resources/resultsviewer/SmallOffice/SmallOffi


# Install additional Documents, such as release notes
install( FILES "${CMAKE_SOURCE_DIR}/../doc/ReleaseNotes/OpenStudio_Release_Notes_0_11_0_20130329.pdf" DESTINATION . )
install( FILES "${CMAKE_SOURCE_DIR}/../doc/ReleaseNotes/OpenStudio_Release_Notes_1_0_0_20130628.pdf" DESTINATION . )

###############################################################################

Expand Down

0 comments on commit 460edf5

Please sign in to comment.