Skip to content

Commit 29e81a3

Browse files
committed
Merge branch 'master' into updater
* master: Added components.xml for latest version Added macOS deployment documentation. Fixed #49, #50
2 parents a358695 + a1eac20 commit 29e81a3

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ facade-application.build/
6060

6161
build/
6262
Release/
63-
package/packages/com.corbinharvey.facade/data/
6463
package/*.exe

docs/Deployment.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ To create the release version of Facade, run CMake with the build type Release.
1212
```sh
1313
mkdir Release
1414
cd Release
15-
cmake -DCMAKE_BUILD_TYPE=Release ..
16-
cmake --build .
15+
cmake -G Xcode ..
16+
open facade-application.xcodeproj
17+
(Set macOS Deployment Target to an older version)
18+
xcodebuild -target ALL_BUILD -configuration Release
19+
macdeployqt Release/facade.app
20+
(Copy mygcc-api-jar-with-dependencies.jar to the Resources directory of the bundle)
1721
```
1822

1923
#### Create installer
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Packages>
2+
<ApplicationName>Facade</ApplicationName>
3+
<ApplicationVersion>0.4.1</ApplicationVersion>
4+
<Package>
5+
<Name>com.corbinharvey.facade</Name>
6+
<Pixmap></Pixmap>
7+
<Title>Facade Application</Title>
8+
<Description>Meta package needed to install the SDK</Description>
9+
<Version>0.4.1</Version>
10+
<LastUpdateDate></LastUpdateDate>
11+
<InstallDate>2012-01-09</InstallDate>
12+
<Size>546</Size>
13+
<Dependencies></Dependencies>
14+
</Package>
15+
</Packages>

0 commit comments

Comments
 (0)