Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Theos Compiler] Shell eval support #106

Open
RedenticDev opened this issue Feb 8, 2022 · 0 comments
Open

[Theos Compiler] Shell eval support #106

RedenticDev opened this issue Feb 8, 2022 · 0 comments

Comments

@RedenticDev
Copy link

My prefs module contains a lot of files in a lot of subdirs, so I use $(BUNDLE_NAME)_FILES = $(shell find . -type f -name "*.m") to compile them all but DragonGen doesn't seem to be able to handle that

Also when using a DragonMake file I've got an error "An undocumented error has been hit, Please contact a maintainer" in Check YAML syntax of fill an issue (typo on that btw, it tells file an issue).
My DragonMake (Theos stuff there, including Makefile, layout folder, control file etc):

---
all:
  archs:
    - arm64
    - arm64e
  targetvers: 13.3

Tweak:
  type: tweak
  files:
    - *.x
    - *.m
    - *.mm
  cflags: -include ../Prefix.h
  libs:
    - colorpicker
  frameworks:
    - IOKit
    - BluetoothManager

Preferences:
  type: prefs
  files:
    - *.m
    - "**/*.m"
  cflags: -include ../Prefix.h
  libs:
    - colorpicker
  frameworks:
    - Preferences
    - OnBoardingKit
    - Cephei
    - CepheiPrefs
  stage:
    - mkdir -p .dragon/_/Library/PreferenceLoader/Preferences
    - cp entry.plist .dragon/_/Library/PreferenceLoader/Preferences/Sepiida.plist

I also keep having issues with Theos ("cannot build module 'Foundation'") on that new M1 Mac, and now I also have issue with dragon, I literally cannot build tweaks anymore iwannadie

@RedenticDev RedenticDev changed the title [Theos Builder] Missing value in variables array for shell wildcard (+ another) [Theos Compiler] Missing value in variables array for shell wildcard (+ another) Feb 8, 2022
@0cyn 0cyn changed the title [Theos Compiler] Missing value in variables array for shell wildcard (+ another) [Theos Compiler] Shell eval support Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants