Skip to content

Commit

Permalink
latest osx artifact (and some cleaning)
Browse files Browse the repository at this point in the history
  • Loading branch information
digarok committed Oct 14, 2016
1 parent aa7d753 commit bca946f
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ src/16inst_c.h
src/8inst_c.h
src/size_c.h

gsplus
gsportx
gsport
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ package-osx:
- osx
stage: package
script:
- gzip < gsplus > gsplus-osx-latest.gz
- chmod +x make_dist_mac.sh
- ./make_dist_mac.sh
artifacts:
paths:
- gsplus-osx-latest.gz
- gsplus-osx.tar.gz



Expand Down
33 changes: 33 additions & 0 deletions assets/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>gsplus</string>
<key>CFBundleGetInfoString</key>
<string>0.12s, Copyright 2016 Dagen Brock</string>
<key>CFBundleIconFile</key>
<string>gsp-icons.icns</string>
<key>CFBundleIdentifier</key>
<string>com.dagenbrock.gsplus</string>
<key>CFBundleDocumentTypes</key>
<array>
</array>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.12s</string>
<key>CFBundleSignature</key>
<string>gsplus</string>
<key>CFBundleVersion</key>
<string>0.12s</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2016 Dagen Brock</string>
<key>LSMinimumSystemVersion</key>
<string>10.3</string>
</dict>
</plist>
Binary file added assets/gsp-icons.icns
Binary file not shown.
Empty file modified lib/arch/mac/setfileicon
100755 → 100644
Empty file.
10 changes: 10 additions & 0 deletions make_dist_mac.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DDIR=gsplus-osx/GSplus.app
ADIR=assets
mkdir -p $DDIR/Contents/MacOS
mkdir -p $DDIR/Contents/Resources

cp gsplus $DDIR/Contents/MacOS
cp $ADIR/Info.plist $DDIR/Contents
cp $ADIR/gsp-icons.icns $DDIR/Contents/Resources
dylibbundler -od -b -x $DDIR/Contents/MacOS/gsplus -d $DDIR/Contents/libs/
tar -cvzf gsplus-osx.tar.gz gsplus-osx/
Empty file modified src/arch/mac/classes.nib
100755 → 100644
Empty file.
Empty file modified src/arch/mac/makedmg.sh
100755 → 100644
Empty file.
Empty file modified src/macdriver_console.c
100755 → 100644
Empty file.
Empty file modified src/macdriver_generic.c
100755 → 100644
Empty file.
Empty file modified src/make_inst
100755 → 100644
Empty file.
Empty file modified src/make_size
100755 → 100644
Empty file.
Empty file modified src/make_win
100755 → 100644
Empty file.
Empty file modified src/partls.c
100755 → 100644
Empty file.
Empty file modified src/prodos.h
100755 → 100644
Empty file.
Empty file modified src/prodos_protos.h
100755 → 100644
Empty file.
Empty file modified src/to_pro.c
100755 → 100644
Empty file.

0 comments on commit bca946f

Please sign in to comment.