Skip to content

Commit

Permalink
add copy-swiftprotobuf to Makefile (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
lockieluke authored Jul 25, 2024
1 parent 8e936c9 commit 427c1b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ EeveeSpotify_EXTRA_FRAMEWORKS = SwiftProtobuf
EeveeSpotify_CFLAGS = -fobjc-arc -ISources/EeveeSpotifyC/include

include $(THEOS_MAKE_PATH)/tweak.mk

copy-swiftprotobuf:
mkdir -p swiftprotobuf && cd swiftprotobuf ;\
curl -OL 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 ;\
tar -xvf data.tar.lzma ;\
cp -r Library/Frameworks/SwiftProtobuf.framework "${THEOS}/lib" ;\

0 comments on commit 427c1b7

Please sign in to comment.