Jump to content

Ez43

Newbie
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 8 Plus
  • iOS Version
    12.2
  • Jailbroken
    No
  • Rooted
    No

Recent Profile Visitors

76 profile views

Ez43's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. anyone can help or give me working project?
  2. Hello team, I hop you can help me with this error ==> Error: /Applications/Xcode.app/Contents/Developer/usr/bin/make package requires dm.pl. make: *** [internal-package-check] Error 1 this is control file Package: acstore.store.uialertmessage Name: UIAlertMessage Version: 0.0.1 Architecture: iphoneos-arm Description: An awesome MobileSubstrate tweak! Maintainer: aJBboCydia Author: aJBboCydia Section: Tweaks Depends: mobilesubstrate (>= 0.9.5000) and this is Makefile # ARCHS = arm64 export THEOS=/opt/theos TARGET := iphone:clang:latest:7.0 INSTALL_TARGET_PROCESSES = SpringBoard include $(THEOS)/makefiles/common.mk TWEAK_NAME = UIAlertMessage UIAlertMessage_FILES = Tweak.xm UIAlertMessage_CFLAGS = -fobjc-arc include $(THEOS_MAKE_PATH)/tweak.mk and this is Tweak.xm %hook UIApplication -(void)finishedTest:(id)arg1 extraResults:(id)arg2 { %orig; UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Welcome" message:@"Thank you for installing" preferredStyle:UIAlertControllerStyleAlert]; UIAlertAction *action = [UIAlertAction ActionWithTitle:@" Done " style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) { }]; [alert addAction:action]; [[UIApplication sharedApplication].keyWindow.rootViewController presentViewController:alert animated:true completion:nil]; } %end and this UIAlertMessage.plist
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines