Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Apr 3, 2024
1 parent 9c65dc2 commit fea0c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
if: matrix.platform == 'macos-13'
run: |
ipsw download ipsw --confirm --device iPhone16,1 --latest --kernel
ipsw -V macho info "${{ env.latest_ios_build }}__iPhone16,1"/kernelcache*
ipsw -V macho info ./*__iPhone16,1/kernelcache*
- name: Run download latest (kernelcache) [Windows]
if: matrix.platform == 'windows-latest'
run: |
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
working-directory: /tmp/ipsw
run: |
ls /tmp/*.mount
ipsw macho info "${{ env.latest_ios_build }}__iPhone16,1"/System/Library/PrivateFrameworks/ApplePushService.framework/apsd --objc --objc-refs --fixups
ipsw macho info ./*__iPhone16,1/System/Library/PrivateFrameworks/ApplePushService.framework/apsd --objc --objc-refs --fixups
- name: Run macho info (Dump Cert)
if: matrix.platform == 'macos-13'
working-directory: /tmp/ipsw
Expand Down

0 comments on commit fea0c56

Please sign in to comment.