Update icon for big sur and add sketch (#158)

* Update icon for big sur and add sketch

* Set xcode

* Set xcode
Este commit está contenido en:
Max Goedjen
2020-11-07 23:31:28 -08:00
cometido por GitHub
padre 4d4619bdd8
commit b85acebae1
Se han modificado 8 ficheros con 5 adiciones y 5 borrados
+2 -2
Ver fichero
@@ -6,7 +6,7 @@ on:
- '*' - '*'
jobs: jobs:
test: test:
runs-on: macOS-latest runs-on: macos-11.0
timeout-minutes: 10 timeout-minutes: 10
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
@@ -18,7 +18,7 @@ jobs:
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }} AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh run: ./.github/scripts/signing.sh
- name: Set Environment - name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app run: sudo xcrun xcode-select -s /Applications/Xcode_12.2.app
- name: Test - name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
build: build:
+1 -1
Ver fichero
@@ -8,6 +8,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set Environment - name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app run: sudo xcrun xcode-select -s /Applications/Xcode_12.2.app
- name: Test - name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
BIN
Ver fichero
Archivo binario no mostrado.
@@ -31,13 +31,13 @@
"size" : "128x128" "size" : "128x128"
}, },
{ {
"filename" : "Icon 2@1x.png", "filename" : "Mac Icon.png",
"idiom" : "mac", "idiom" : "mac",
"scale" : "1x", "scale" : "1x",
"size" : "256x256" "size" : "256x256"
}, },
{ {
"filename" : "Icon 2@2x.png", "filename" : "Mac Icon@0.25x.png",
"idiom" : "mac", "idiom" : "mac",
"scale" : "2x", "scale" : "2x",
"size" : "256x256" "size" : "256x256"
Archivo binario no mostrado.

Antes

Anchura:  |  Altura:  |  Tamaño: 24 KiB

Archivo binario no mostrado.

Antes

Anchura:  |  Altura:  |  Tamaño: 66 KiB

Archivo binario no mostrado.

Después

Anchura:  |  Altura:  |  Tamaño: 16 KiB

Archivo binario no mostrado.

Después

Anchura:  |  Altura:  |  Tamaño: 40 KiB