mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
updates
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: '15.3'
|
||||
xcode-version: '16.0'
|
||||
|
||||
- name: Setup Theos
|
||||
uses: actions/checkout@v4
|
||||
@@ -32,16 +32,16 @@ jobs:
|
||||
- name: Copy SwiftProtobuf (rootful)
|
||||
run: |
|
||||
mkdir swiftprotobuf && cd "$_"
|
||||
wget https://github.com/whoeevee/EeveeSpotify/releases/download/swift2.0/org.swift.protobuf.swiftprotobuf_1.26.0_iphoneos-arm.deb
|
||||
ar -x org.swift.protobuf.swiftprotobuf_1.26.0_iphoneos-arm.deb
|
||||
wget https://github.com/whoeevee/swift-protobuf/releases/download/1.28.1/org.swift.protobuf.swiftprotobuf_1.28.1_iphoneos-arm.deb
|
||||
ar -x org.swift.protobuf.swiftprotobuf_1.28.1_iphoneos-arm.deb
|
||||
tar -xvf data.tar.lzma
|
||||
cp -r Library/Frameworks/SwiftProtobuf.framework $THEOS/lib
|
||||
|
||||
- name: Copy SwiftProtobuf (rootless)
|
||||
run: |
|
||||
mkdir swiftprotobuf-rootless && cd "$_"
|
||||
wget https://github.com/whoeevee/EeveeSpotify/releases/download/swift2.0/org.swift.protobuf.swiftprotobuf_1.26.0_iphoneos-arm64.deb
|
||||
ar -x org.swift.protobuf.swiftprotobuf_1.26.0_iphoneos-arm64.deb
|
||||
wget https://github.com/whoeevee/swift-protobuf/releases/download/1.28.1/org.swift.protobuf.swiftprotobuf_1.28.1_iphoneos-arm64.deb
|
||||
ar -x org.swift.protobuf.swiftprotobuf_1.28.1_iphoneos-arm64.deb
|
||||
tar -xvf data.tar.lzma
|
||||
cp -r var/jb/Library/Frameworks/SwiftProtobuf.framework $THEOS/lib/iphone/rootless
|
||||
|
||||
|
||||
Reference in New Issue
Block a user