Skip to content

Commit

Permalink
finished mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
James George committed Jul 10, 2016
1 parent 52bcd8d commit 390f58e
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 11 deletions.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
23 changes: 20 additions & 3 deletions _GOLD/ThingsToRememberWhenCreatingRelease.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
THINGS TO REMEMBER WHEN BUILDING CLOUDS

-- run Visual System Manager and generate a new copy_clouds_data src
-- run Visual System Manager and generate a new copy_clouds_data src (CLOUDS/scripts/copy_clouds_data.sh)
— run the script,
- CloudsData is created under apps/
- delete runs/
- delete vhx/tokens
- delete fml/
- delete link/ backups

-- Run Permissions commands on data folder before building package


TO BUILD BINARIES
— from Xcode, select CLOUDS target and select Product -> Archive. it will rebuild
- archive window will pop up
- Click Validate (validate for Developer ID-Signed)
- Click Export (Export a developer signed application)

TO BUILD PACKAGES
- open the package scripts


--- Use this codesigning command:
$ productsign --sign "Developer ID Installer: Serious Computational Cinema LLC (Z658858QS8)" CLOUDS.pkg _signed/INSTALL\ CLOUDS.pkg

Expand All @@ -14,7 +31,7 @@ $ productsign --sign "Developer ID Installer: Serious Computational Cinema LLC (

-- If an install is crashing due to data folder issues, comment out the development build search for data path so it defaults to the installation files.

-- The writable directory permissiones need to set explicitly to chmod 777
-- The writable directory permissions need to set explicitly to chmod 777
- fml/
- runs/
- quality/
Expand All @@ -26,7 +43,7 @@ VHX:
-- Unmount the installer and in Disk Utility select Convert... > to create a compressed DMG for distribution

USB:
-- Create the image using dd
-- Create the image using dd



File renamed without changes.
8 changes: 0 additions & 8 deletions scripts/copy_clouds_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -895,11 +895,7 @@ echo creating: ../../CloudsData/visualsystems/OpenP5Hackpact
mkdir ../../CloudsData/visualsystems/OpenP5Hackpact
mkdir ../../CloudsData/visualsystems/OpenP5Hackpact/Presets
echo copying presets: OpenP5Hackpact
cp -r ../CloudsData/visualsystems/OpenP5Hackpact/Presets/JM_1_blue $copyLocation/OpenP5Hackpact/Presets/
echo copying presets: OpenP5Hackpact
cp -r ../CloudsData/visualsystems/OpenP5Hackpact/Presets/JM_1_bluer $copyLocation/OpenP5Hackpact/Presets/
echo copying presets: OpenP5Hackpact
cp -r ../CloudsData/visualsystems/OpenP5Hackpact/Presets/JM_1_bw $copyLocation/OpenP5Hackpact/Presets/
echo creating: ../../CloudsData/visualsystems/OpenP5Machine
mkdir ../../CloudsData/visualsystems/OpenP5Machine
mkdir ../../CloudsData/visualsystems/OpenP5Machine/Presets
Expand Down Expand Up @@ -1440,10 +1436,6 @@ cp -r ../CloudsData/visualsystems/Voro/shaders $copyLocation/Voro/shaders
echo creating: ../../CloudsData/visualsystems/WebHistory
mkdir ../../CloudsData/visualsystems/WebHistory
mkdir ../../CloudsData/visualsystems/WebHistory/Presets
echo copying presets: WebHistory
cp -r ../CloudsData/visualsystems/WebHistory/Presets/AutoSpiderShell $copyLocation/WebHistory/Presets/
echo copying presets: WebHistory
cp -r ../CloudsData/visualsystems/WebHistory/Presets/Hazy_wide $copyLocation/WebHistory/Presets/
echo creating: ../../CloudsData/visualsystems/World
mkdir ../../CloudsData/visualsystems/World
mkdir ../../CloudsData/visualsystems/World/Presets
Expand Down

0 comments on commit 390f58e

Please sign in to comment.