Skip to content

Commit bd19ab1

Browse files
MacOS Installer (#952)
2 parents 1e2b798 + 651d8fc commit bd19ab1

File tree

9 files changed

+278
-0
lines changed

9 files changed

+278
-0
lines changed
Loading

installer/OSX-DMG/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source_folder/Synthesis.app/
2+
exporter_source_folder/
3+
Synthesis-Installer.dmg
4+
create-dmg/
5+
addins-folder-link
6+
7+
exporter-install-instructions.pdf
8+
9+
*.dmg

installer/OSX-DMG/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Synthesis OSX Installer (DMG Version)
2+
3+
## Setup
4+
1. Install `create-dmg`:
5+
```
6+
$ git clone [email protected]:create-dmg/create-dmg.git
7+
```
8+
9+
2. Copy the signed Synthesis app into source_folder:
10+
```
11+
$ cp -r [Location of app] ./source_folder/Synthesis.app
12+
```
13+
14+
2. Compile the `exporter-install-instructions.md` into a PDF. I recommend using the Yzane extension in VSCode.
15+
16+
## Create Disk Image
17+
Run the `make-installer.sh` shell script:
18+
```
19+
$ ./make-installer.sh
20+
```
21+
22+
Disk Image will be created at `/installer/OSX-DMG/Synthesis-Installer.dmg`
23+
24+
## Notes
25+
Update `source_folder/license.html` as needed as well as settings for the `create-dmg` command inside of `make-installer.sh`. See [create-dmg repository](https://github.com/create-dmg/create-dmg) for configuration information.
1.88 KB
Loading
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# MacOS Exporter Installation Instructions
2+
## Requirements
3+
- Fusion 360 installed on your system.
4+
5+
## Copy the Files
6+
Move the `Exporter` folder, located in the installer pointing to this file, into the following directory:
7+
```
8+
~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns/
9+
```
10+
11+
## Usage
12+
Upon opening Fusion 360, the exporter should automatically run and be made available in the `UTILITIES` tab. If not, please open the add-ins panel and manually run it.

installer/OSX-DMG/license.txt

Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2+
3+
1. Definitions.
4+
5+
"License" shall mean the terms and conditions for use, reproduction,
6+
and distribution as defined by Sections 1 through 9 of this document.
7+
8+
"Licensor" shall mean the copyright owner or entity authorized by
9+
the copyright owner that is granting the License.
10+
11+
"Legal Entity" shall mean the union of the acting entity and all
12+
other entities that control, are controlled by, or are under common
13+
control with that entity. For the purposes of this definition,
14+
"control" means (i) the power, direct or indirect, to cause the
15+
direction or management of such entity, whether by contract or
16+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
17+
outstanding shares, or (iii) beneficial ownership of such entity.
18+
19+
"You" (or "Your") shall mean an individual or Legal Entity
20+
exercising permissions granted by this License.
21+
22+
"Source" form shall mean the preferred form for making modifications,
23+
including but not limited to software source code, documentation
24+
source, and configuration files.
25+
26+
"Object" form shall mean any form resulting from mechanical
27+
transformation or translation of a Source form, including but
28+
not limited to compiled object code, generated documentation,
29+
and conversions to other media types.
30+
31+
"Work" shall mean the work of authorship, whether in Source or
32+
Object form, made available under the License, as indicated by a
33+
copyright notice that is included in or attached to the work
34+
(an example is provided in the Appendix below).
35+
36+
"Derivative Works" shall mean any work, whether in Source or Object
37+
form, that is based on (or derived from) the Work and for which the
38+
editorial revisions, annotations, elaborations, or other modifications
39+
represent, as a whole, an original work of authorship. For the purposes
40+
of this License, Derivative Works shall not include works that remain
41+
separable from, or merely link (or bind by name) to the interfaces of,
42+
the Work and Derivative Works thereof.
43+
44+
"Contribution" shall mean any work of authorship, including
45+
the original version of the Work and any modifications or additions
46+
to that Work or Derivative Works thereof, that is intentionally
47+
submitted to Licensor for inclusion in the Work by the copyright owner
48+
or by an individual or Legal Entity authorized to submit on behalf of
49+
the copyright owner. For the purposes of this definition, "submitted"
50+
means any form of electronic, verbal, or written communication sent
51+
to the Licensor or its representatives, including but not limited to
52+
communication on electronic mailing lists, source code control systems,
53+
and issue tracking systems that are managed by, or on behalf of, the
54+
Licensor for the purpose of discussing and improving the Work, but
55+
excluding communication that is conspicuously marked or otherwise
56+
designated in writing by the copyright owner as "Not a Contribution."
57+
58+
"Contributor" shall mean Licensor and any individual or Legal Entity
59+
on behalf of whom a Contribution has been received by Licensor and
60+
subsequently incorporated within the Work.
61+
62+
2. Grant of Copyright License. Subject to the terms and conditions of
63+
this License, each Contributor hereby grants to You a perpetual,
64+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
65+
copyright license to reproduce, prepare Derivative Works of,
66+
publicly display, publicly perform, sublicense, and distribute the
67+
Work and such Derivative Works in Source or Object form.
68+
69+
3. Grant of Patent License. Subject to the terms and conditions of
70+
this License, each Contributor hereby grants to You a perpetual,
71+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
72+
(except as stated in this section) patent license to make, have made,
73+
use, offer to sell, sell, import, and otherwise transfer the Work,
74+
where such license applies only to those patent claims licensable
75+
by such Contributor that are necessarily infringed by their
76+
Contribution(s) alone or by combination of their Contribution(s)
77+
with the Work to which such Contribution(s) was submitted. If You
78+
institute patent litigation against any entity (including a
79+
cross-claim or counterclaim in a lawsuit) alleging that the Work
80+
or a Contribution incorporated within the Work constitutes direct
81+
or contributory patent infringement, then any patent licenses
82+
granted to You under this License for that Work shall terminate
83+
as of the date such litigation is filed.
84+
85+
4. Redistribution. You may reproduce and distribute copies of the
86+
Work or Derivative Works thereof in any medium, with or without
87+
modifications, and in Source or Object form, provided that You
88+
meet the following conditions:
89+
90+
(a) You must give any other recipients of the Work or
91+
Derivative Works a copy of this License; and
92+
93+
(b) You must cause any modified files to carry prominent notices
94+
stating that You changed the files; and
95+
96+
(c) You must retain, in the Source form of any Derivative Works
97+
that You distribute, all copyright, patent, trademark, and
98+
attribution notices from the Source form of the Work,
99+
excluding those notices that do not pertain to any part of
100+
the Derivative Works; and
101+
102+
(d) If the Work includes a "NOTICE" text file as part of its
103+
distribution, then any Derivative Works that You distribute must
104+
include a readable copy of the attribution notices contained
105+
within such NOTICE file, excluding those notices that do not
106+
pertain to any part of the Derivative Works, in at least one
107+
of the following places: within a NOTICE text file distributed
108+
as part of the Derivative Works; within the Source form or
109+
documentation, if provided along with the Derivative Works; or,
110+
within a display generated by the Derivative Works, if and
111+
wherever such third-party notices normally appear. The contents
112+
of the NOTICE file are for informational purposes only and
113+
do not modify the License. You may add Your own attribution
114+
notices within Derivative Works that You distribute, alongside
115+
or as an addendum to the NOTICE text from the Work, provided
116+
that such additional attribution notices cannot be construed
117+
as modifying the License.
118+
119+
You may add Your own copyright statement to Your modifications and
120+
may provide additional or different license terms and conditions
121+
for use, reproduction, or distribution of Your modifications, or
122+
for any such Derivative Works as a whole, provided Your use,
123+
reproduction, and distribution of the Work otherwise complies with
124+
the conditions stated in this License.
125+
126+
5. Submission of Contributions. Unless You explicitly state otherwise,
127+
any Contribution intentionally submitted for inclusion in the Work
128+
by You to the Licensor shall be under the terms and conditions of
129+
this License, without any additional terms or conditions.
130+
Notwithstanding the above, nothing herein shall supersede or modify
131+
the terms of any separate license agreement you may have executed
132+
with Licensor regarding such Contributions.
133+
134+
6. Trademarks. This License does not grant permission to use the trade
135+
names, trademarks, service marks, or product names of the Licensor,
136+
except as required for reasonable and customary use in describing the
137+
origin of the Work and reproducing the content of the NOTICE file.
138+
139+
7. Disclaimer of Warranty. Unless required by applicable law or
140+
agreed to in writing, Licensor provides the Work (and each
141+
Contributor provides its Contributions) on an "AS IS" BASIS,
142+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
143+
implied, including, without limitation, any warranties or conditions
144+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
145+
PARTICULAR PURPOSE. You are solely responsible for determining the
146+
appropriateness of using or redistributing the Work and assume any
147+
risks associated with Your exercise of permissions under this License.
148+
149+
8. Limitation of Liability. In no event and under no legal theory,
150+
whether in tort (including negligence), contract, or otherwise,
151+
unless required by applicable law (such as deliberate and grossly
152+
negligent acts) or agreed to in writing, shall any Contributor be
153+
liable to You for damages, including any direct, indirect, special,
154+
incidental, or consequential damages of any character arising as a
155+
result of this License or out of the use or inability to use the
156+
Work (including but not limited to damages for loss of goodwill,
157+
work stoppage, computer failure or malfunction, or any and all
158+
other commercial damages or losses), even if such Contributor
159+
has been advised of the possibility of such damages.
160+
161+
9. Accepting Warranty or Additional Liability. While redistributing
162+
the Work or Derivative Works thereof, You may choose to offer,
163+
and charge a fee for, acceptance of support, warranty, indemnity,
164+
or other liability obligations and/or rights consistent with this
165+
License. However, in accepting such obligations, You may act only
166+
on Your own behalf and on Your sole responsibility, not on behalf
167+
of any other Contributor, and only if You agree to indemnify,
168+
defend, and hold each Contributor harmless for any liability
169+
incurred by, or claims asserted against, such Contributor by reason
170+
of your accepting any such warranty or additional liability.
171+
172+
END OF TERMS AND CONDITIONS
173+
174+
APPENDIX: How to apply the Apache License to your work.
175+
176+
Copyright 2021 Autodesk inc.
177+
178+
Licensed under the Apache License, Version 2.0 (the "License");
179+
you may not use this file except in compliance with the License.
180+
You may obtain a copy of the License at
181+
182+
http://www.apache.org/licenses/LICENSE-2.0
183+
184+
Unless required by applicable law or agreed to in writing, software
185+
distributed under the License is distributed on an "AS IS" BASIS,
186+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
187+
See the License for the specific language governing permissions and
188+
limitations under the License.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#!/bin/sh
2+
test -f Synthesis-Exporter-Installer.dmg && rm Synthesis-Exporter-Installer.dmg
3+
./create-dmg/create-dmg \
4+
--volname "Synthesis Exporter Installer" \
5+
--background "Synthesis-Background.png" \
6+
--window-pos 200 120 \
7+
--window-size 500 270 \
8+
--text-size 12 \
9+
--icon-size 80 \
10+
--icon "AddIns" 120 115 \
11+
--hide-extension "Synthesis.app" \
12+
--eula "license.txt" \
13+
--add-file "SynthesisFusionAddin" ../../exporter/SynthesisFusionAddin 200 115 \
14+
"Synthesis-Exporter-Installer.dmg" \
15+
"exporter_source_folder/"
16+
17+
# --volicon "synthesis-icon.icns" \
18+
# --background "installer_background.png" \

installer/OSX-DMG/make-installer.sh

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#!/bin/sh
2+
if ! test -f addins-folder-link; then
3+
ln -s ~/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/AddIns addins-folder-link
4+
fi
5+
6+
test -f Synthesis-Installer.dmg && rm Synthesis-Installer.dmg
7+
./create-dmg/create-dmg \
8+
--volname "Synthesis Installer" \
9+
--background "SynthesisMacInstallerBackground.png" \
10+
--window-pos 200 120 \
11+
--window-size 375 320 \
12+
--text-size 12 \
13+
--icon-size 60 \
14+
--icon "Synthesis.app" 85 80 \
15+
--add-file Instructions.pdf exporter-install-instructions.pdf 288 190 \
16+
--add-file Exporter ../../exporter/SynthesisFusionAddin 85 190 \
17+
--hide-extension "Synthesis.app" \
18+
--app-drop-link 288 80 \
19+
--eula "license.txt" \
20+
--text-size 10 \
21+
"Synthesis-Installer.dmg" \
22+
"source_folder/"
23+
24+
# --volicon "synthesis-icon.icns" \
25+
# --background "installer_background.png" \
26+
# --background "Synthesis-Background.png" \

0 commit comments

Comments
 (0)