Skip to content
forked from iis4if/TestAlert

TestAlert | SCLAlertView For Theos !

Notifications You must be signed in to change notification settings

arm64x/TestAlert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestAlert

TestAlert | SCLAlertView For Theos !

Screenshot

image

طريقة اضافة مكتبة الرسائل SCLAlertView الى بيئة العمل Theos ..

  • https://github.com/iis4if/SCLAlertView أولاً قم بتحميل المكتبة من
  • ثانياً قم بنسخ مجلد SCLAlertView الى هذا المسار الخاص بـ theos والدخول اليه ومن ثم لصقه في مجلد include
  • ثالثاً بعد انشاء مشروعك قم باضافة الاستدعاء للمكتبة في ملف Tweak.xm مثل المشروع ثم قم باضافة
#import <SCLAlertView/SCLAlertView.h>
#import <CoreGraphics/CoreGraphics.h>
#import <Accounts/Accounts.h>
#import <Social/Social.h>
#import <AVFoundation/AVFoundation.h>

في اعلى ملف التنفيذ makefile

ARCHS = armv7 arm64 
CFLAGS = -fobjc-arc # ARC is needed for SCLAlertView
  • رابعاً اضف ايضاً مع تغير TestAlert باسم المشروع الخاص بك
$(shell find $(THEOS)/include/SCLAlertView -name '*.m')
TestAlert_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit AudioToolbox
YOURTWEAKNAMEHERE_LDFLAGS += -Wl,-segalign,4000

  • خامساً اضف اكواد الرسائل المناسبة لك في مشروع SCLAlertView

الاكواد والمشروع اللي قمت بانشاءه تجده هنا .. وشكراً اذا افدتك 💙 ..

Donation with PayPal :/

If this Tweak I loved, you can give me a cup of coffee :) paypal

About

TestAlert | SCLAlertView For Theos !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Logos 65.4%
  • Makefile 34.6%