Skip to content

Commit

Permalink
pkg fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 14, 2024
1 parent 6df4bae commit 38b3851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Dependencies
- name: ldid2
run: |
git clone https://github.com/razum2um/ldid
cd ldid && make && cp -f ldid ldid2 /usr/local/bin
Expand All @@ -39,6 +39,7 @@ jobs:
run: make -C dist/cydia && cp -f dist/cydia/fsmon*.deb .
- uses: actions/upload-artifact@v4
with:
name: fsmon-cydia.deb
path: fsmon*.deb
macos:
runs-on: macos-latest
Expand Down
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ all: macos
oldios:
$(IOS_CC) $(CFLAGS) -DTARGET_IOS=1 -o fsmon-ios $(SOURCES) -framework CoreFoundation -framework MobileCoreServices
$(IOS_STRIP) fsmon-ios
if [ $(IOS_ON_DEVICE_COMPILE) != 1 ]; \
then \
xcrun --sdk iphoneos codesign -f --entitlements ./entitlements.plist -s- fsmon-ios; \
fi
if [ $(IOS_ON_DEVICE_COMPILE) != 1 ]; then \
xcrun --sdk iphoneos codesign -f --entitlements ./entitlements.plist -s- fsmon-ios; fi

IOS_FRAMEWORKS=-framework CoreFoundation -weak_framework MobileCoreServices -weak_framework CoreServices
ios:
Expand Down

0 comments on commit 38b3851

Please sign in to comment.