Skip to content

Commit

Permalink
Remove template images from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 30, 2023
1 parent 83fc0a2 commit 0f3aa5c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,23 @@ jobs:
codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.VST3_PATH }} --deep --strict --options=runtime --timestamp
codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.AU_PATH }} --deep --strict --options=runtime --timestamp
- name: Add Custom Icons (macOS)
if: ${{ matrix.name == 'macOS' }}
working-directory: ${{ env.BUILD_DIR }}
run: |
#- name: Add Custom Icons (macOS)
# if: ${{ matrix.name == 'macOS' }}
# working-directory: ${{ env.BUILD_DIR }}
# run: |
# add the icns as its own icon resource (meta!)
sips -i ../packaging/pamplejuce.icns
# sips -i ../packaging/pamplejuce.icns

# Grab the resource, put in tempfile
DeRez -only icns ../packaging/pamplejuce.icns > /tmp/icons
# DeRez -only icns ../packaging/pamplejuce.icns > /tmp/icons

# Stuff the resource into the strange Icon? file's resource fork
Rez -a /tmp/icons -o ${{ env.VST3_PATH }}/Icon$'\r'
Rez -a /tmp/icons -o ${{ env.AU_PATH }}/Icon$'\r'
# Rez -a /tmp/icons -o ${{ env.VST3_PATH }}/Icon$'\r'
# Rez -a /tmp/icons -o ${{ env.AU_PATH }}/Icon$'\r'

# Set custom icon attribute
SetFile -a C ${{ env.VST3_PATH }}
SetFile -a C ${{ env.AU_PATH }}
# SetFile -a C ${{ env.VST3_PATH }}
# SetFile -a C ${{ env.AU_PATH }}

- name: Create DMG, Notarize and Staple (macOS)
if: ${{ matrix.name == 'macOS' }}
Expand Down
Binary file removed packaging/background.jpg
Binary file not shown.
Binary file removed packaging/background@2x.jpg
Binary file not shown.
2 changes: 0 additions & 2 deletions packaging/dmg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"title": "Valentine",
"icon": "pamplejuce.icns",
"background": "background.jpg",
"window": {
"position": {
"x": 100,
Expand Down
Binary file removed packaging/icon.png
Binary file not shown.
Binary file removed packaging/pamplejuce.icns
Binary file not shown.
Binary file removed pamplejuce.png
Binary file not shown.

0 comments on commit 0f3aa5c

Please sign in to comment.