Skip to content

Commit fd4dbbe

Browse files
author
Andreas Buerki
committed
version 1.0
1 parent 5228e8e commit fd4dbbe

82 files changed

Lines changed: 15921 additions & 1030 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cygwin64_installer.lnk

0 Bytes
Binary file not shown.

Cygwin_installer.lnk

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
#!/usr/bin/env xdg-open
2-
31
[Desktop Entry]
4-
Version=1.0
2+
Version=0.4
53
Encoding=UTF-8
64
Type=Application
75
Name=linux_installer
86
Comment=
97
Categories=Application;
10-
Exec=./OSX_installer.command
11-
Icon=./icon.png
8+
Exec=sh -e -c "exec \\"\\$(dirname \\"\\$0\\")/OSX_installer.command\\"" %k
129
Terminal=true
1310
StartupNotify=false

OSX_installer.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sourcedir="$(dirname "$0")"
22
cd "$sourcedir"
3-
./src/install.sh
3+
./bin/install.sh

README.md

Lines changed: 70 additions & 187 deletions
Large diffs are not rendered by default.

README.pdf

155 KB
Binary file not shown.

TUTORIAL.md

Lines changed: 248 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<key>AMStayOpen</key>
88
<false/>
99
<key>BuildMachineOSBuild</key>
10-
<string>15C28</string>
10+
<string>16B2657</string>
11+
<key>CFBundleAllowMixedLocalizations</key>
12+
<true/>
1113
<key>CFBundleDevelopmentRegion</key>
1214
<string>English</string>
1315
<key>CFBundleDocumentTypes</key>
@@ -40,7 +42,7 @@
4042
<key>CFBundlePackageType</key>
4143
<string>APPL</string>
4244
<key>CFBundleShortVersionString</key>
43-
<string>1.2</string>
45+
<string>1.3</string>
4446
<key>CFBundleSignature</key>
4547
<string>????</string>
4648
<key>CFBundleSupportedPlatforms</key>
@@ -50,21 +52,21 @@
5052
<key>CFBundleURLTypes</key>
5153
<array/>
5254
<key>CFBundleVersion</key>
53-
<string>419</string>
55+
<string>444.7</string>
5456
<key>DTCompiler</key>
5557
<string>com.apple.compilers.llvm.clang.1_0</string>
5658
<key>DTPlatformBuild</key>
57-
<string>7C43</string>
59+
<string>9P107g</string>
5860
<key>DTPlatformVersion</key>
5961
<string>GM</string>
6062
<key>DTSDKBuild</key>
61-
<string>15C28</string>
63+
<string>17F2</string>
6264
<key>DTSDKName</key>
63-
<string>macosx10.11internal</string>
65+
<string>macosx10.13internal</string>
6466
<key>DTXcode</key>
65-
<string>0720</string>
67+
<string>0930</string>
6668
<key>DTXcodeBuild</key>
67-
<string>7C43</string>
69+
<string>9P107g</string>
6870
<key>LSMinimumSystemVersion</key>
6971
<string>10.5</string>
7072
<key>LSMinimumSystemVersionByArchitecture</key>
@@ -76,8 +78,6 @@
7678
<true/>
7779
<key>NSAppleScriptEnabled</key>
7880
<string>YES</string>
79-
<key>NSMainNibFile</key>
80-
<string>ApplicationStub</string>
8181
<key>NSPrincipalClass</key>
8282
<string>NSApplication</string>
8383
<key>NSServices</key>

0 commit comments

Comments
 (0)