File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2525include $(THEOS_MAKE_PATH ) /application.mk
2626
2727ifeq ($(PACKAGE_FORMAT ) ,ipa)
28- after-package :: clean
28+ after-package ::
2929 cp $(THEOS_PROJECT_DIR ) /$(THEOS_PACKAGE_DIR ) /$(THEOS_PACKAGE_NAME ) _$(PACKAGE_VERSION ) .ipa $(THEOS_PROJECT_DIR ) /$(IPA_NAME ) .tipa
3030endif
Original file line number Diff line number Diff line change @@ -6,5 +6,8 @@ make clean
66make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
77make clean
88make package FINALPACKAGE=1
9+
10+ make clean
11+ make package FINALPACKAGE=1 PACKAGE_FORMAT=ipa
912make clean
10- make package FINALPACKAGE=1 PACKAGE_FORMAT=ipa
13+ make package FINALPACKAGE=1 PACKAGE_FORMAT=ipa UNSANDBOX=1
Original file line number Diff line number Diff line change 1919 </array >
2020 <key >com.apple.security.exception.mach-lookup.global-name </key >
2121 <array >
22+ <string >com.apple.applecamerad </string >
2223 <string >com.apple.appleh6camerad </string >
2324 <string >com.apple.appleh9camerad </string >
2425 <string >com.apple.appleh10camerad </string >
2526 <string >com.apple.appleh13camerad </string >
2627 </array >
28+ <key >sysctl-read </key >
29+ <array >
30+ <string >kern.bootargs </string >
31+ </array >
2732</dict >
2833</plist >
You can’t perform that action at this time.
0 commit comments