This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// API.swift | |
// | |
// Created by AppleBetas on 2017-01-15. | |
// Copyright © 2017 AppleBetas. All rights reserved. | |
// | |
import Foundation | |
class API { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIViewController+CurrentViewController.swift | |
// | |
// Created by AppleBetas on 2017-01-24. | |
// Copyright © 2017 AppleBetas. All rights reserved. | |
// | |
import UIKit | |
extension UIViewController { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef NS_ENUM(NSUInteger, UIBackgroundStyle) { | |
UIBackgroundStyleDefault, | |
UIBackgroundStyleTransparent, | |
UIBackgroundStyleLightBlur, | |
UIBackgroundStyleDarkBlur, | |
UIBackgroundStyleDarkTranslucent, | |
UIBackgroundStyleExtraDarkBlur, | |
UIBackgroundStyleBlur | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document['\x62\x6f\x64\x79']['\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c']=document['\x62\x6f\x64\x79']['\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c']['\x72\x65\x70\x6c\x61\x63\x65'](/Dynastic( Development)?/gi,'\x44\x6f\x75\x62\x6c\x65\x20\x44\x69\x63\x6b\x69\x6e\x67')['\x72\x65\x70\x6c\x61\x63\x65'](/development/gi,'\x6c\x61\x72\x67\x65\x20\x73\x65\x74\x20\x6f\x66')['\x72\x65\x70\x6c\x61\x63\x65'](/people/gi,'\x73\x68\x69\x74\x73')['\x72\x65\x70\x6c\x61\x63\x65'](/(quality|talent(s)?)/,'\x6c\x65\x6e\x67\x74\x68\x73')['\x72\x65\x70\x6c\x61\x63\x65'](/software|theme(s)?|team|app(s)?/gi,'\x63\x6f\x63\x6b\x73')['\x72\x65\x70\x6c\x61\x63\x65'](/(tweak(s)?|service(s)?|project(s))/gi,'\x64\x69\x6c\x64\x6f\x73')['\x72\x65\x70\x6c\x61\x63\x65']('\x47\x6f\x6c\x64\x65\x6e\x20\x52\x69\x6e\x67\x73','\x47\x6f\x6c\x64\x65\x6e\x20\x43\x6f\x63\x6b\x20\x52\x69\x6e\x67\x73')['\x72\x65\x70\x6c\x61\x63\x65'](/Coming Soon/gi,'\x73\x75\x63\x6b\x20\x61\x20\x64\x69\x63\x6b\x21')['\x72\x65\x70\x6c\x61\x63\x65'](/Developer/gi,'\x50\x69\x65\x63\x6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIApplication+GracefulExit.swift | |
// | |
// Created by AppleBetas on 2017-05-28. | |
// | |
import UIKit | |
extension UIApplication { | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
## Script by /u/TomLube and improved by @AppleBetasDev | |
# | |
rm -f /usr/bin/lzmainfo | |
rm -f /usr/bin/iomfsetgamma | |
rm -f /usr/bin/gpgv | |
rm -f /usr/bin/toe |
OlderNewer